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: '0x0d1926'
foreground: '0xb4e1fd'
# Normal colors
normal:
black: '0x363636'
red: '0xff0883'
green: '0x83ff08'
yellow: '0xff8308'
blue: '0x0883ff'
magenta: '0x8308ff'
cyan: '0x08ff83'
white: '0xb6b6b6'
# Bright colors
bright:
black: '0x424242'
red: '0xff1e8e'
green: '0x8eff1e'
yellow: '0xff8e1e'
blue: '0x1e8eff'
magenta: '0x8e1eff'
cyan: '0x1eff8e'
white: '0xc2c2c2'