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: '0x282828'
foreground: '0xeeeeee'
# Normal colors
normal:
black: '0x1d1d1d'
red: '0xc5152f'
green: '0xc9d05c'
yellow: '0xffc24b'
blue: '0xb3deef'
magenta: '0xd3b987'
cyan: '0x73cef4'
white: '0xeeeeee'
# Bright colors
bright:
black: '0x323232'
red: '0xf43753'
green: '0xd9e066'
yellow: '0xfacc72'
blue: '0xc0eafb'
magenta: '0xefd093'
cyan: '0xa1d6ec'
white: '0xffffff'