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,29 @@
# Colors (Zenburn)
# Orginally designed by jnurmine for vim.
# Default colors
[colors.primary]
background = '#3A3A3A'
foreground = '#DCDCCC'
# Normal colors
[colors.normal]
black = '#1E2320'
red = '#D78787'
green = '#60B48A'
yellow = '#DFAF8F'
blue = '#506070'
magenta = '#DC8CC3'
cyan = '#8CD0D3'
white = '#DCDCCC'
# Bright colors
[colors.bright]
black = '#709080'
red = '#DCA3A3'
green = '#C3BF9F'
yellow = '#F0DFAF'
blue = '#94BFF3'
magenta = '#EC93D3'
cyan = '#93E0E3'
white = '#FFFFFF'