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: '0x000000'
foreground: '0xeeeeee'
# Normal colors
normal:
black: '0x4e4e4e'
red: '0xff6c60'
green: '0xa8ff60'
yellow: '0xffffb6'
blue: '0x69cbfe'
magenta: '0xff73fd'
cyan: '0xc6c5fe'
white: '0xeeeeee'
# Bright colors
bright:
black: '0x7c7c7c'
red: '0xffb6b0'
green: '0xceffac'
yellow: '0xffffcb'
blue: '0xb5dcfe'
magenta: '0xff9cfe'
cyan: '0xdfdffe'
white: '0xffffff'