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: '0x012849'
foreground: '0xa9bed8'
# Normal colors
normal:
black: '0x2c2423'
red: '0xf557a0'
green: '0xa9ee55'
yellow: '0xf5a255'
blue: '0x5ea2ec'
magenta: '0xa957ec'
cyan: '0x5eeea0'
white: '0x918988'
# Bright colors
bright:
black: '0x918988'
red: '0xf579b2'
green: '0xbbee78'
yellow: '0xf5b378'
blue: '0x81b3ec'
magenta: '0xbb79ec'
cyan: '0x81eeb2'
white: '0xf5eeec'