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,26 @@
# Default colors
[colors.primary]
background = '#282828'
foreground = '#eeeeee'
# Normal colors
[colors.normal]
black = '#282828'
red = '#f43753'
green = '#c9d05c'
yellow = '#ffc24b'
blue = '#b3deef'
magenta = '#d3b987'
cyan = '#73cef4'
white = '#eeeeee'
# Bright colors
[colors.bright]
black = '#4c4c4c'
red = '#f43753'
green = '#c9d05c'
yellow = '#ffc24b'
blue = '#b3deef'
magenta = '#d3b987'
cyan = '#73cef4'
white = '#feffff'