add: 1440x900 alacritty config move, alacritty files as well

This commit is contained in:
toni
2026-05-09 22:18:54 -07:00
parent 40d09fd6eb
commit 9c4af1e01c
256 changed files with 4205 additions and 0 deletions
@@ -0,0 +1,29 @@
# Windows 95 Color Scheme
# To have the authentic experience in Chicago95 GTK Theme.
# Default colors
[colors.primary]
background = '#000000'
foreground = '#C0C7C8'
# Normal colors
[colors.normal]
black = '#000000'
red = '#A80000'
green = '#00A800'
yellow = '#A85400'
blue = '#0000A8'
magenta = '#A800A8'
cyan = '#00A8A8'
white = '#A8A8A8'
# Bright colors
[colors.bright]
black = '#545454'
red = '#FC5454'
green = '#54FC54'
yellow = '#FCFC54'
blue = '#5454FC'
magenta = '#FC54FC'
cyan = '#54FCFC'
white = '#FFFFFF'