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: '0x241f33'
foreground: '0xd1cae8'
# Normal colors
normal:
black: '0x2f2942'
red: '0xff857f'
green: '0x48b685'
yellow: '0xe6c000'
blue: '0xae81ff'
magenta: '0xef6155'
cyan: '0xc2ffdf'
white: '0xf8f8f2'
# Bright colors
bright:
black: '0x75507b'
red: '0xf1568e'
green: '0x5adba2'
yellow: '0xd5a425'
blue: '0xc5a3ff'
magenta: '0xef6155'
cyan: '0xc2ffff'
white: '0xf8f8f0'