From 83a7a2ee278892b5690e135cbd5121ef8d5b91e9 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Thu, 4 Mar 2021 11:48:45 -0700 Subject: [PATCH] finally got the right colorscheme --- config/colorschemes/kitty/WrynStPatricks.conf | 4 ++-- config/colorschemes/linux_console/WrynStPatricks.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/colorschemes/kitty/WrynStPatricks.conf b/config/colorschemes/kitty/WrynStPatricks.conf index 5e746df..d6f9b9b 100644 --- a/config/colorschemes/kitty/WrynStPatricks.conf +++ b/config/colorschemes/kitty/WrynStPatricks.conf @@ -5,8 +5,8 @@ selection_background #FFFF00 selection_foreground #000000 color0 #40A000 color8 #00dd33 -color1 #FF2200 -color9 #FF8700 +color1 #FFFF00 +color9 #AAAA00 color2 #2AEF7C color10 #5CBC84 color3 #78FF00 diff --git a/config/colorschemes/linux_console/WrynStPatricks.sh b/config/colorschemes/linux_console/WrynStPatricks.sh index d2f7091..388896f 100644 --- a/config/colorschemes/linux_console/WrynStPatricks.sh +++ b/config/colorschemes/linux_console/WrynStPatricks.sh @@ -5,8 +5,8 @@ foreground='5CBC84' background='051000' -red='AAFF00' -brightred='FF8700' +red='AAAA00' +brightred='FFFF00' green='FFFF00' brightgreen='AAAA00'