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
@@ -0,0 +1,28 @@
colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xffffff'
# Normal colors
normal:
black: '0x878787'
red: '0xff6600'
green: '0xccff04'
yellow: '0xffcc00'
blue: '0x44b4cc'
magenta: '0x9933cc'
cyan: '0x44b4cc'
white: '0xf5f5f5'
# Bright colors
bright:
black: '0x555555'
red: '0xff0000'
green: '0x00ff00'
yellow: '0xffff00'
blue: '0x0000ff'
magenta: '0xff00ff'
cyan: '0x00ffff'
white: '0xe5e5e5'