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 (NightFox)
# Default colors
[colors.primary]
background = '#192330'
foreground = '#cdcecf'
# Normal colors
[colors.normal]
black = '#393b44'
red = '#c94f6d'
green = '#81b29a'
yellow = '#dbc074'
blue = '#719cd6'
magenta = '#9d79d6'
cyan = '#63cdcf'
white = '#dfdfe0'
# Bright colors
[colors.bright]
black = '#575860'
red = '#d16983'
green = '#8ebaa4'
yellow = '#e0c989'
blue = '#86abdc'
magenta = '#baa1e2'
cyan = '#7ad5d6'
white = '#e4e4e5'