alacritty update BS
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0xefefef'
|
||||
foreground: '0x444444'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x777777'
|
||||
red: '0xff0055'
|
||||
green: '0x739100'
|
||||
yellow: '0x503d15'
|
||||
blue: '0x538091'
|
||||
magenta: '0x5b345e'
|
||||
cyan: '0x538091'
|
||||
white: '0x999999'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x999999'
|
||||
red: '0xd65e76'
|
||||
green: '0x9cc700'
|
||||
yellow: '0x947555'
|
||||
blue: '0x9db3cd'
|
||||
magenta: '0xa184a4'
|
||||
cyan: '0x85b2aa'
|
||||
white: '0xbababa'
|
||||
|
||||
Reference in New Issue
Block a user