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: '0xffffff'
foreground: '0x4d4d4c'
# Normal colors
normal:
black: '0x000000'
red: '0xc82828'
green: '0x718c00'
yellow: '0xeab700'
blue: '0x4171ae'
magenta: '0x8959a8'
cyan: '0x3e999f'
white: '0xfffefe'
# Bright colors
bright:
black: '0x000000'
red: '0xc82828'
green: '0x708b00'
yellow: '0xe9b600'
blue: '0x4170ae'
magenta: '0x8958a7'
cyan: '0x3d999f'
white: '0xfffefe'