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: '0xf4f4f4'
foreground: '0x3e3e3e'
# Normal colors
normal:
black: '0x3e3e3e'
red: '0x970b16'
green: '0x07962a'
yellow: '0xf8eec7'
blue: '0x003e8a'
magenta: '0xe94691'
cyan: '0x89d1ec'
white: '0xffffff'
# Bright colors
bright:
black: '0x666666'
red: '0xde0000'
green: '0x87d5a2'
yellow: '0xf1d007'
blue: '0x2e6cba'
magenta: '0xffa29f'
cyan: '0x1cfafe'
white: '0xffffff'