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,33 @@
# From iTerm2 Pastel Dark theme
# Default colors
[colors.primary]
background = '#000000'
foreground = '#C7C7C7'
# Cursor colors
[colors.cursor]
text = '#FFFEFF'
cursor = '#FFB472'
# Normal colors
[colors.normal]
black = '#616161'
red = '#FF8272'
green = '#B4FA72'
yellow = '#FEFDC2'
blue = '#A5D5FE'
magenta = '#FF8FFD'
cyan = '#D0D1FE'
white = '#F1F1F1'
# Bright colors
[colors.bright]
black = '#8E8E8E'
red = '#FFC4BD'
green = '#D6FCB9'
yellow = '#FEFDD5'
blue = '#C1E3FE'
magenta = '#FFB1FE'
cyan = '#E5E6FE'
white = '#FFFEFF'