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: '0x1e1e1e'
foreground: '0xcccccc'
# Normal colors
normal:
black: '0x6a787a'
red: '0xe9653b'
green: '0x39e9a8'
yellow: '0xe5b684'
blue: '0x44aae6'
magenta: '0xe17599'
cyan: '0x3dd5e7'
white: '0xc3dde1'
# Bright colors
bright:
black: '0x598489'
red: '0xe65029'
green: '0x00ff9a'
yellow: '0xe89440'
blue: '0x009afb'
magenta: '0xff578f'
cyan: '0x5fffff'
white: '0xd9fbff'