Alacritty: improve github light colors

This commit is contained in:
Akemi Izuko 2024-04-23 18:39:27 -06:00
parent 51f7738375
commit 050e43adcd
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -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]