aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2024-01-28 09:42:09 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2024-01-28 09:42:09 +0100
commit25669a718c408486b665af9732423c620f659227 (patch)
treee232bda869a1f269801a73f4a982946f7774aa74
parent4cef4b02e57b12465ba04f68d04da2ea74739efb (diff)
fix alacritty yellow and light yellow after update
-rw-r--r--alacritty.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/alacritty.toml b/alacritty.toml
index e555af2..2756e7d 100644
--- a/alacritty.toml
+++ b/alacritty.toml
@@ -6,6 +6,7 @@ green = "#55ff55"
magenta = "#ff55ff"
red = "#ff5555"
white = "#fafafa"
+yellow = "#ffff55"
[colors.normal]
black = "#000000"
@@ -15,7 +16,7 @@ green = "#33ff33"
magenta = "#ff33ff"
red = "#ff3333"
white = "#d8d8d8"
-yellow = "#ffff33"
+yellow = "#eeee33"
[env]
TERM = "xterm-256color"