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 @@
# Colours (Monokai Charcoal)
# Default Colours
[colors.primary]
background = '#000000'
foreground = '#FFFFFF'
# Normal Colours
[colors.normal]
black = '#1a1a1a'
red = '#f4005f'
green = '#98e024'
yellow = '#fa8419'
blue = '#9d65ff'
magenta = '#f4005f'
cyan = '#58d1eb'
white = '#c4c5b5'
# Bright Colours
[colors.bright]
black = '#625e4c'
red = '#f4005f'
green = '#98e024'
yellow = '#e0d561'
blue = '#9d65ff'
magenta = '#f4005f'
cyan = '#58d1eb'
white = '#f6f6ef'