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: '0x161719'
foreground: '0xc5c8c6'
# Normal colors
normal:
black: '0x000000'
red: '0xfd5ff1'
green: '0x87c38a'
yellow: '0xffd7b1'
blue: '0x85befd'
magenta: '0xb9b6fc'
cyan: '0x85befd'
white: '0xe0e0e0'
# Bright colors
bright:
black: '0x000000'
red: '0xfd5ff1'
green: '0x94fa36'
yellow: '0xf5ffa8'
blue: '0x96cbfe'
magenta: '0xb9b6fc'
cyan: '0x85befd'
white: '0xe0e0e0'