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,28 @@
# Colors (Nord light) theme based on https//github.com/nordtheme/alacritty/issues/28#issuecomment-1422225211
# Default colors
[colors.primary]
background = '#ECEFF4'
foreground = '#81A1C1'
# Normal colors
[colors.normal]
black = '#D8DEE9'
red = '#bf616a'
green = '#a3be8c'
yellow = '#D08770'
blue = '#81A1C1'
magenta = '#B48EAD'
cyan = '#88C0D0'
white = '#4C566A'
# Bright colors
[colors.bright]
black = '#D8DEE9'
red = '#bf616a'
green = '#a3be8c'
yellow = '#D08770'
blue = '#D8DEE9'
magenta = '#B48EAD'
cyan = '#8FBCBB'
white = '#D8DEE9'