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: '0x191622'
foreground: '0xabb2bf'
# Normal colors
normal:
black: '0x191622'
red: '0xe96379'
green: '0x67e480'
yellow: '0xe89e64'
blue: '0x78d1e1'
magenta: '0x988bc7'
cyan: '0xff79c6'
white: '0xabb2bf'
# Bright colors
bright:
black: '0x000000'
red: '0xe96379'
green: '0x67e480'
yellow: '0xe89e64'
blue: '0x78d1e1'
magenta: '0x988bc7'
cyan: '0xff79c6'
white: '0xffffff'