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 the famous Cobalt2 sublime theme
# Source https//github.com/wesbos/cobalt2/tree/master/Cobalt2
# Default colors
[colors.primary]
background = '#122637'
foreground = '#ffffff'
[colors.cursor]
text = '#122637'
cursor = '#f0cb09'
# Normal colors
[colors.normal]
black = '#000000'
red = '#ff0000'
green = '#37dd21'
yellow = '#fee409'
blue = '#1460d2'
magenta = '#ff005d'
cyan = '#00bbbb'
white = '#bbbbbb'
# Bright colors
[colors.bright]
black = '#545454'
red = '#f40d17'
green = '#3bcf1d'
yellow = '#ecc809'
blue = '#5555ff'
magenta = '#ff55ff'
cyan = '#6ae3f9'
white = '#ffffff'