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: '0x010101'
foreground: '0xa8a49d'
# Normal colors
normal:
black: '0x010101'
red: '0xf8b63f'
green: '0x7fb5e1'
yellow: '0xd6da25'
blue: '0x489e48'
magenta: '0xb296c6'
cyan: '0xf5bfd7'
white: '0xa8a49d'
# Bright colors
bright:
black: '0x726e6a'
red: '0xf8b63f'
green: '0x7fb5e1'
yellow: '0xd6da25'
blue: '0x489e48'
magenta: '0xb296c6'
cyan: '0xf5bfd7'
white: '0xfefbea'