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