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: '0x1f2430'
foreground: '0xcbccc6'
# Normal colors
normal:
black: '0x1f2430'
red: '0xff3333'
green: '0xbae67e'
yellow: '0xffa759'
blue: '0x73d0ff'
magenta: '0xd4bfff'
cyan: '0x95e6cb'
white: '0xcbccc6'
# Bright colors
bright:
black: '0x707a8c'
red: '0xff3333'
green: '0xbae67e'
yellow: '0xffa759'
blue: '0x73d0ff'
magenta: '0xd4bfff'
cyan: '0x95e6cb'
white: '0xcbccc6'