alacritty update BS
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x13773d'
|
||||
foreground: '0xfff0a5'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xbb0000'
|
||||
green: '0x00bb00'
|
||||
yellow: '0xe7b000'
|
||||
blue: '0x0000a3'
|
||||
magenta: '0x950062'
|
||||
cyan: '0x00bbbb'
|
||||
white: '0xbbbbbb'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x555555'
|
||||
red: '0xbb0000'
|
||||
green: '0x00bb00'
|
||||
yellow: '0xe7b000'
|
||||
blue: '0x0000bb'
|
||||
magenta: '0xff55ff'
|
||||
cyan: '0x55ffff'
|
||||
white: '0xffffff'
|
||||
|
||||
Reference in New Issue
Block a user