Skip to content

Commit

Permalink
Change yellow to base0A and white to base06 as defined in the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Sep 16, 2024
1 parent a6e16ca commit d890fe6
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions scripts/base24-brogrammer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="brogrammer"
color00="13/13/13" # Base 00 - Black
color01="f7/11/18" # Base 08 - Red
color02="2c/c5/5d" # Base 0B - Green
color03="ec/b9/0f" # Base 09 - Yellow
color03="0f/80/d5" # Base 0A - Yellow
color04="2a/84/d2" # Base 0D - Blue
color05="4e/59/b7" # Base 0E - Magenta
color06="0f/80/d5" # Base 0C - Cyan
color07="c1/e6/ed" # Base 06 - White
color07="e3/e6/ed" # Base 06 - White
color08="2a/31/41" # Base 02 - Bright Black
color09="de/34/2e" # Base 12 - Bright Red
color10="1d/d2/60" # Base 14 - Bright Green
Expand Down
4 changes: 2 additions & 2 deletions scripts/base24-chalk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="chalk"
color00="15/15/15" # Base 00 - Black
color01="fa/85/9c" # Base 08 - Red
color02="a1/bb/54" # Base 0B - Green
color03="ea/99/71" # Base 09 - Yellow
color03="dd/b2/6f" # Base 0A - Yellow
color04="5a/b9/ed" # Base 0D - Blue
color05="db/8f/ea" # Base 0E - Magenta
color06="10/bc/ad" # Base 0C - Cyan
color07="d0/e0/e0" # Base 06 - White
color07="e0/e0/e0" # Base 06 - White
color08="30/30/30" # Base 02 - Bright Black
color09="fb/9f/b1" # Base 12 - Bright Red
color10="ac/c2/67" # Base 14 - Bright Green
Expand Down
4 changes: 2 additions & 2 deletions scripts/base24-dracula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="dracula"
color00="28/2a/36" # Base 00 - Black
color01="ff/55/55" # Base 08 - Red
color02="50/fa/7b" # Base 0B - Green
color03="ff/b8/6c" # Base 09 - Yellow
color03="f1/fa/8c" # Base 0A - Yellow
color04="80/bf/ff" # Base 0D - Blue
color05="ff/79/c6" # Base 0E - Magenta
color06="8b/e9/fd" # Base 0C - Cyan
color07="f8/f1/f4" # Base 06 - White
color07="f0/f1/f4" # Base 06 - White
color08="44/47/5a" # Base 02 - Bright Black
color09="f2/8c/8c" # Base 12 - Bright Red
color10="a3/f5/b8" # Base 14 - Bright Green
Expand Down
4 changes: 2 additions & 2 deletions scripts/base24-espresso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="espresso"
color00="26/26/26" # Base 00 - Black
color01="d2/51/51" # Base 08 - Red
color02="a5/c2/61" # Base 0B - Green
color03="ff/c6/6d" # Base 09 - Yellow
color03="8a/b7/d9" # Base 0A - Yellow
color04="6c/99/bb" # Base 0D - Blue
color05="d1/97/d9" # Base 0E - Magenta
color06="be/d6/ff" # Base 0C - Cyan
color07="c7/ee/ec" # Base 06 - White
color07="ee/ee/ec" # Base 06 - White
color08="53/53/53" # Base 02 - Bright Black
color09="f0/0c/0c" # Base 12 - Bright Red
color10="c2/e0/75" # Base 14 - Bright Green
Expand Down
4 changes: 2 additions & 2 deletions scripts/base24-flat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="flat"
color00="08/28/45" # Base 00 - Black
color01="a8/23/20" # Base 08 - Red
color02="2d/94/40" # Base 0B - Green
color03="e5/8d/11" # Base 09 - Yellow
color03="3c/7d/d2" # Base 0A - Yellow
color04="31/67/ac" # Base 0D - Blue
color05="78/1a/a0" # Base 0E - Magenta
color06="2c/93/70" # Base 0C - Cyan
color07="8c/b6/ba" # Base 06 - White
color07="b0/b6/ba" # Base 06 - White
color08="2e/2e/45" # Base 02 - Bright Black
color09="d4/31/2e" # Base 12 - Bright Red
color10="32/a5/48" # Base 14 - Bright Green
Expand Down
4 changes: 2 additions & 2 deletions scripts/base24-framer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="framer"
color00="11/11/11" # Base 00 - Black
color01="ff/55/55" # Base 08 - Red
color02="98/ec/65" # Base 0B - Green
color03="ff/cc/33" # Base 09 - Yellow
color03="33/bb/ff" # Base 0A - Yellow
color04="00/aa/ff" # Base 0D - Blue
color05="aa/88/ff" # Base 0E - Magenta
color06="88/dd/ff" # Base 0C - Cyan
color07="a9/cc/cc" # Base 06 - White
color07="cc/cc/cc" # Base 06 - White
color08="41/41/41" # Base 02 - Bright Black
color09="ff/88/88" # Base 12 - Bright Red
color10="b6/f2/92" # Base 14 - Bright Green
Expand Down
4 changes: 2 additions & 2 deletions scripts/base24-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="github"
color00="f4/f4/f4" # Base 00 - Black
color01="97/0b/16" # Base 08 - Red
color02="07/96/2a" # Base 0B - Green
color03="f8/ee/c7" # Base 09 - Yellow
color03="2e/6c/ba" # Base 0A - Yellow
color04="00/3e/8a" # Base 0D - Blue
color05="e9/46/91" # Base 0E - Magenta
color06="89/d1/ec" # Base 0C - Cyan
color07="d8/ff/ff" # Base 06 - White
color07="ff/ff/ff" # Base 06 - White
color08="66/66/66" # Base 02 - Bright Black
color09="de/00/00" # Base 12 - Bright Red
color10="87/d5/a2" # Base 14 - Bright Green
Expand Down
4 changes: 2 additions & 2 deletions scripts/base24-hardcore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="hardcore"
color00="11/11/11" # Base 00 - Black
color01="ff/55/55" # Base 08 - Red
color02="98/ec/65" # Base 0B - Green
color03="ff/cc/33" # Base 09 - Yellow
color03="33/bb/ff" # Base 0A - Yellow
color04="00/aa/ff" # Base 0D - Blue
color05="aa/88/ff" # Base 0E - Magenta
color06="88/dd/ff" # Base 0C - Cyan
color07="a9/cc/cc" # Base 06 - White
color07="cc/cc/cc" # Base 06 - White
color08="41/41/41" # Base 02 - Bright Black
color09="ff/88/88" # Base 12 - Bright Red
color10="b6/f2/92" # Base 14 - Bright Green
Expand Down
4 changes: 2 additions & 2 deletions scripts/base24-one-black.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="one-black"
color00="00/00/00" # Base 00 - Black
color01="e0/55/61" # Base 08 - Red
color02="8c/c2/65" # Base 0B - Green
color03="d1/8f/52" # Base 09 - Yellow
color03="e6/b9/65" # Base 0A - Yellow
color04="4a/a5/f0" # Base 0D - Blue
color05="c1/62/de" # Base 0E - Magenta
color06="42/b3/c2" # Base 0C - Cyan
color07="ab/e6/e6" # Base 06 - White
color07="e6/e6/e6" # Base 06 - White
color08="4f/56/66" # Base 02 - Bright Black
color09="ff/61/6e" # Base 12 - Bright Red
color10="a5/e0/75" # Base 14 - Bright Green
Expand Down
4 changes: 2 additions & 2 deletions scripts/base24-one-dark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="one-dark"
color00="28/2c/34" # Base 00 - Black
color01="e0/55/61" # Base 08 - Red
color02="8c/c2/65" # Base 0B - Green
color03="d1/8f/52" # Base 09 - Yellow
color03="e6/b9/65" # Base 0A - Yellow
color04="4a/a5/f0" # Base 0D - Blue
color05="c1/62/de" # Base 0E - Magenta
color06="42/b3/c2" # Base 0C - Cyan
color07="ab/e6/e6" # Base 06 - White
color07="e6/e6/e6" # Base 06 - White
color08="4f/56/66" # Base 02 - Bright Black
color09="ff/61/6e" # Base 12 - Bright Red
color10="a5/e0/75" # Base 14 - Bright Green
Expand Down
4 changes: 2 additions & 2 deletions scripts/base24-one-light.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="one-light"
color00="e7/e7/e9" # Base 00 - Black
color01="ca/12/43" # Base 08 - Red
color02="50/a1/4f" # Base 0B - Green
color03="c1/84/01" # Base 09 - Yellow
color03="fe/bb/2a" # Base 0A - Yellow
color04="40/78/f2" # Base 0D - Blue
color05="a6/26/a4" # Base 0E - Magenta
color06="01/84/bc" # Base 0C - Cyan
color07="38/22/27" # Base 06 - White
color07="20/22/27" # Base 06 - White
color08="ca/ca/ce" # Base 02 - Bright Black
color09="ec/22/58" # Base 12 - Bright Red
color10="6d/b7/6c" # Base 14 - Bright Green
Expand Down
4 changes: 2 additions & 2 deletions scripts/base24-sparky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="sparky"
color00="07/2b/31" # Base 00 - Black
color01="ff/58/5d" # Base 08 - Red
color02="78/d6/4b" # Base 0B - Green
color03="ff/8f/1c" # Base 09 - Yellow
color03="fb/dd/40" # Base 0A - Yellow
color04="46/98/cb" # Base 0D - Blue
color05="d5/9e/d7" # Base 0E - Magenta
color06="2d/cc/d3" # Base 0C - Cyan
color07="f4/f5/f1" # Base 06 - White
color07="f5/f5/f1" # Base 06 - White
color08="00/3c/46" # Base 02 - Bright Black
color09="ff/72/76" # Base 12 - Bright Red
color10="8e/dd/65" # Base 14 - Bright Green
Expand Down
4 changes: 2 additions & 2 deletions templates/base24.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export BASE24_THEME="{{scheme-slug}}"
color00="{{base00-hex-r}}/{{base00-hex-g}}/{{base00-hex-b}}" # Base 00 - Black
color01="{{base08-hex-r}}/{{base08-hex-g}}/{{base08-hex-b}}" # Base 08 - Red
color02="{{base0B-hex-r}}/{{base0B-hex-g}}/{{base0B-hex-b}}" # Base 0B - Green
color03="{{base09-hex-r}}/{{base09-hex-g}}/{{base09-hex-b}}" # Base 09 - Yellow
color03="{{base0A-hex-r}}/{{base0A-hex-g}}/{{base0A-hex-b}}" # Base 0A - Yellow
color04="{{base0D-hex-r}}/{{base0D-hex-g}}/{{base0D-hex-b}}" # Base 0D - Blue
color05="{{base0E-hex-r}}/{{base0E-hex-g}}/{{base0E-hex-b}}" # Base 0E - Magenta
color06="{{base0C-hex-r}}/{{base0C-hex-g}}/{{base0C-hex-b}}" # Base 0C - Cyan
color07="{{base05-hex-r}}/{{base06-hex-g}}/{{base06-hex-b}}" # Base 06 - White
color07="{{base06-hex-r}}/{{base06-hex-g}}/{{base06-hex-b}}" # Base 06 - White
color08="{{base02-hex-r}}/{{base02-hex-g}}/{{base02-hex-b}}" # Base 02 - Bright Black
color09="{{base12-hex-r}}/{{base12-hex-g}}/{{base12-hex-b}}" # Base 12 - Bright Red
color10="{{base14-hex-r}}/{{base14-hex-g}}/{{base14-hex-b}}" # Base 14 - Bright Green
Expand Down

0 comments on commit d890fe6

Please sign in to comment.