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 @@
# (Github Light Tritanopia) Colors for Alacritty
# Default colors
[colors.primary]
background = '#ffffff'
foreground = '#1b1f24'
# Cursor colors
[colors.cursor]
text = '#ffffff'
cursor = '#24292f'
# Normal colors
[colors.normal]
black = '#24292f'
red = '#cf222e'
green = '#0550ae'
yellow = '#4d2d00'
blue = '#0969da'
magenta = '#8250df'
cyan = '#1b7c83'
white = '#6e7781'
# Bright colors
[colors.bright]
black = '#57606a'
red = '#a40e26'
green = '#0969da'
yellow = '#633c01'
blue = '#218bff'
magenta = '#8250df'
cyan = '#1b7c83'
white = '#6e7781'