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
+23
View File
@@ -0,0 +1,23 @@
[colors.bright]
black = "0x000000"
blue = "0x96cbfe"
cyan = "0x85befd"
green = "0x94fa36"
magenta = "0xb9b6fc"
red = "0xfd5ff1"
white = "0xe0e0e0"
yellow = "0xf5ffa8"
[colors.normal]
black = "0x000000"
blue = "0x85befd"
cyan = "0x85befd"
green = "0x87c38a"
magenta = "0xb9b6fc"
red = "0xfd5ff1"
white = "0xe0e0e0"
yellow = "0xffd7b1"
[colors.primary]
background = "0x161719"
foreground = "0xc5c8c6"