From 0bb3b07b6f5f562fad4593a46ee7ed1dcfbc5cdf Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 24 Oct 2021 00:34:24 -0700 Subject: [PATCH] zsh: new colors (now: onedark, used to be: onedark-light with dark background (I think)) --- .config/shell/colors.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.config/shell/colors.sh b/.config/shell/colors.sh index 23c14c6..e09ea98 100644 --- a/.config/shell/colors.sh +++ b/.config/shell/colors.sh @@ -3,22 +3,22 @@ # Base16 Shell template by Chris Kempson (http://chriskempson.com) # OneDark scheme by Lalit Magant (http://github.com/tilal6991) -color00="1b/1d/1e" # Base 00 - Black -color01="ff/59/95" # Base 08 - Red -color02="b6/e3/54" # Base 0B - Green -color03="f3/fd/21" # Base 0A - Yellow -color04="3f/78/ff" # Base 0D - Blue -color05="9e/6f/fe" # Base 0E - Magenta -color06="23/ce/d4" # Base 0C - Cyan -color07="cc/cc/c6" # Base 05 - White -color08="50/53/54" # Base 03 - Bright Black +color00="28/2c/34" # Base 00 - Black +color01="e0/6c/75" # Base 08 - Red +color02="98/c3/79" # Base 0B - Green +color03="e5/c0/7b" # Base 0A - Yellow +color04="61/af/ef" # Base 0D - Blue +color05="c6/78/dd" # Base 0E - Magenta +color06="56/b6/c2" # Base 0C - Cyan +color07="ab/b2/bf" # Base 05 - White +color08="54/58/62" # Base 03 - Bright Black color09=$color01 # Base 08 - Bright Red color10=$color02 # Base 0B - Bright Green color11=$color03 # Base 0A - Bright Yellow color12=$color04 # Base 0D - Bright Blue color13=$color05 # Base 0E - Bright Magenta color14=$color06 # Base 0C - Bright Cyan -color15="f8/f8/f2" # Base 07 - Bright White +color15="c8/cc/d4" # Base 07 - Bright White color16="d1/9a/66" # Base 09 color17="be/50/46" # Base 0F color18="35/3b/45" # Base 01