alacritty update BS

This commit is contained in:
2024-01-06 11:23:04 +01:00
parent 5d42533b19
commit ce228b4f51
465 changed files with 24031 additions and 0 deletions
@@ -0,0 +1,28 @@
colors:
# Default colors
primary:
background: '0x121212'
foreground: '0xa0a0a0'
# Normal colors
normal:
black: '0x1b1d1e'
red: '0xf92672'
green: '0xa6e22e'
yellow: '0xfd971f'
blue: '0x66d9ef'
magenta: '0x9e6ffe'
cyan: '0x5e7175'
white: '0xccccc6'
# Bright colors
bright:
black: '0x505354'
red: '0xff669d'
green: '0xbeed5f'
yellow: '0xe6db74'
blue: '0x66d9ef'
magenta: '0x9e6ffe'
cyan: '0xa3babf'
white: '0xf8f8f2'