alacritty update BS
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x000000'
|
||||
foreground: '0xbbbbbb'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x4c4c4c'
|
||||
red: '0xbb0000'
|
||||
green: '0x5fde8f'
|
||||
yellow: '0xf3f167'
|
||||
blue: '0x276bd8'
|
||||
magenta: '0xbb00bb'
|
||||
cyan: '0x00dadf'
|
||||
white: '0xbbbbbb'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x555555'
|
||||
red: '0xff5555'
|
||||
green: '0x55ff55'
|
||||
yellow: '0xffff55'
|
||||
blue: '0x5555ff'
|
||||
magenta: '0xff55ff'
|
||||
cyan: '0x55ffff'
|
||||
white: '0xffffff'
|
||||
|
||||
Reference in New Issue
Block a user