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: '0x2f2f2f'
foreground: '0xdfdfdf'
# Normal colors
normal:
black: '0x373d48'
red: '0x9b3e46'
green: '0x095b32'
yellow: '0x808020'
blue: '0x1d3e6f'
magenta: '0x823065'
cyan: '0x3a7458'
white: '0x828282'
# Bright colors
bright:
black: '0x5c6370'
red: '0xd0555f'
green: '0x119955'
yellow: '0xdfe048'
blue: '0x4674b8'
magenta: '0xed86c9'
cyan: '0x70d2a4'
white: '0xdfdfdf'