zsh: new colors (now: onedark, used to be: onedark-light with dark
background (I think))
This commit is contained in:
parent
1f235c60cc
commit
0bb3b07b6f
1 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue