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
+28
View File
@@ -0,0 +1,28 @@
colors:
# Default colors
primary:
background: '0xfeffee'
foreground: '0x23476a'
# Normal colors
normal:
black: '0x000000'
red: '0xc21b6f'
green: '0x6fc21b'
yellow: '0xc26f1b'
blue: '0x1b6fc2'
magenta: '0x6f1bc2'
cyan: '0x1bc26f'
white: '0x808080'
# Bright colors
bright:
black: '0x808080'
red: '0xee84b9'
green: '0xb9ee84'
yellow: '0xeeb984'
blue: '0x84b9ee'
magenta: '0xb984ee'
cyan: '0x84eeb9'
white: '0xe5e5e5'