Alacritty: improve github light colors
This commit is contained in:
parent
51f7738375
commit
050e43adcd
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ black = "0x969896"
|
||||||
blue = "0xe8e8e8"
|
blue = "0xe8e8e8"
|
||||||
cyan = "0x333333"
|
cyan = "0x333333"
|
||||||
green = "0xf5f5f5"
|
green = "0xf5f5f5"
|
||||||
magenta = "0xffffff"
|
magenta = "0xa71d5d"
|
||||||
red = "0x0086b3"
|
red = "0x0086b3"
|
||||||
white = "0xffffff"
|
white = "0x000000"
|
||||||
yellow = "0xc8c8fa"
|
yellow = "0xc8c8fa"
|
||||||
|
|
||||||
[colors.cursor]
|
[colors.cursor]
|
||||||
|
|
Loading…
Reference in a new issue