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 (Gotham)
# Default colors
[colors.primary]
background = '#0a0f14'
foreground = '#98d1ce'
# Normal colors
[colors.normal]
black = '#0a0f14'
red = '#c33027'
green = '#26a98b'
yellow = '#edb54b'
blue = '#195465'
magenta = '#4e5165'
cyan = '#33859d'
white = '#98d1ce'
# Bright colors
[colors.bright]
black = '#10151b'
red = '#d26939'
green = '#081f2d'
yellow = '#245361'
blue = '#093748'
magenta = '#888ba5'
cyan = '#599caa'
white = '#d3ebe9'