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,28 @@
# Colors (Paper Theme)
# Default colors
[colors.primary]
background = '#F2EEDE'
foreground = '#000000'
# Normal colors
[colors.normal]
black = '#000000'
red = '#CC3E28'
green = '#216609'
yellow = '#B58900'
blue = '#1E6FCC'
magenta = '#5C21A5'
cyan = '#158C86'
white = '#AAAAAA'
# Bright colors
[colors.bright]
black = '#555555'
red = '#CC3E28'
green = '#216609'
yellow = '#B58900'
blue = '#1E6FCC'
magenta = '#5C21A5'
cyan = '#158C86'
white = '#AAAAAA'