diff --git a/alacritty/themes/base16-github.toml b/alacritty/themes/base16-github.toml index ca0a641..a2ee42c 100644 --- a/alacritty/themes/base16-github.toml +++ b/alacritty/themes/base16-github.toml @@ -6,9 +6,9 @@ black = "0x969896" blue = "0xe8e8e8" cyan = "0x333333" green = "0xf5f5f5" -magenta = "0xffffff" +magenta = "0xa71d5d" red = "0x0086b3" -white = "0xffffff" +white = "0x000000" yellow = "0xc8c8fa" [colors.cursor]