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: '0x1f2d3a'
foreground: '0x1abc9c'
# Normal colors
normal:
black: '0x2c3e50'
red: '0xc0392b'
green: '0x27ae60'
yellow: '0xf39c12'
blue: '0x2980b9'
magenta: '0x8e44ad'
cyan: '0x16a085'
white: '0xbdc3c7'
# Bright colors
bright:
black: '0x34495e'
red: '0xe74c3c'
green: '0x2ecc71'
yellow: '0xf1c40f'
blue: '0x3498db'
magenta: '0x9b59b6'
cyan: '0x2aa198'
white: '0xecf0f1'