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: '0x1b1b23'
foreground: '0x877a9b'
# Normal colors
normal:
black: '0x000000'
red: '0xb0425b'
green: '0x37a415'
yellow: '0xad5c42'
blue: '0x564d9b'
magenta: '0x6c3ca1'
cyan: '0x808080'
white: '0x87799c'
# Bright colors
bright:
black: '0x5d3225'
red: '0xff6388'
green: '0x29e620'
yellow: '0xf08161'
blue: '0x867aed'
magenta: '0xa05eee'
cyan: '0xeaeaea'
white: '0xbfa3ff'