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 (Iris)
# Default colors
[colors.primary]
background = '#272537'
foreground = '#e8e6e9'
# Normal colors
[colors.normal]
black = '#111133'
red = '#d61d52'
green = '#48a842'
yellow = '#e1a51c'
blue = '#5556d3'
magenta = '#8650d3'
cyan = '#52afb7'
white = '#9f9aa7'
# Bright colors
[colors.bright]
black = '#484867'
red = '#e15877'
green = '#71ab3a'
yellow = '#c6a642'
blue = '#6d6dc9'
magenta = '#956ad3'
cyan = '#6ab6bd'
white = '#e8e6e9'