Skip to content

Commit

Permalink
Add 16 color terminal configurations
Browse files Browse the repository at this point in the history
For themes that do not have identical background/color0 and
foreground/color15 there is now alternative 16 color themes. Vim cannot
expressly get the foreground/background color so gruvbox must use 0/15.

Related to gruvbox-community/gruvbox#50
  • Loading branch information
rbong committed Jun 2, 2019
1 parent 0bb8eab commit 97694d7
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 0 deletions.
21 changes: 21 additions & 0 deletions deepin-terminal/gruvbox_dark_16
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[theme]
color_1=#282828
color_2=#cc241d
color_3=#98971a
color_4=#d79921
color_5=#458588
color_6=#b16286
color_7=#689d6a
color_8=#a89984
color_9=#928374
color_10=#fb4934
color_11=#b8bb26
color_12=#fabd2f
color_13=#83a598
color_14=#d3869b
color_15=#8ec07c
color_16=#d5c4a1
background=#282828
foreground=#d5c4a1
tab=#d5c4a1
style=dark
21 changes: 21 additions & 0 deletions deepin-terminal/gruvbox_light_16
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[theme]
color_1=#fbf1c7
color_2=#cc241d
color_3=#98971a
color_4=#d79921
color_5=#458588
color_6=#b16286
color_7=#689d6a
color_8=#7c6f64
color_9=#928374
color_10=#9d0006
color_11=#79740e
color_12=#b57614
color_13=#076678
color_14=#8f3f71
color_15=#427b58
color_16=#3c3836
background=#fbf1c7
foreground=#3c3836
tab=#3c3836
style=light
19 changes: 19 additions & 0 deletions mintty/gruvbox_16.minttyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
ForegroundColour=235,219,178
BackgroundColour=29,32,33
CursorColour=253,157,79
Black=29,32,33
BoldBlack=146,131,116
Red=204,36,29
BoldRed=251,73,52
Green=152,151,26
BoldGreen=184,187,38
Yellow=215,153,33
BoldYellow=250,189,47
Blue=69,133,136
BoldBlue=131,165,152
Magenta=177,98,134
BoldMagenta=211,134,155
Cyan=104,157,106
BoldCyan=142,192,124
White=168,153,132
BoldWhite=235,219,178
6 changes: 6 additions & 0 deletions xfce4-terminal/gruvbox-dark-16.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Scheme]
Name=gruvbox dark
ColorForeground=#ebdbb2
ColorBackground=#282828
ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
TabActivityColor=#bf4040
6 changes: 6 additions & 0 deletions xfce4-terminal/gruvbox-dark-hard-16.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Scheme]
Name=gruvbox dark hard
ColorForeground=#ebdbb2
ColorBackground=#1d2021
ColorPalette=#1d2021;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
TabActivityColor=#bf4040
6 changes: 6 additions & 0 deletions xfce4-terminal/gruvbox-dark-soft-16.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Scheme]
Name=gruvbox dark soft
ColorForeground=#ebdbb2
ColorBackground=#32302f
ColorPalette=#32302f;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
TabActivityColor=#bf4040
6 changes: 6 additions & 0 deletions xfce4-terminal/gruvbox-light-16.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Scheme]
Name=gruvbox light
ColorForeground=#3c3836
ColorBackground=#fbf1c7
ColorPalette=#fbf1c7;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#7c6f64;#928374;#9d0006;#79740e;#b57614;#076678;#8f3f71;#427b58;#3c3836
TabActivityColor=#bf4040
6 changes: 6 additions & 0 deletions xfce4-terminal/gruvbox-light-hard-16.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Scheme]
Name=gruvbox light hard
ColorForeground=#3c3836
ColorBackground=#f9f5d7
ColorPalette=#f9f5d7;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#7c6f64;#928374;#9d0006;#79740e;#b57614;#076678;#8f3f71;#427b58;#3c3836
TabActivityColor=#bf4040
6 changes: 6 additions & 0 deletions xfce4-terminal/gruvbox-light-soft-16.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Scheme]
Name=gruvbox light soft
ColorForeground=#3c3836
ColorBackground=#f2e5bc
ColorPalette=#3c3836;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#7c6f64;#928374;#9d0006;#79740e;#b57614;#076678;#8f3f71;#427b58;#f2e5bc
TabActivityColor=#bf4040

0 comments on commit 97694d7

Please sign in to comment.