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,32 @@
# Colors (Base16 Default Dark)
# Default colors
[colors.primary]
background = '#181818'
foreground = '#d8d8d8'
[colors.cursor]
text = '#181818'
cursor = '#d8d8d8'
# Normal colors
[colors.normal]
black = '#181818'
red = '#ab4642'
green = '#a1b56c'
yellow = '#f7ca88'
blue = '#7cafc2'
magenta = '#ba8baf'
cyan = '#86c1b9'
white = '#d8d8d8'
# Bright colors
[colors.bright]
black = '#585858'
red = '#ab4642'
green = '#a1b56c'
yellow = '#f7ca88'
blue = '#7cafc2'
magenta = '#ba8baf'
cyan = '#86c1b9'
white = '#f8f8f8'