├── C
└── colors.h
├── README.md
├── color.table
├── console2
├── gruvbox-dark.xml
└── gruvbox-light.xml
├── deepin-terminal
├── gruvbox_dark
└── gruvbox_light
├── gedit
├── gruvbox-dark.xml
└── gruvbox-light.xml
├── hexchat
├── dark
│ └── colors.conf
└── light
│ └── colors.conf
├── iterm2
├── gruvbox-dark.itermcolors
└── gruvbox-light.itermcolors
├── konsole
├── Gruvbox_dark.colorscheme
└── Gruvbox_light.colorscheme
├── mintty
└── gruvbox.minttyrc
├── notepad++
├── Gruvbox Dark Hard.xml
├── Gruvbox Dark Medium.xml
├── Gruvbox Dark Soft.xml
├── Gruvbox Light Hard.xml
├── Gruvbox Light Medium.xml
└── Gruvbox Light Soft.xml
├── osx-terminal
└── Gruvbox-dark.terminal
├── pantheon-terminal
├── gruvbox-dark.sh
└── gruvbox-light.sh
├── putty
├── putty-gruvbox-dark-hard.reg
├── putty-gruvbox-dark-medium.reg
├── putty-gruvbox-dark-soft.reg
├── putty-gruvbox-light-hard.reg
├── putty-gruvbox-light-medium.reg
└── putty-gruvbox-light-soft.reg
├── qtcreator
├── README.md
├── gruvbox-dark.xml
└── gruvbox-light.xml
├── roxterm
├── Roxterm-dark
└── Roxterm-light
├── scss
├── README.md
├── gruvbox-dark.scss
├── gruvbox-light.scss
└── gruvbox.scss
├── shell
└── colors.sh
├── st
├── gruvbox-dark.h
└── gruvbox-light.h
├── termite
├── gruvbox-dark
└── gruvbox-light
├── urxvt256
└── gruvbox-urxvt256.xresources
├── xcode
├── Gruvbox Dark (Inconsolata 14).dvtcolortheme
├── Gruvbox Dark (SF Mono 11).dvtcolortheme
├── Gruvbox Light (Inconsolata 14).dvtcolortheme
├── Gruvbox Light (SF Mono 11).dvtcolortheme
└── README.md
├── xfce4-terminal
├── README.org
├── gruvbox-dark-hard.theme
├── gruvbox-dark-soft.theme
├── gruvbox-dark.theme
├── gruvbox-light-hard.theme
├── gruvbox-light-soft.theme
└── gruvbox-light.theme
└── xresources
├── gruvbox-dark.xresources
└── gruvbox-light.xresources
/C/colors.h:
--------------------------------------------------------------------------------
1 | static const char dark0_hard[] = "#1D2021";
2 | static const char dark0[] = "#282828";
3 | static const char dark0_soft[] = "#32302F";
4 | static const char dark1[] = "#3c3836";
5 | static const char dark2[] = "#504945";
6 | static const char dark3[] = "#665C54";
7 | static const char dark4[] = "#7C6F64";
8 |
9 | static const char gray_245[] = "#928374";
10 | static const char gray_244[] = "#928374";
11 |
12 | static const char light0_hard[] = "#F9F5D7";
13 | static const char light0[] = "#FBF1C7";
14 | static const char light0_soft[] = "#F2E5BC";
15 | static const char light1[] = "#EBDBB2";
16 | static const char light2[] = "#D5C4A1";
17 | static const char light3[] = "#BDAE93";
18 | static const char light4[] = "#A89984";
19 |
20 | static const char bright_red[] = "#FB4934";
21 | static const char bright_green[] = "#B8BB26";
22 | static const char bright_yellow[] = "#FABD2F";
23 | static const char bright_blue[] = "#83A598";
24 | static const char bright_purple[] = "#D3869B";
25 | static const char bright_aqua[] = "#8EC07C";
26 | static const char bright_orange[] = "#FE8019";
27 |
28 | static const char neutral_red[] = "#CC241D";
29 | static const char neutral_green[] = "#98971A";
30 | static const char neutral_yellow[] = "#D79921";
31 | static const char neutral_blue[] = "#458588";
32 | static const char neutral_purple[] = "#B16286";
33 | static const char neutral_aqua[] = "#689D6A";
34 | static const char neutral_orange[] = "#D65D0E";
35 |
36 | static const char faded_red[] = "#9D0006";
37 | static const char faded_green[] = "#79740E";
38 | static const char faded_yellow[] = "#B57614";
39 | static const char faded_blue[] = "#076678";
40 | static const char faded_purple[] = "#8F3F71";
41 | static const char faded_aqua[] = "#427B58";
42 | static const char faded_orange[] = "#AF3A03";
43 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |

2 |
3 | gruvbox contributions, ports and extras
4 |
5 | Palette
6 | -------
7 |
8 | ### Dark mode
9 |
10 | 
11 |
12 | ### Light mode
13 |
14 | 
15 |
16 | ## Ports
17 |
18 | Here's a list of ports to other text editors and applications. The original Vim theme can be found here: https://github.com/morhetz/gruvbox
19 |
20 | ### Alacritty
21 |
22 | - [Daniel M. Capella's port](https://github.com/jwilm/alacritty/wiki/Color-schemes#gruvbox)
23 |
24 | ### Alfred
25 |
26 | - [Intens' gruvbox-dark port](https://www.alfredapp.com/extras/theme/FtXTsjweeU/)
27 |
28 | ### Atom
29 |
30 | - [Caleb Land's port](https://github.com/caleb/gruvbox-syntax-atom)
31 | - [Ryan Taylor's port](https://github.com/ryanmt/atom-gruvbox-dark)
32 | - [Brian Reilly's port](https://github.com/Briles/gruvbox-atom)
33 | - [Steve Lombardi's port](https://github.com/smlombardi/gruvbox-syntax)
34 |
35 | ### Awesome WM
36 |
37 | - [Raphael McSinyx's theme](https://github.com/McSinyx/debdotfiles/tree/master/awesome/.config/awesome/themes/gruvbox)
38 |
39 | ### Chrome
40 |
41 | - [Ben Brooks' port](https://github.com/bbrks/chrome-gruvbox)
42 |
43 | ### Conky
44 |
45 | - [a-schaefers' port](https://github.com/a-schaefers/i3-wm-gruvbox-theme/tree/master/conky)
46 |
47 | ### CudaText
48 |
49 | - [Brian Reilly's port](https://github.com/Briles/gruvbox-cudatext)
50 |
51 | ### Emacs
52 |
53 | - [Greduan's port](https://github.com/Greduan/emacs-theme-gruvbox)
54 |
55 | ### Firefox
56 | - [Abraham Raji's port](https://github.com/avronr/gruvarc-firefox)
57 |
58 | ### HyperTerm
59 |
60 | - [Gruvbox Dark Theme](https://github.com/mcchrish/hyperterm-gruvbox-dark)
61 |
62 | ### i3-wm
63 |
64 | - [a-schaefers' port](https://github.com/a-schaefers/i3-wm-gruvbox-theme)
65 |
66 | ### i3status-rust
67 |
68 | - [Daniel M. Capella's port](https://github.com/greshake/i3status-rust/blob/master/src/themes.rs)
69 |
70 | ### IDEA
71 | - [Caleb Land's port](https://github.com/caleb/gruvbox-idea)
72 | - [Visual Gruvbox (Medium Dark) by rphlmr](https://github.com/rphlmr/visual-gruvbox-medium-dark)
73 |
74 | ### Multimarkdown Composer
75 |
76 | - [jlxz's stylesheet](https://github.com/jlxz/mmdc_gruvbox_style)
77 |
78 | ### Notepad++
79 | - [wburton95's Port](https://github.com/wburton95/Notepadpp-Gruvbox-Port)
80 |
81 | ### Pentadactyl
82 |
83 | - [Roman Inflianskas's color scheme](https://github.com/rominf/pentadactyl-gruvbox)
84 |
85 | ### Pygments
86 |
87 | - [Dave Yarwood's port](https://github.com/daveyarwood/gruvbox-pygments)
88 |
89 | ### Qt Creator
90 |
91 | - [Julian Konchunas's port](https://github.com/konchunas/gruvbox-qtcreator)
92 |
93 | ### Rofi
94 |
95 | - [Color themes by Brian Hardisty](https://github.com/bardisty/gruvbox-rofi)
96 |
97 | ### Slack
98 |
99 | - [By unknown author](http://sweetthemesaremadeofthe.se/post/114732568417/gruvbox-inspired)
100 |
101 | ### Sublime // TextMate
102 |
103 | - [Martin Radimec's port](https://github.com/peaceant/gruvbox)
104 | - [Brian Reilly's port](https://github.com/Briles/gruvbox)
105 |
106 | ### Taskpaper 3
107 |
108 | - [Nathan Wykes' port](https://github.com/nwykes/gruvbox-taskpaper-theme)
109 |
110 | ### Tilix terminal
111 |
112 | - [Michael Thessel's port](https://github.com/MichaelThessel/tilix-gruvbox)
113 |
114 | ### Visual Studio
115 |
116 | - [UI Theme by Mark Fischer, Jr.](https://github.com/flyingfisch/VSGruvbox)
117 | - [Editor themes by various authors](http://studiostyl.es/schemes/search?q=gruvbox)
118 | - [Visual Gruvbox (Medium Dark) by rphlmr](https://github.com/rphlmr/visual-gruvbox-medium-dark)
119 |
120 | ### Visual Studio Code
121 |
122 | - [Gruvbox Themes by Tom Philbin](https://marketplace.visualstudio.com/items?itemName=tomphilbin.gruvbox-themes)
123 | - [Gruvbox Minor by adamsome](https://marketplace.visualstudio.com/items?itemName=adamsome.vscode-theme-gruvbox-minor)
124 | - [Visual Gruvbox (Medium Dark) by rphlmr](https://marketplace.visualstudio.com/items?itemName=rphlmr.visual-gruvbox-medium-dark)
125 |
--------------------------------------------------------------------------------
/color.table:
--------------------------------------------------------------------------------
1 | GRUVCOLR HEX RELATV ALIAS TERMCOLOR RGB ITERM RGB OSX HEX
2 | -------------- ------- ------------ ------------ ----------- ----------- -------
3 | dark0_hard #1d2021 [ ] [ ] 234 [h0][ ] 29- 32- 33 22- 24- 25 #161819
4 | dark0 #282828 [bg0] [fg0] 235 [ 0][ ] 40- 40- 40 30- 30- 30 #1e1e1e
5 | dark0_soft #32302f [ ] [ ] 236 [s0][ ] 50- 48- 47 38- 36- 35 #262423
6 | dark1 #3c3836 [bg1] [fg1] 237 [ ][15] 60- 56- 54 46- 42- 41 #2e2a29
7 | dark2 #504945 [bg2] [fg2] 239 [ ][ ] 80- 73- 69 63- 57- 53 #3f3935
8 | dark3 #665c54 [bg3] [fg3] 241 [ ][ ] 102- 92- 84 83- 74- 66 #534a42
9 | dark4 #7c6f64 [bg4] [fg4] 243 [ ][ 7] 124-111-100 104- 92- 81 #685c51
10 |
11 | gray_245 #928374 [gray] [ ] 245 [ 8][ ] 146-131-116 127-112- 97 #7f7061
12 | gray_244 #928374 [ ] [gray] 244 [ ][ 8] 146-131-116 127-112- 97 #7f7061
13 |
14 | light0_hard #f9f5d7 [ ] [ ] 230 [ ][h0] 249-245-215 248-244-205 #f8f4cd
15 | light0 #fbf1c7 [fg0] [bg0] 229 [ ][ 0] 251-241-199 250-238-187 #faeebb
16 | light0_soft #f2e5bc [ ] [ ] 228 [ ][s0] 242-229-188 239-223-174 #efdfae
17 | light1 #ebdbb2 [fg1] [bg1] 223 [15][ ] 235-219-178 230-212-163 #e6d4a3
18 | light2 #d5c4a1 [fg2] [bg2] 250 [ ][ ] 213-196-161 203-184-144 #cbb890
19 | light3 #bdae93 [fg3] [bg3] 248 [ ][ ] 189-174-147 175-159-129 #af9f81
20 | light4 #a89984 [fg4] [bg4] 246 [ 7][ ] 168-153-132 151-135-113 #978771
21 |
22 | bright_red #fb4934 [red] [ ] 167 [ 9][ ] 251- 73- 52 247- 48- 40 #f73028
23 | bright_green #b8bb26 [green] [ ] 142 [10][ ] 184-187- 38 170-176- 30 #aab01e
24 | bright_yellow #fabd2f [yellow][ ] 214 [11][ ] 250-189- 47 247-177- 37 #f7b125
25 | bright_blue #83a598 [blue] [ ] 109 [12][ ] 131-165-152 113-149-134 #719586
26 | bright_purple #d3869b [purple][ ] 175 [13][ ] 211-134-155 199-112-137 #c77089
27 | bright_aqua #8ec07c [aqua] [ ] 108 [14][ ] 142-192-124 125-182-105 #7db669
28 | bright_orange #fe8019 [orange][ ] 208 [ ][ ] 254-128- 25 251-106- 22 #fb6a16
29 |
30 | neutral_red #cc241d [ ] [ ] 124 [ 1][ 1] 204- 36- 29 190- 15- 23 #be0f17
31 | neutral_green #98971a [ ] [ ] 106 [ 2][ 2] 152-151- 26 134-135- 21 #868715
32 | neutral_yellow #d79921 [ ] [ ] 172 [ 3][ 3] 215-153- 33 204-136- 26 #cc881a
33 | neutral_blue #458588 [ ] [ ] 66 [ 4][ 4] 69-133-136 55-115-117 #377375
34 | neutral_purple #b16286 [ ] [ ] 132 [ 5][ 5] 177- 98-134 160- 75-115 #a04b73
35 | neutral_aqua #689d6a [ ] [ ] 72 [ 6][ 6] 104-157-106 87-142- 87 #578e57
36 | neutral_orange #d65d0e [ ] [ ] 166 [ ][ ] 214- 93- 14 202- 72- 14 #ca480e
37 |
38 | faded_red #9d0006 [ ] [red] 88 [ ][ 9] 157- 0- 6 137- 0- 9 #890009
39 | faded_green #79740e [ ] [green] 100 [ ][10] 121-116- 14 102- 98- 13 #66620d
40 | faded_yellow #b57614 [ ][yellow] 136 [ ][11] 181-118- 20 165- 99- 17 #a56311
41 | faded_blue #076678 [ ] [blue] 24 [ ][12] 7-102-120 14- 83-101 #0e5365
42 | faded_purple #8f3f71 [ ][purple] 96 [ ][13] 143- 63-113 123- 43- 94 #7b2b5e
43 | faded_aqua #427b58 [ ] [aqua] 66 [ ][14] 66-123- 88 53-106- 70 #356a46
44 | faded_orange #af3a03 [ ][orange] 130 [ ][ ] 175- 58- 3 157- 40- 7 #9d2807
45 |
--------------------------------------------------------------------------------
/console2/gruvbox-dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/console2/gruvbox-light.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/deepin-terminal/gruvbox_dark:
--------------------------------------------------------------------------------
1 | [theme]
2 | color_1=#282828
3 | color_2=#cc241d
4 | color_3=#98971a
5 | color_4=#d79921
6 | color_5=#458588
7 | color_6=#b16286
8 | color_7=#689d6a
9 | color_8=#a89984
10 | color_9=#928374
11 | color_10=#fb4934
12 | color_11=#b8bb26
13 | color_12=#fabd2f
14 | color_13=#83a598
15 | color_14=#d3869b
16 | color_15=#8ec07c
17 | color_16=#ebdbb2
18 | background=#282828
19 | foreground=#d5c4a1
20 | tab=#d5c4a1
21 | style=dark
22 |
--------------------------------------------------------------------------------
/deepin-terminal/gruvbox_light:
--------------------------------------------------------------------------------
1 | [theme]
2 | color_1=#282828
3 | color_2=#cc241d
4 | color_3=#98971a
5 | color_4=#d79921
6 | color_5=#458588
7 | color_6=#b16286
8 | color_7=#689d6a
9 | color_8=#7c6f64
10 | color_9=#928374
11 | color_10=#9d0006
12 | color_11=#79740e
13 | color_12=#b57614
14 | color_13=#076678
15 | color_14=#8f3f71
16 | color_15=#427b58
17 | color_16=#3c3836
18 | background=#fbf1c7
19 | foreground=#3c3836
20 | tab=#3c3836
21 | style=light
22 |
--------------------------------------------------------------------------------
/gedit/gruvbox-dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
25 |
26 |
27 |
28 | Jean-Patrick Guerrero
29 | <_description>Dark color scheme using the Gruvbox color palette
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
--------------------------------------------------------------------------------
/gedit/gruvbox-light.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
25 |
26 |
27 |
28 | Jean-Patrick Guerrero
29 | <_description>Light color scheme using the Gruvbox color palette
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
--------------------------------------------------------------------------------
/hexchat/dark/colors.conf:
--------------------------------------------------------------------------------
1 | color_0 = ebeb dbdb b2b2
2 | color_1 = 3c3c 3838 3636
3 | color_2 = 4545 8585 8888
4 | color_3 = 9898 9797 1a1a
5 | color_4 = cccc 2424 1d1d
6 | color_5 = 6666 5c5c 5454
7 | color_6 = b1b1 6262 8686
8 | color_7 = d6d6 5d5d 0e0e
9 | color_8 = d7d7 9999 2121
10 | color_9 = b8b8 bbbb 2626
11 | color_10 = 6868 9d9d 6a6a
12 | color_11 = 8e8e c0c0 7c7c
13 | color_12 = 8383 a5a5 9898
14 | color_13 = b1b1 6262 8686
15 | color_14 = 9292 8383 7474
16 | color_15 = a8a8 9999 8484
17 | color_16 = ebeb dbdb b2b2
18 | color_17 = 3c3c 3838 3636
19 | color_18 = 4545 8585 8888
20 | color_19 = 9898 9797 1a1a
21 | color_20 = cccc 2424 1d1d
22 | color_21 = 6666 5c5c 5454
23 | color_22 = b1b1 6262 8686
24 | color_23 = d6d6 5d5d 0e0e
25 | color_24 = d7d7 9999 2121
26 | color_25 = b8b8 bbbb 2626
27 | color_26 = 6868 9d9d 6a6a
28 | color_27 = 8e8e c0c0 7c7c
29 | color_28 = 8383 a5a5 9898
30 | color_29 = b1b1 6262 8686
31 | color_30 = 9292 8383 7474
32 | color_31 = a8a8 9999 8484
33 | color_256 = d9d9 cece c3c3
34 | color_257 = 8383 a5a5 9898
35 | color_258 = ebeb dbdb b2b2
36 | color_259 = 2828 2828 2828
37 | color_260 = 2828 2828 2828
38 | color_261 = 4545 8585 8888
39 | color_262 = 7979 7474 0e0e
40 | color_263 = afaf 3a3a 0303
41 | color_264 = 9292 8383 7474
42 | color_265 = 9d9d 0000 0606
43 |
--------------------------------------------------------------------------------
/hexchat/light/colors.conf:
--------------------------------------------------------------------------------
1 | color_0 = d9d9 cece c3c3
2 | color_1 = 2e2e 3434 3636
3 | color_2 = 0707 6666 7878
4 | color_3 = 7979 7474 0e0e
5 | color_4 = 9d9d 0000 0606
6 | color_5 = 8f8f 3939 0202
7 | color_6 = 8f8f 3f3f 7171
8 | color_7 = afaf 3a3a 0303
9 | color_8 = b5b5 7676 1414
10 | color_9 = b8b8 bbbb 2626
11 | color_10 = 6868 9d9d 6a6a
12 | color_11 = 8383 a5a5 9898
13 | color_12 = 5757 7979 9e9e
14 | color_13 = b1b1 6262 8686
15 | color_14 = 5050 4949 4545
16 | color_15 = 7c7c 6f6f 6464
17 | color_16 = d9d9 cece c3c3
18 | color_17 = 2e2e 3434 3636
19 | color_18 = 0707 6666 7878
20 | color_19 = 7979 7474 0e0e
21 | color_20 = 9d9d 0000 0606
22 | color_21 = 8f8f 3939 0202
23 | color_22 = 8f8f 3f3f 7171
24 | color_23 = afaf 3a3a 0303
25 | color_24 = b5b5 7676 1414
26 | color_25 = b8b8 bbbb 2626
27 | color_26 = 6868 9d9d 6a6a
28 | color_27 = 8383 a5a5 9898
29 | color_28 = 5757 7979 9e9e
30 | color_29 = b1b1 6262 8686
31 | color_30 = 5050 4949 4545
32 | color_31 = 7c7c 6f6f 6464
33 | color_256 = d9d9 cece c3c3
34 | color_257 = 0707 6666 7878
35 | color_258 = 2828 2828 2828
36 | color_259 = fbfb f1f1 c7c7
37 | color_260 = 2828 2828 2828
38 | color_261 = 0707 6666 7878
39 | color_262 = 7979 7474 0e0e
40 | color_263 = afaf 3a3a 0303
41 | color_264 = 9292 8383 7474
42 | color_265 = 9d9d 0000 0606
43 |
--------------------------------------------------------------------------------
/iterm2/gruvbox-dark.itermcolors:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Ansi 0 Color
6 |
7 | Alpha Component
8 | 1
9 | Blue Component
10 | 0.11759774386882782
11 | Color Space
12 | Calibrated
13 | Green Component
14 | 0.11759573966264725
15 | Red Component
16 | 0.11759927868843079
17 |
18 | Ansi 1 Color
19 |
20 | Alpha Component
21 | 1
22 | Blue Component
23 | 0.090684391558170319
24 | Color Space
25 | Calibrated
26 | Green Component
27 | 0.05879192054271698
28 | Red Component
29 | 0.74529051780700684
30 |
31 | Ansi 10 Color
32 |
33 | Alpha Component
34 | 1
35 | Blue Component
36 | 0.11661489307880402
37 | Color Space
38 | Calibrated
39 | Green Component
40 | 0.69061970710754395
41 | Red Component
42 | 0.66574931144714355
43 |
44 | Ansi 11 Color
45 |
46 | Alpha Component
47 | 1
48 | Blue Component
49 | 0.1444794088602066
50 | Color Space
51 | Calibrated
52 | Green Component
53 | 0.6926688551902771
54 | Red Component
55 | 0.96949708461761475
56 |
57 | Ansi 12 Color
58 |
59 | Alpha Component
60 | 1
61 | Blue Component
62 | 0.52537077665328979
63 | Color Space
64 | Calibrated
65 | Green Component
66 | 0.58534377813339233
67 | Red Component
68 | 0.44289660453796387
69 |
70 | Ansi 13 Color
71 |
72 | Alpha Component
73 | 1
74 | Blue Component
75 | 0.53848373889923096
76 | Color Space
77 | Calibrated
78 | Green Component
79 | 0.43883562088012695
80 | Red Component
81 | 0.78096956014633179
82 |
83 | Ansi 14 Color
84 |
85 | Alpha Component
86 | 1
87 | Blue Component
88 | 0.41142863035202026
89 | Color Space
90 | Calibrated
91 | Green Component
92 | 0.71257460117340088
93 | Red Component
94 | 0.49072420597076416
95 |
96 | Ansi 15 Color
97 |
98 | Alpha Component
99 | 1
100 | Blue Component
101 | 0.63873869180679321
102 | Color Space
103 | Calibrated
104 | Green Component
105 | 0.82989895343780518
106 | Red Component
107 | 0.90061241388320923
108 |
109 | Ansi 2 Color
110 |
111 | Alpha Component
112 | 1
113 | Blue Component
114 | 0.082894742488861084
115 | Color Space
116 | Calibrated
117 | Green Component
118 | 0.53061914443969727
119 | Red Component
120 | 0.52591603994369507
121 |
122 | Ansi 3 Color
123 |
124 | Alpha Component
125 | 1
126 | Blue Component
127 | 0.10328958928585052
128 | Color Space
129 | Calibrated
130 | Green Component
131 | 0.53254079818725586
132 | Red Component
133 | 0.80126690864562988
134 |
135 | Ansi 4 Color
136 |
137 | Alpha Component
138 | 1
139 | Blue Component
140 | 0.4586675763130188
141 | Color Space
142 | Calibrated
143 | Green Component
144 | 0.45008346438407898
145 | Red Component
146 | 0.21694663166999817
147 |
148 | Ansi 5 Color
149 |
150 | Alpha Component
151 | 1
152 | Blue Component
153 | 0.45103743672370911
154 | Color Space
155 | Calibrated
156 | Green Component
157 | 0.29604318737983704
158 | Red Component
159 | 0.62685638666152954
160 |
161 | Ansi 6 Color
162 |
163 | Alpha Component
164 | 1
165 | Blue Component
166 | 0.34128850698471069
167 | Color Space
168 | Calibrated
169 | Green Component
170 | 0.55607825517654419
171 | Red Component
172 | 0.34054014086723328
173 |
174 | Ansi 7 Color
175 |
176 | Alpha Component
177 | 1
178 | Blue Component
179 | 0.44320183992385864
180 | Color Space
181 | Calibrated
182 | Green Component
183 | 0.5310559868812561
184 | Red Component
185 | 0.5926094651222229
186 |
187 | Ansi 8 Color
188 |
189 | Alpha Component
190 | 1
191 | Blue Component
192 | 0.37962067127227783
193 | Color Space
194 | Calibrated
195 | Green Component
196 | 0.43934443593025208
197 | Red Component
198 | 0.49889594316482544
199 |
200 | Ansi 9 Color
201 |
202 | Alpha Component
203 | 1
204 | Blue Component
205 | 0.15763583779335022
206 | Color Space
207 | Calibrated
208 | Green Component
209 | 0.18880486488342285
210 | Red Component
211 | 0.96744710206985474
212 |
213 | Background Color
214 |
215 | Alpha Component
216 | 1
217 | Blue Component
218 | 0.11759774386882782
219 | Color Space
220 | Calibrated
221 | Green Component
222 | 0.11759573966264725
223 | Red Component
224 | 0.11759927868843079
225 |
226 | Badge Color
227 |
228 | Alpha Component
229 | 0.5
230 | Blue Component
231 | 0.056549370288848877
232 | Color Space
233 | Calibrated
234 | Green Component
235 | 0.28100395202636719
236 | Red Component
237 | 0.7928692102432251
238 |
239 | Bold Color
240 |
241 | Alpha Component
242 | 1
243 | Blue Component
244 | 1
245 | Color Space
246 | Calibrated
247 | Green Component
248 | 1
249 | Red Component
250 | 1
251 |
252 | Cursor Color
253 |
254 | Alpha Component
255 | 1
256 | Blue Component
257 | 0.63873869180679321
258 | Color Space
259 | Calibrated
260 | Green Component
261 | 0.82989895343780518
262 | Red Component
263 | 0.90061241388320923
264 |
265 | Cursor Guide Color
266 |
267 | Alpha Component
268 | 1
269 | Blue Component
270 | 0.15993706881999969
271 | Color Space
272 | Calibrated
273 | Green Component
274 | 0.16613791882991791
275 | Red Component
276 | 0.17867125570774078
277 |
278 | Cursor Text Color
279 |
280 | Alpha Component
281 | 1
282 | Blue Component
283 | 0.11759774386882782
284 | Color Space
285 | Calibrated
286 | Green Component
287 | 0.11759573966264725
288 | Red Component
289 | 0.11759927868843079
290 |
291 | Foreground Color
292 |
293 | Alpha Component
294 | 1
295 | Blue Component
296 | 0.63873869180679321
297 | Color Space
298 | Calibrated
299 | Green Component
300 | 0.82989895343780518
301 | Red Component
302 | 0.90061241388320923
303 |
304 | Link Color
305 |
306 | Alpha Component
307 | 1
308 | Blue Component
309 | 0.056549370288848877
310 | Color Space
311 | Calibrated
312 | Green Component
313 | 0.28100395202636719
314 | Red Component
315 | 0.7928692102432251
316 |
317 | Selected Text Color
318 |
319 | Alpha Component
320 | 1
321 | Blue Component
322 | 0.26041668653488159
323 | Color Space
324 | Calibrated
325 | Green Component
326 | 0.2891082763671875
327 | Red Component
328 | 0.32501408457756042
329 |
330 | Selection Color
331 |
332 | Alpha Component
333 | 1
334 | Blue Component
335 | 0.63873869180679321
336 | Color Space
337 | Calibrated
338 | Green Component
339 | 0.82989895343780518
340 | Red Component
341 | 0.90061241388320923
342 |
343 |
344 |
345 |
--------------------------------------------------------------------------------
/iterm2/gruvbox-light.itermcolors:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Ansi 0 Color
6 |
7 | Alpha Component
8 | 1
9 | Blue Component
10 | 0.73338055610656738
11 | Color Space
12 | Calibrated
13 | Green Component
14 | 0.93639552593231201
15 | Red Component
16 | 0.97939503192901611
17 |
18 | Ansi 1 Color
19 |
20 | Alpha Component
21 | 1
22 | Blue Component
23 | 0.090684391558170319
24 | Color Space
25 | Calibrated
26 | Green Component
27 | 0.05879192054271698
28 | Red Component
29 | 0.74529051780700684
30 |
31 | Ansi 10 Color
32 |
33 | Alpha Component
34 | 1
35 | Blue Component
36 | 0.052511699497699738
37 | Color Space
38 | Calibrated
39 | Green Component
40 | 0.3858717679977417
41 | Red Component
42 | 0.3988109827041626
43 |
44 | Ansi 11 Color
45 |
46 | Alpha Component
47 | 1
48 | Blue Component
49 | 0.068556100130081177
50 | Color Space
51 | Calibrated
52 | Green Component
53 | 0.38748690485954285
54 | Red Component
55 | 0.64596939086914062
56 |
57 | Ansi 12 Color
58 |
59 | Alpha Component
60 | 1
61 | Blue Component
62 | 0.39446473121643066
63 | Color Space
64 | Calibrated
65 | Green Component
66 | 0.3268389105796814
67 | Red Component
68 | 0.05438985675573349
69 |
70 | Ansi 13 Color
71 |
72 | Alpha Component
73 | 1
74 | Blue Component
75 | 0.36767596006393433
76 | Color Space
77 | Calibrated
78 | Green Component
79 | 0.170136958360672
80 | Red Component
81 | 0.48193711042404175
82 |
83 | Ansi 14 Color
84 |
85 | Alpha Component
86 | 1
87 | Blue Component
88 | 0.27463468909263611
89 | Color Space
90 | Calibrated
91 | Green Component
92 | 0.41390609741210938
93 | Red Component
94 | 0.2062048614025116
95 |
96 | Ansi 15 Color
97 |
98 | Alpha Component
99 | 1
100 | Blue Component
101 | 0.15993706881999969
102 | Color Space
103 | Calibrated
104 | Green Component
105 | 0.16613791882991791
106 | Red Component
107 | 0.17867125570774078
108 |
109 | Ansi 2 Color
110 |
111 | Alpha Component
112 | 1
113 | Blue Component
114 | 0.082894742488861084
115 | Color Space
116 | Calibrated
117 | Green Component
118 | 0.53061914443969727
119 | Red Component
120 | 0.52591603994369507
121 |
122 | Ansi 3 Color
123 |
124 | Alpha Component
125 | 1
126 | Blue Component
127 | 0.10328958928585052
128 | Color Space
129 | Calibrated
130 | Green Component
131 | 0.53254079818725586
132 | Red Component
133 | 0.80126690864562988
134 |
135 | Ansi 4 Color
136 |
137 | Alpha Component
138 | 1
139 | Blue Component
140 | 0.4586675763130188
141 | Color Space
142 | Calibrated
143 | Green Component
144 | 0.45008346438407898
145 | Red Component
146 | 0.21694663166999817
147 |
148 | Ansi 5 Color
149 |
150 | Alpha Component
151 | 1
152 | Blue Component
153 | 0.45103743672370911
154 | Color Space
155 | Calibrated
156 | Green Component
157 | 0.29604318737983704
158 | Red Component
159 | 0.62685638666152954
160 |
161 | Ansi 6 Color
162 |
163 | Alpha Component
164 | 1
165 | Blue Component
166 | 0.34128850698471069
167 | Color Space
168 | Calibrated
169 | Green Component
170 | 0.55607825517654419
171 | Red Component
172 | 0.34054014086723328
173 |
174 | Ansi 7 Color
175 |
176 | Alpha Component
177 | 1
178 | Blue Component
179 | 0.31861674785614014
180 | Color Space
181 | Calibrated
182 | Green Component
183 | 0.360250324010849
184 | Red Component
185 | 0.40959125757217407
186 |
187 | Ansi 8 Color
188 |
189 | Alpha Component
190 | 1
191 | Blue Component
192 | 0.37962067127227783
193 | Color Space
194 | Calibrated
195 | Green Component
196 | 0.43934443593025208
197 | Red Component
198 | 0.49889594316482544
199 |
200 | Ansi 9 Color
201 |
202 | Alpha Component
203 | 1
204 | Blue Component
205 | 0.034902941435575485
206 | Color Space
207 | Calibrated
208 | Green Component
209 | 0.0
210 | Red Component
211 | 0.5389401912689209
212 |
213 | Background Color
214 |
215 | Alpha Component
216 | 1
217 | Blue Component
218 | 0.73338055610656738
219 | Color Space
220 | Calibrated
221 | Green Component
222 | 0.93639552593231201
223 | Red Component
224 | 0.97939503192901611
225 |
226 | Badge Color
227 |
228 | Alpha Component
229 | 0.5
230 | Blue Component
231 | 0.056549370288848877
232 | Color Space
233 | Calibrated
234 | Green Component
235 | 0.28100395202636719
236 | Red Component
237 | 0.7928692102432251
238 |
239 | Bold Color
240 |
241 | Alpha Component
242 | 1
243 | Blue Component
244 | 1
245 | Color Space
246 | Calibrated
247 | Green Component
248 | 1
249 | Red Component
250 | 1
251 |
252 | Cursor Color
253 |
254 | Alpha Component
255 | 1
256 | Blue Component
257 | 0.15993706881999969
258 | Color Space
259 | Calibrated
260 | Green Component
261 | 0.16613791882991791
262 | Red Component
263 | 0.17867125570774078
264 |
265 | Cursor Guide Color
266 |
267 | Alpha Component
268 | 1
269 | Blue Component
270 | 0.63873869180679321
271 | Color Space
272 | Calibrated
273 | Green Component
274 | 0.82989895343780518
275 | Red Component
276 | 0.90061241388320923
277 |
278 | Cursor Text Color
279 |
280 | Alpha Component
281 | 1
282 | Blue Component
283 | 0.73338055610656738
284 | Color Space
285 | Calibrated
286 | Green Component
287 | 0.93639552593231201
288 | Red Component
289 | 0.97939503192901611
290 |
291 | Foreground Color
292 |
293 | Alpha Component
294 | 1
295 | Blue Component
296 | 0.15993706881999969
297 | Color Space
298 | Calibrated
299 | Green Component
300 | 0.16613791882991791
301 | Red Component
302 | 0.17867125570774078
303 |
304 | Link Color
305 |
306 | Alpha Component
307 | 1
308 | Blue Component
309 | 0.056549370288848877
310 | Color Space
311 | Calibrated
312 | Green Component
313 | 0.28100395202636719
314 | Red Component
315 | 0.7928692102432251
316 |
317 | Selected Text Color
318 |
319 | Alpha Component
320 | 1
321 | Blue Component
322 | 0.50497335195541382
323 | Color Space
324 | Calibrated
325 | Green Component
326 | 0.62249547243118286
327 | Red Component
328 | 0.68568128347396851
329 |
330 | Selection Color
331 |
332 | Alpha Component
333 | 1
334 | Blue Component
335 | 0.15993706881999969
336 | Color Space
337 | Calibrated
338 | Green Component
339 | 0.16613791882991791
340 | Red Component
341 | 0.17867125570774078
342 |
343 |
344 |
345 |
--------------------------------------------------------------------------------
/konsole/Gruvbox_dark.colorscheme:
--------------------------------------------------------------------------------
1 | [Background]
2 | Color=40,40,40
3 |
4 | [BackgroundIntense]
5 | Color=40,40,40
6 |
7 | [Color0]
8 | Color=40,40,40
9 |
10 | [Color0Intense]
11 | Color=146,131,116
12 |
13 | [Color1]
14 | Color=204,36,29
15 |
16 | [Color1Intense]
17 | Color=251,73,52
18 |
19 | [Color2]
20 | Color=152,151,26
21 |
22 | [Color2Intense]
23 | Color=184,187,38
24 |
25 | [Color3]
26 | Color=215,153,33
27 |
28 | [Color3Intense]
29 | Color=250,189,47
30 |
31 | [Color4]
32 | Color=69,133,136
33 |
34 | [Color4Intense]
35 | Color=131,165,152
36 |
37 | [Color5]
38 | Color=177,98,134
39 |
40 | [Color5Intense]
41 | Color=211,134,155
42 |
43 | [Color6]
44 | Color=104,157,106
45 |
46 | [Color6Intense]
47 | Color=142,192,124
48 |
49 | [Color7]
50 | Color=168,153,132
51 |
52 | [Color7Intense]
53 | Color=235,219,178
54 |
55 | [Foreground]
56 | Color=235,219,178
57 |
58 | [ForegroundIntense]
59 | Color=235,219,178
60 |
61 | [General]
62 | Description=Gruvbox
63 | Opacity=1
64 | Wallpaper=
65 |
--------------------------------------------------------------------------------
/konsole/Gruvbox_light.colorscheme:
--------------------------------------------------------------------------------
1 | [Background]
2 | Color=251,241,199
3 |
4 | [BackgroundIntense]
5 | Color=251,241,199
6 |
7 | [Color0]
8 | Color=251,241,199
9 |
10 | [Color0Intense]
11 | Color=146,131,116
12 |
13 | [Color1]
14 | Color=204,36,29
15 |
16 | [Color1Intense]
17 | Color=157,0,6
18 |
19 | [Color2]
20 | Color=152,151,26
21 |
22 | [Color2Intense]
23 | Color=121,116,14
24 |
25 | [Color3]
26 | Color=215,153,33
27 |
28 | [Color3Intense]
29 | Color=181,118,20
30 |
31 | [Color4]
32 | Color=69,133,136
33 |
34 | [Color4Intense]
35 | Color=7,102,120
36 |
37 | [Color5]
38 | Color=177,98,134
39 |
40 | [Color5Intense]
41 | Color=143,63,113
42 |
43 | [Color6]
44 | Color=104,157,106
45 |
46 | [Color6Intense]
47 | Color=66,123,88
48 |
49 | [Color7]
50 | Color=168,153,132
51 |
52 | [Color7Intense]
53 | Color=60,56,54
54 |
55 | [Foreground]
56 | Color=60,56,54
57 |
58 | [ForegroundIntense]
59 | Color=60,56,54
60 |
61 | [General]
62 | Description=Gruvbox Light
63 | Opacity=1
64 | Wallpaper=
65 |
--------------------------------------------------------------------------------
/mintty/gruvbox.minttyrc:
--------------------------------------------------------------------------------
1 | ForegroundColour=235,219,178
2 | BackgroundColour=29,32,33
3 | CursorColour=253,157,79
4 | Black=40,40,40
5 | BoldBlack=146,131,116
6 | Red=204,36,29
7 | BoldRed=251,73,52
8 | Green=152,151,26
9 | BoldGreen=184,187,38
10 | Yellow=215,153,33
11 | BoldYellow=250,189,47
12 | Blue=69,133,136
13 | BoldBlue=131,165,152
14 | Magenta=177,98,134
15 | BoldMagenta=211,134,155
16 | Cyan=104,157,106
17 | BoldCyan=142,192,124
18 | White=168,153,132
19 | BoldWhite=235,219,178
20 |
--------------------------------------------------------------------------------
/osx-terminal/Gruvbox-dark.terminal:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ANSIBlackColor
6 |
7 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
8 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
9 | LjExNzY0NzA1ODggMC4xMTc2NDcwNTg4IDAuMTE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs
10 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
11 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
12 | AAAZAAAAAAAAAAAAAAAAAAAA2Q==
13 |
14 | ANSIBlueColor
15 |
16 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
17 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
18 | LjIxOTYwNzg0MzEgMC40NTA5ODAzOTIyIDAuNDYyNzQ1MDk4ABABgALSEBESE1okY2xh
19 | c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
20 | ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
21 | ABkAAAAAAAAAAAAAAAAAAADY
22 |
23 | ANSIBrightBlackColor
24 |
25 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
26 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
27 | LjUwMTk2MDc4NDMgMC40MzkyMTU2ODYzIDAuMzgwMzkyMTU2OQAQAYAC0hAREhNaJGNs
28 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
29 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
30 | AAAZAAAAAAAAAAAAAAAAAAAA2Q==
31 |
32 | ANSIBrightBlueColor
33 |
34 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
35 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
36 | LjQ0MzEzNzI1NDkgMC41ODQzMTM3MjU1IDAuNTI1NDkwMTk2MQAQAYAC0hAREhNaJGNs
37 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
38 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
39 | AAAZAAAAAAAAAAAAAAAAAAAA2Q==
40 |
41 | ANSIBrightCyanColor
42 |
43 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
44 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
45 | LjQ5MDE5NjA3ODQgMC43MTM3MjU0OTAyIDAuNDExNzY0NzA1OQAQAYAC0hAREhNaJGNs
46 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
47 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
48 | AAAZAAAAAAAAAAAAAAAAAAAA2Q==
49 |
50 | ANSIBrightGreenColor
51 |
52 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
53 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
54 | LjY2NjY2NjY2NjcgMC42OTAxOTYwNzg0IDAuMTE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs
55 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
56 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
57 | AAAZAAAAAAAAAAAAAAAAAAAA2Q==
58 |
59 | ANSIBrightMagentaColor
60 |
61 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
62 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
63 | Ljc4MDM5MjE1NjkgMC40MzkyMTU2ODYzIDAuNTM3MjU0OTAyABABgALSEBESE1okY2xh
64 | c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
65 | ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
66 | ABkAAAAAAAAAAAAAAAAAAADY
67 |
68 | ANSIBrightRedColor
69 |
70 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
71 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
72 | Ljk2ODYyNzQ1MSAwLjE4ODIzNTI5NDEgMC4xNTY4NjI3NDUxABABgALSEBESE1okY2xh
73 | c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
74 | ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
75 | ABkAAAAAAAAAAAAAAAAAAADY
76 |
77 | ANSIBrightWhiteColor
78 |
79 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
80 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
81 | LjkwMTk2MDc4NDMgMC44MzEzNzI1NDkgMC42MzkyMTU2ODYzABABgALSEBESE1okY2xh
82 | c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
83 | ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
84 | ABkAAAAAAAAAAAAAAAAAAADY
85 |
86 | ANSIBrightYellowColor
87 |
88 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
89 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
90 | Ljk2ODYyNzQ1MSAwLjY5NDExNzY0NzEgMC4xNDUwOTgwMzkyABABgALSEBESE1okY2xh
91 | c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
92 | ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
93 | ABkAAAAAAAAAAAAAAAAAAADY
94 |
95 | ANSICyanColor
96 |
97 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
98 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
99 | LjM0MTE3NjQ3MDYgMC41NjA3ODQzMTM3IDAuMzQxMTc2NDcwNgAQAYAC0hAREhNaJGNs
100 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
101 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
102 | AAAZAAAAAAAAAAAAAAAAAAAA2Q==
103 |
104 | ANSIGreenColor
105 |
106 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
107 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECgw
108 | LjUwOTgwMzkyMTYgMC41MTc2NDcwNTg4IDAuMDgyMzUyOTQxMTgAEAGAAtIQERITWiRj
109 | bGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVjdF8QD05TS2V5ZWRBcmNo
110 | aXZlctEXGFRyb290gAEIERojLTI3O0FITltijY+RlqGqsrW+0NPYAAAAAAAAAQEAAAAA
111 | AAAAGQAAAAAAAAAAAAAAAAAAANo=
112 |
113 | ANSIMagentaColor
114 |
115 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
116 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
117 | LjYyNzQ1MDk4MDQgMC4yOTQxMTc2NDcxIDAuNDUwOTgwMzkyMgAQAYAC0hAREhNaJGNs
118 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
119 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
120 | AAAZAAAAAAAAAAAAAAAAAAAA2Q==
121 |
122 | ANSIRedColor
123 |
124 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
125 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECkw
126 | Ljc0NTA5ODAzOTIgMC4wNTg4MjM1Mjk0MSAwLjA5MDE5NjA3ODQzABABgALSEBESE1ok
127 | Y2xhc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJj
128 | aGl2ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYo6Qkpeiq7O2v9HU2QAAAAAAAAEBAAAA
129 | AAAAABkAAAAAAAAAAAAAAAAAAADb
130 |
131 | ANSIWhiteColor
132 |
133 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
134 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
135 | LjU5NjA3ODQzMTQgMC41MzMzMzMzMzMzIDAuNDQzMTM3MjU0OQAQAYAC0hAREhNaJGNs
136 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
137 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
138 | AAAZAAAAAAAAAAAAAAAAAAAA2Q==
139 |
140 | ANSIYellowColor
141 |
142 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
143 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEB4w
144 | LjggMC41MzMzMzMzMzMzIDAuMTAxOTYwNzg0MwAQAYAC0hAREhNaJGNsYXNzbmFtZVgk
145 | Y2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hpdmVy0RcYVHJv
146 | b3SAAQgRGiMtMjc7QUhOW2KDhYeMl6Coq7TGyc4AAAAAAAABAQAAAAAAAAAZAAAAAAAA
147 | AAAAAAAAAAAA0A==
148 |
149 | BackgroundBlur
150 | 0.0
151 | BackgroundColor
152 |
153 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
154 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
155 | LjExNzY0NzA1ODggMC4xMTc2NDcwNTg4IDAuMTE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs
156 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
157 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
158 | AAAZAAAAAAAAAAAAAAAAAAAA2Q==
159 |
160 | BellBounceCritical
161 |
162 | BlinkText
163 |
164 | CursorBlink
165 |
166 | CursorColor
167 |
168 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
169 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
170 | LjkwMTk2MDc4NDMgMC44MzEzNzI1NDkgMC42MzkyMTU2ODYzABABgALSEBESE1okY2xh
171 | c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
172 | ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
173 | ABkAAAAAAAAAAAAAAAAAAADY
174 |
175 | DisableANSIColor
176 |
177 | Font
178 |
179 | YnBsaXN0MDDUAQIDBAUGGBlYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
180 | AAGGoKQHCBESVSRudWxs1AkKCwwNDg8QVk5TU2l6ZVhOU2ZGbGFnc1ZOU05hbWVWJGNs
181 | YXNzI0AsAAAAAAAAEBCAAoADXU1lbmxvLVJlZ3VsYXLSExQVFlokY2xhc3NuYW1lWCRj
182 | bGFzc2VzVk5TRm9udKIVF1hOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEaG1Ryb290
183 | gAEIERojLTI3PEJLUltiaXJ0dniGi5afpqmyxMfMAAAAAAAAAQEAAAAAAAAAHAAAAAAA
184 | AAAAAAAAAAAAAM4=
185 |
186 | FontAntialias
187 |
188 | FontWidthSpacing
189 | 1
190 | ProfileCurrentVersion
191 | 2.04
192 | SelectionColor
193 |
194 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
195 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
196 | LjMyNTQ5MDE5NjEgMC4yOTAxOTYwNzg0IDAuMjU4ODIzNTI5NAAQAYAC0hAREhNaJGNs
197 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
198 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
199 | AAAZAAAAAAAAAAAAAAAAAAAA2Q==
200 |
201 | ShowActiveProcessArgumentsInTitle
202 |
203 | ShowActiveProcessInTitle
204 |
205 | ShowCommandKeyInTitle
206 |
207 | ShowComponentsWhenTabHasCustomTitle
208 |
209 | ShowDimensionsInTitle
210 |
211 | ShowRepresentedURLInTitle
212 |
213 | ShowRepresentedURLPathInTitle
214 |
215 | ShowShellCommandInTitle
216 |
217 | ShowTTYNameInTitle
218 |
219 | ShowWindowSettingsNameInTitle
220 |
221 | TextBoldColor
222 |
223 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
224 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
225 | LjkwMTk2MDc4NDMgMC44MzEzNzI1NDkgMC42MzkyMTU2ODYzABABgALSEBESE1okY2xh
226 | c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
227 | ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
228 | ABkAAAAAAAAAAAAAAAAAAADY
229 |
230 | TextColor
231 |
232 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
233 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
234 | LjkwMTk2MDc4NDMgMC44MzEzNzI1NDkgMC42MzkyMTU2ODYzABABgALSEBESE1okY2xh
235 | c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
236 | ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
237 | ABkAAAAAAAAAAAAAAAAAAADY
238 |
239 | UseBoldFonts
240 |
241 | UseBrightBold
242 |
243 | name
244 | Gruvbox-dark
245 | shellExitAction
246 | 2
247 | type
248 | Window Settings
249 |
250 |
251 |
--------------------------------------------------------------------------------
/pantheon-terminal/gruvbox-dark.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | # Background opacity. Decimal from 0.0 to 1.0
4 | opacity=0.95
5 |
6 | # Backgrond color
7 | background="rgba(29,32,33,${opacity})" # Hard (bg0_h)
8 | #background="rgba(40,40,40,${opacity})" # Medium (bg0)
9 | #background="rgba(50,48,47,${opacity})" # Soft (bg0_s)
10 |
11 | # Foreground color
12 | foreground="#d5c4a1" # fg2
13 | #foreground="#ebdbb2" # fg1
14 | #foreground="#fbf1c7" # fg0
15 |
16 | # "Yellow" color
17 | color03="#d79921";color11="#fabd2f" # Yellow
18 | #color03="#d65d0e";color11="#fe8019" # Orange
19 |
20 | dconf load /org/pantheon/terminal/settings/ <[1](#footnote1),
6 | * On Linux and other Unix platforms, the path is `~/.config/QtProject/qtcreator`.
7 | * On Mac OS, the path is `~/.config/QtProject/qtcreator`.
8 | * On Windows, the path is `%APPDATA%/QtProject/qtcreator`.
9 | 1. Create `styles` folder inside configuration folder. For example on Linux and Mac OS you can do
10 |
11 | ```
12 | mkdir -p ~/.config/QtProject/qtcreator/styles
13 | ```
14 | 1. Copy `gruvbox-dark.xml` and `gruvbox-light.xml` files into this folder.
15 | 1. Restart Qt Creator.
16 | 1. Open Qt Creator Preferences to activate the theme.
17 |
18 | Alternatively, you can also create symbolic links to your copy of Qt Creator `*.xml` files inside `styles` folder.
19 |
20 | For example, on Windows platform, open `cmd` with administrative privileges. Then type this command,
21 |
22 | ```
23 | mklink %appdata%\QtProject\qtcreator\styles\gruvbox-dark.xml %homepath%\Repos\gruvbox-contrib\qtcreator\gruvbox-dark.xml
24 | ```
25 |
26 | ## Acknowledgements
27 |
28 | Qt Creator themes were generated with the help of following projects,
29 |
30 | 1. [talha131/gruvbox-templates](https://github.com/talha131/gruvbox-templates)
31 | 1. [konchunas/gruvbox-qtcreator](https://github.com/konchunas/gruvbox-qtcreator)
32 |
33 | ---
34 |
35 | **1**: For details see [this StackOverflow question](http://stackoverflow.com/a/6743019/177116). [↩](#fn1)
36 |
--------------------------------------------------------------------------------
/qtcreator/gruvbox-dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
--------------------------------------------------------------------------------
/qtcreator/gruvbox-light.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
--------------------------------------------------------------------------------
/roxterm/Roxterm-dark:
--------------------------------------------------------------------------------
1 | [roxterm colour scheme]
2 | foreground=#ebebdbdbb2b2
3 | background=#282828282828
4 | 0=#282828282828
5 | 1=#cccc24241d1d
6 | 2=#989897971a19
7 | 3=#d7d799992120
8 | 4=#454585858888
9 | 5=#b1b162618685
10 | 6=#68689d9d6a6a
11 | 7=#a8a899998484
12 | 8=#929283837474
13 | 9=#fbfb49493434
14 | 10=#b8b8bbbb2626
15 | 11=#fafabdbc2f2f
16 | 12=#8383a5a59898
17 | 13=#d3d386869b9b
18 | 14=#8e8ec0c07c7b
19 | 15=#ebebdbdbb2b2
20 | 16=#4c4c4c4c4c4c
21 | 17=#a8a830303030
22 | 18=#202088882020
23 | 19=#a8a888880000
24 | 20=#555555559898
25 | 21=#888830308888
26 | 22=#303088888888
27 | 23=#d8d8d8d8d8d8
28 | cursor=#ebebdbdbb2b2
29 | palette_size=16
30 | bold=
31 | dim=
32 |
--------------------------------------------------------------------------------
/roxterm/Roxterm-light:
--------------------------------------------------------------------------------
1 | [roxterm colour scheme]
2 | foreground=#3c3c38383636
3 | background=#fbfbf1f1c7c7
4 | 0=#fbfbf1f1c7c7
5 | 1=#cccc24241d1d
6 | 2=#989897971a19
7 | 3=#d7d799992120
8 | 4=#454585858888
9 | 5=#b1b162618685
10 | 6=#68689d9d6a6a
11 | 7=#7c7c6f6f6464
12 | 8=#929283837474
13 | 9=#9d9d00000606
14 | 10=#797974740e0e
15 | 11=#b5b576761414
16 | 12=#070766667878
17 | 13=#8f8f3f3f7171
18 | 14=#42427b7b5858
19 | 15=#3c3c38383636
20 | 16=#4c4c4c4c4c4c
21 | 17=#a8a830303030
22 | 18=#202088882020
23 | 19=#a8a888880000
24 | 20=#555555559898
25 | 21=#888830308888
26 | 22=#303088888888
27 | 23=#d8d8d8d8d8d8
28 | cursor=#3c3c38383636
29 | palette_size=16
30 | bold=
31 | dim=
32 |
--------------------------------------------------------------------------------
/scss/README.md:
--------------------------------------------------------------------------------
1 | # Gruvbox Sassy CSS Colors
2 |
3 | `.scss` files full of color variables from the [Morhetz Gruvbox Theme](https://github.com/morhetz/gruvbox)
4 |
5 | It is broken up by Dark Mode, Light Mode, and all the Modes!
6 |
--------------------------------------------------------------------------------
/scss/gruvbox-dark.scss:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------------
2 | // Dark Mode
3 | // ----------------------------------------------------------------------------
4 |
5 | // Dark Background
6 | $gb-dm-bg0: #282828;
7 | $gb-dm-bg0-hard: #1d2021;
8 | $gb-dm-bg0-soft: #32302f;
9 | $gb-dm-bg1: #3c3836;
10 | $gb-dm-bg2: #504945;
11 | $gb-dm-bg3: #665c54;
12 | $gb-dm-bg4: #7c6f64;
13 |
14 | // Dark Foreground
15 | $gb-dm-fg0: #fbf1c7;
16 | $gb-dm-fg1: #ebdbb2;
17 | $gb-dm-fg2: #d5c4a1;
18 | $gb-dm-fg3: #bdae93;
19 | $gb-dm-fg4: #a89984;
20 |
21 | // Dark Colors
22 | $gb-dm-dark-red: #cc241d;
23 | $gb-dm-dark-green: #98971a;
24 | $gb-dm-dark-yellow: #d79921;
25 | $gb-dm-dark-blue: #458588;
26 | $gb-dm-dark-purple: #b16286;
27 | $gb-dm-dark-aqua: #689d6a;
28 | $gb-dm-dark-orange: #d65d0e;
29 | $gb-dm-dark-gray: #928374;
30 |
31 | $gb-dm-light-red: #fb4934;
32 | $gb-dm-light-green: #b8bb26;
33 | $gb-dm-light-yellow: #fabd2f;
34 | $gb-dm-light-blue: #83a598;
35 | $gb-dm-light-purple: #d3869b;
36 | $gb-dm-light-aqua: #8ec07c;
37 | $gb-dm-light-orange: #f38019;
38 | $gb-dm-light-gray: #a89984;
39 |
--------------------------------------------------------------------------------
/scss/gruvbox-light.scss:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------------
2 | // Light Mode
3 | // ----------------------------------------------------------------------------
4 |
5 | // Light Background
6 | $gb-lm-bg0: #fbf1c7;
7 | $gb-lm-bg0-hard: #f9f5d7;
8 | $gb-lm-bg0-soft: #f2e5bc;
9 | $gb-lm-bg1: #ebdbb2;
10 | $gb-lm-bg2: #d5c4a1;
11 | $gb-lm-bg3: #bdae93;
12 | $gb-lm-bg4: #a89984;
13 |
14 | // Light Foreground
15 | $gb-lm-fg0: #282828;
16 | $gb-lm-fg1: #3c3836;
17 | $gb-lm-fg2: #504945;
18 | $gb-lm-fg3: #665c54;
19 | $gb-lm-fg4: #7c6f64;
20 |
21 | // Light Colors
22 | $gb-lm-dark-red: #cc241d;
23 | $gb-lm-dark-green: #98971a;
24 | $gb-lm-dark-yellow: #d79921;
25 | $gb-lm-dark-blue: #458588;
26 | $gb-lm-dark-purple: #b16286;
27 | $gb-lm-dark-aqua: #689d6a;
28 | $gb-lm-dark-orange: #d65d0e;
29 | $gb-lm-dark-gray: #928374;
30 |
31 | $gb-lm-light-red: #9d0006;
32 | $gb-lm-light-green: #79740e;
33 | $gb-lm-light-yellow: #b57614;
34 | $gb-lm-light-blue: #076678;
35 | $gb-lm-light-purple: #8f3f71;
36 | $gb-lm-light-aqua: #427b58;
37 | $gb-lm-light-orange: #af3a03;
38 | $gb-lm-light-gray: #7c6f64;
39 |
--------------------------------------------------------------------------------
/scss/gruvbox.scss:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------------
2 | // Dark Mode
3 | // ----------------------------------------------------------------------------
4 |
5 | // Dark Background
6 | $gb-dm-bg0: #282828;
7 | $gb-dm-bg0-hard: #1d2021;
8 | $gb-dm-bg0-soft: #32302f;
9 | $gb-dm-bg1: #3c3836;
10 | $gb-dm-bg2: #504945;
11 | $gb-dm-bg3: #665c54;
12 | $gb-dm-bg4: #7c6f64;
13 |
14 | // Dark Foreground
15 | $gb-dm-fg0: #fbf1c7;
16 | $gb-dm-fg1: #ebdbb2;
17 | $gb-dm-fg2: #d5c4a1;
18 | $gb-dm-fg3: #bdae93;
19 | $gb-dm-fg4: #a89984;
20 |
21 | // Dark Colors
22 | $gb-dm-dark-red: #cc241d;
23 | $gb-dm-dark-green: #98971a;
24 | $gb-dm-dark-yellow: #d79921;
25 | $gb-dm-dark-blue: #458588;
26 | $gb-dm-dark-purple: #b16286;
27 | $gb-dm-dark-aqua: #689d6a;
28 | $gb-dm-dark-orange: #d65d0e;
29 | $gb-dm-dark-gray: #928374;
30 |
31 | $gb-dm-light-red: #fb4934;
32 | $gb-dm-light-green: #b8bb26;
33 | $gb-dm-light-yellow: #fabd2f;
34 | $gb-dm-light-blue: #83a598;
35 | $gb-dm-light-purple: #d3869b;
36 | $gb-dm-light-aqua: #8ec07c;
37 | $gb-dm-light-orange: #f38019;
38 | $gb-dm-light-gray: #a89984;
39 |
40 | // ----------------------------------------------------------------------------
41 | // Light Mode
42 | // ----------------------------------------------------------------------------
43 |
44 | // Light Background
45 | $gb-lm-bg0: #fbf1c7;
46 | $gb-lm-bg0-hard: #f9f5d7;
47 | $gb-lm-bg0-soft: #f2e5bc;
48 | $gb-lm-bg1: #ebdbb2;
49 | $gb-lm-bg2: #d5c4a1;
50 | $gb-lm-bg3: #bdae93;
51 | $gb-lm-bg4: #a89984;
52 |
53 | // Light Foreground
54 | $gb-lm-fg0: #282828;
55 | $gb-lm-fg1: #3c3836;
56 | $gb-lm-fg2: #504945;
57 | $gb-lm-fg3: #665c54;
58 | $gb-lm-fg4: #7c6f64;
59 |
60 | // Light Colors
61 | $gb-lm-dark-red: #cc241d;
62 | $gb-lm-dark-green: #98971a;
63 | $gb-lm-dark-yellow: #d79921;
64 | $gb-lm-dark-blue: #458588;
65 | $gb-lm-dark-purple: #b16286;
66 | $gb-lm-dark-aqua: #689d6a;
67 | $gb-lm-dark-orange: #d65d0e;
68 | $gb-lm-dark-gray: #928374;
69 |
70 | $gb-lm-light-red: #9d0006;
71 | $gb-lm-light-green: #79740e;
72 | $gb-lm-light-yellow: #b57614;
73 | $gb-lm-light-blue: #076678;
74 | $gb-lm-light-purple: #8f3f71;
75 | $gb-lm-light-aqua: #427b58;
76 | $gb-lm-light-orange: #af3a03;
77 | $gb-lm-light-gray: #7c6f64;
78 |
--------------------------------------------------------------------------------
/shell/colors.sh:
--------------------------------------------------------------------------------
1 | dark0_hard="#1D2021"
2 | dark0="#282828"
3 | dark0_soft="#32302F"
4 | dark1="#3c3836"
5 | dark2="#504945"
6 | dark3="#665c54"
7 | dark4="#7C6F64"
8 |
9 | gray_245="#928374"
10 | gray_244="#928374"
11 |
12 | light0_hard="#FB4934"
13 | light0="#FBF1C7"
14 | light0_soft="#F2E5BC"
15 | light1="#EBDBB2"
16 | light2="#D5C4A1"
17 | light3="#BDAE93"
18 | light4="#A89984"
19 |
20 | bright_red="#FB4934"
21 | bright_green="#B8BB26"
22 | bright_yellow="#FABD2F"
23 | bright_blue="#83A598"
24 | bright_purple="#D3869B"
25 | bright_aqua="#8EC07C"
26 | bright_orange="#FE8019"
27 |
28 | neutral_red="#CC241D"
29 | neutral_green="#98971A"
30 | neutral_yellow="#D79921"
31 | neutral_blue="#458588"
32 | neutral_purple="#B16286"
33 | neutral_aqua="#689D6A"
34 | neutral_orange="#D65D0E"
35 |
36 | faded_red="#9D0006"
37 | faded_green="#79740E"
38 | faded_yellow="#B57614"
39 | faded_blue="#076678"
40 | faded_purple="#8F3F71"
41 | faded_aqua="#427B58"
42 | faded_orange="#AF3A03"
43 |
--------------------------------------------------------------------------------
/st/gruvbox-dark.h:
--------------------------------------------------------------------------------
1 | /* gruvbox-dark colorscheme */
2 |
3 | /* Terminal colors (16 first used in escape sequence) */
4 | static const char *colorname[] = {
5 | "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */
6 | "#cc241d",
7 | "#98971a",
8 | "#d79921",
9 | "#458588",
10 | "#b16286",
11 | "#689d6a",
12 | "#a89984",
13 | "#928374",
14 | "#fb4934",
15 | "#b8bb26",
16 | "#fabd2f",
17 | "#83a598",
18 | "#d3869b",
19 | "#8ec07c",
20 | "#ebdbb2",
21 | };
22 |
23 |
24 | /*
25 | * Default colors (colorname index)
26 | * foreground, background, cursor
27 | */
28 | unsigned int defaultfg = 15;
29 | unsigned int defaultbg = 0;
30 | unsigned int defaultcs = 15;
31 |
--------------------------------------------------------------------------------
/st/gruvbox-light.h:
--------------------------------------------------------------------------------
1 | /* gruvbox-light colorscheme */
2 |
3 | /* Terminal colors (16 first used in escape sequence) */
4 | static const char *colorname[] = {
5 | "#fbf1c7", /* hard contrast: #f9f5d7 / soft contrast: #f2e5bc */
6 | "#cc241d",
7 | "#98971a",
8 | "#d79921",
9 | "#458588",
10 | "#b16286",
11 | "#689d6a",
12 | "#7c6f64",
13 | "#928374",
14 | "#9d0006",
15 | "#79740e",
16 | "#b57614",
17 | "#076678",
18 | "#8f3f71",
19 | "#427b58",
20 | "#3c3836",
21 | };
22 |
23 |
24 | /*
25 | * Default colors (colorname index)
26 | * foreground, background, cursor
27 | */
28 | unsigned int defaultfg = 15;
29 | unsigned int defaultbg = 0;
30 | unsigned int defaultcs = 15;
31 |
--------------------------------------------------------------------------------
/termite/gruvbox-dark:
--------------------------------------------------------------------------------
1 | [colors]
2 | # hard contrast: background = #1d2021
3 | background = #282828
4 | # soft contrast: background = #32302f
5 | foreground = #ebdbb2
6 | foreground_bold = #ebdbb2
7 |
8 | # dark0 + gray
9 | color0 = #282828
10 | color8 = #928374
11 |
12 | # neutral_red + bright_red
13 | color1 = #cc241d
14 | color9 = #fb4934
15 |
16 | # neutral_green + bright_green
17 | color2 = #98971a
18 | color10 = #b8bb26
19 |
20 | # neutral_yellow + bright_yellow
21 | color3 = #d79921
22 | color11 = #fabd2f
23 |
24 | # neutral_blue + bright_blue
25 | color4 = #458588
26 | color12 = #83a598
27 |
28 | # neutral_purple + bright_purple
29 | color5 = #b16286
30 | color13 = #d3869b
31 |
32 | # neutral_aqua + faded_aqua
33 | color6 = #689d6a
34 | color14 = #8ec07c
35 |
36 | # light4 + light1
37 | color7 = #a89984
38 | color15 = #ebdbb2
39 |
40 | # vim: ft=dosini cms=#%s
41 |
--------------------------------------------------------------------------------
/termite/gruvbox-light:
--------------------------------------------------------------------------------
1 | [colors]
2 | # hard contrast: background = #f9f5d7
3 | background = #fbf1c7
4 | # soft contrast: background = #f2e5bc
5 | foreground = #3c3836
6 | foreground_bold = #3c3836
7 |
8 | # light0 + gray
9 | color0 = #fbf1c7
10 | color8 = #928374
11 |
12 | # neutral_red + faded_red
13 | color1 = #cc241d
14 | color9 = #9d0006
15 |
16 | # neutral_green + faded_green
17 | color2 = #98971a
18 | color10 = #79740e
19 |
20 | # neutral_yellow + faded_yellow
21 | color3 = #d79921
22 | color11 = #b57614
23 |
24 | # neutral_blue + faded_blue
25 | color4 = #458588
26 | color12 = #076678
27 |
28 | # neutral_purple + faded_purple
29 | color5 = #b16286
30 | color13 = #8f3f71
31 |
32 | # neutral_aqua + faded_aqua
33 | color6 = #689d6a
34 | color14 = #427b58
35 |
36 | # dark4 + dark1
37 | color7 = #7c6f64
38 | color15 = #3c3836
39 |
40 | # vim: ft=dosini cms=#%s
41 |
--------------------------------------------------------------------------------
/urxvt256/gruvbox-urxvt256.xresources:
--------------------------------------------------------------------------------
1 | ! -----------------------------------------------------------------------------
2 | ! File: gruvbox-urxvt256.xresources
3 | ! Description: Retro groove colorscheme generalized
4 | ! Author: morhetz
5 | ! Source: https://github.com/morhetz/gruvbox-generalized
6 | ! Last Modified: 13 Dec 2013
7 | ! -----------------------------------------------------------------------------
8 |
9 | URxvt.color24: #076678
10 | URxvt.color66: #427b58
11 | URxvt.color88: #9d0006
12 | URxvt.color96: #8f3f71
13 | URxvt.color100: #79740e
14 | URxvt.color108: #8ec07c
15 | URxvt.color109: #83a598
16 | URxvt.color130: #af3a03
17 | URxvt.color136: #b57614
18 | URxvt.color142: #b8bb26
19 | URxvt.color167: #fb4934
20 | URxvt.color175: #d3869b
21 | URxvt.color208: #fe8019
22 | URxvt.color214: #fabd2f
23 | URxvt.color223: #ebdbb2
24 | URxvt.color228: #f2e5bc
25 | URxvt.color229: #fbf1c7
26 | URxvt.color230: #f9f5d7
27 | URxvt.color234: #1d2021
28 | URxvt.color235: #282828
29 | URxvt.color236: #32302f
30 | URxvt.color237: #3c3836
31 | URxvt.color239: #504945
32 | URxvt.color241: #665c54
33 | URxvt.color243: #7c6f64
34 | URxvt.color244: #928374
35 | URxvt.color245: #928374
36 | URxvt.color246: #a89984
37 | URxvt.color248: #bdae93
38 | URxvt.color250: #d5c4a1
39 |
--------------------------------------------------------------------------------
/xcode/Gruvbox Dark (Inconsolata 14).dvtcolortheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | DVTConsoleDebuggerInputTextColor
6 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
7 | DVTConsoleDebuggerInputTextFont
8 | Inconsolata - 14.0
9 | DVTConsoleDebuggerOutputTextColor
10 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
11 | DVTConsoleDebuggerOutputTextFont
12 | Inconsolata - 14.0
13 | DVTConsoleDebuggerPromptTextColor
14 | 0.44313725490196076 0.5843137254901961 0.5254901960784314 1
15 | DVTConsoleDebuggerPromptTextFont
16 | Inconsolata - 14.0
17 | DVTConsoleExectuableInputTextColor
18 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
19 | DVTConsoleExectuableInputTextFont
20 | Inconsolata - 14.0
21 | DVTConsoleExectuableOutputTextColor
22 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
23 | DVTConsoleExectuableOutputTextFont
24 | Inconsolata - 14.0
25 | DVTConsoleTextBackgroundColor
26 | 0.11764705882352941 0.11764705882352941 0.11764705882352941 1
27 | DVTConsoleTextInsertionPointColor
28 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
29 | DVTConsoleTextSelectionColor
30 | 0.24705882352941178 0.2235294117647059 0.20784313725490197 1
31 | DVTDebuggerInstructionPointerColor
32 | 0.6666666666666666 0.6901960784313725 0.11764705882352941 1
33 | DVTSourceTextBackground
34 | 0.11764705882352941 0.11764705882352941 0.11764705882352941 1
35 | DVTSourceTextBlockDimBackgroundColor
36 | 0.5 0.5 0.5 1
37 | DVTSourceTextInsertionPointColor
38 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
39 | DVTSourceTextInvisiblesColor
40 | 0.592156862745098 0.5294117647058824 0.44313725490196076 1
41 | DVTSourceTextSelectionColor
42 | 0.24705882352941178 0.2235294117647059 0.20784313725490197 1
43 | DVTSourceTextSyntaxColors
44 |
45 | xcode.syntax.attribute
46 | 0.7803921568627451 0.4392156862745098 0.5372549019607843 1
47 | xcode.syntax.character
48 | 0.7803921568627451 0.4392156862745098 0.5372549019607843 1
49 | xcode.syntax.comment
50 | 0.4980392156862745 0.4392156862745098 0.3803921568627451 1
51 | xcode.syntax.comment.doc
52 | 0.4980392156862745 0.4392156862745098 0.3803921568627451 1
53 | xcode.syntax.comment.doc.keyword
54 | 0.49019607843137253 0.7137254901960784 0.4117647058823529 1
55 | xcode.syntax.identifier.class
56 | 0.9686274509803922 0.6941176470588235 0.1450980392156863
57 | xcode.syntax.identifier.class.system
58 | 0.9686274509803922 0.6941176470588235 0.1450980392156863 1
59 | xcode.syntax.identifier.constant
60 | 0.7803921568627451 0.4392156862745098 0.5372549019607843 1
61 | xcode.syntax.identifier.constant.system
62 | 0.7803921568627451 0.4392156862745098 0.5372549019607843 1
63 | xcode.syntax.identifier.function
64 | 0.44313725490196076 0.5843137254901961 0.5254901960784314 1
65 | xcode.syntax.identifier.function.system
66 | 0.44313725490196076 0.5843137254901961 0.5254901960784314 1
67 | xcode.syntax.identifier.macro
68 | 0.49019607843137253 0.7137254901960784 0.4117647058823529 1
69 | xcode.syntax.identifier.macro.system
70 | 0.49019607843137253 0.7137254901960784 0.4117647058823529 1
71 | xcode.syntax.identifier.type
72 | 0.984313725490196 0.41568627450980394 0.08627450980392157 1
73 | xcode.syntax.identifier.type.system
74 | 0.984313725490196 0.41568627450980394 0.08627450980392157 1
75 | xcode.syntax.identifier.variable
76 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
77 | xcode.syntax.identifier.variable.system
78 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
79 | xcode.syntax.keyword
80 | 0.9686274509803922 0.18823529411764706 0.1568627450980392 1
81 | xcode.syntax.number
82 | 0.7803921568627451 0.4392156862745098 0.5372549019607843 1
83 | xcode.syntax.plain
84 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
85 | xcode.syntax.preprocessor
86 | 0.49019607843137253 0.7137254901960784 0.4117647058823529 1
87 | xcode.syntax.string
88 | 0.6666666666666666 0.6901960784313725 0.11764705882352941 1
89 | xcode.syntax.url
90 | 0.44313725490196076 0.5843137254901961 0.5254901960784314 1
91 |
92 | DVTSourceTextSyntaxFonts
93 |
94 | xcode.syntax.attribute
95 | Inconsolata - 14.0
96 | xcode.syntax.character
97 | Inconsolata - 14.0
98 | xcode.syntax.comment
99 | Inconsolata-Italic - 14.0
100 | xcode.syntax.comment.doc
101 | Inconsolata-Italic - 14.0
102 | xcode.syntax.comment.doc.keyword
103 | Inconsolata-Italic - 14.0
104 | xcode.syntax.identifier.class
105 | Inconsolata - 14.0
106 | xcode.syntax.identifier.class.system
107 | Inconsolata - 14.0
108 | xcode.syntax.identifier.constant
109 | Inconsolata - 14.0
110 | xcode.syntax.identifier.constant.system
111 | Inconsolata - 14.0
112 | xcode.syntax.identifier.function
113 | Inconsolata - 14.0
114 | xcode.syntax.identifier.function.system
115 | Inconsolata - 14.0
116 | xcode.syntax.identifier.macro
117 | Inconsolata - 14.0
118 | xcode.syntax.identifier.macro.system
119 | Inconsolata - 14.0
120 | xcode.syntax.identifier.type
121 | Inconsolata - 14.0
122 | xcode.syntax.identifier.type.system
123 | Inconsolata - 14.0
124 | xcode.syntax.identifier.variable
125 | Inconsolata - 14.0
126 | xcode.syntax.identifier.variable.system
127 | Inconsolata - 14.0
128 | xcode.syntax.keyword
129 | Inconsolata - 14.0
130 | xcode.syntax.number
131 | Inconsolata - 14.0
132 | xcode.syntax.plain
133 | Inconsolata - 14.0
134 | xcode.syntax.preprocessor
135 | Inconsolata - 14.0
136 | xcode.syntax.string
137 | Inconsolata - 14.0
138 | xcode.syntax.url
139 | Inconsolata-Italic - 14.0
140 |
141 |
142 |
143 |
--------------------------------------------------------------------------------
/xcode/Gruvbox Dark (SF Mono 11).dvtcolortheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | DVTConsoleDebuggerInputTextColor
6 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
7 | DVTConsoleDebuggerInputTextFont
8 | SF Mono-Regular - 11.0
9 | DVTConsoleDebuggerOutputTextColor
10 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
11 | DVTConsoleDebuggerOutputTextFont
12 | SF Mono-Regular - 11.0
13 | DVTConsoleDebuggerPromptTextColor
14 | 0.44313725490196076 0.5843137254901961 0.5254901960784314 1
15 | DVTConsoleDebuggerPromptTextFont
16 | SF Mono-Regular - 11.0
17 | DVTConsoleExectuableInputTextColor
18 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
19 | DVTConsoleExectuableInputTextFont
20 | SF Mono-Regular - 11.0
21 | DVTConsoleExectuableOutputTextColor
22 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
23 | DVTConsoleExectuableOutputTextFont
24 | SF Mono-Regular - 11.0
25 | DVTConsoleTextBackgroundColor
26 | 0.11764705882352941 0.11764705882352941 0.11764705882352941 1
27 | DVTConsoleTextInsertionPointColor
28 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
29 | DVTConsoleTextSelectionColor
30 | 0.24705882352941178 0.2235294117647059 0.20784313725490197 1
31 | DVTDebuggerInstructionPointerColor
32 | 0.6666666666666666 0.6901960784313725 0.11764705882352941 1
33 | DVTSourceTextBackground
34 | 0.11764705882352941 0.11764705882352941 0.11764705882352941 1
35 | DVTSourceTextBlockDimBackgroundColor
36 | 0.5 0.5 0.5 1
37 | DVTSourceTextInsertionPointColor
38 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
39 | DVTSourceTextInvisiblesColor
40 | 0.592156862745098 0.5294117647058824 0.44313725490196076 1
41 | DVTSourceTextSelectionColor
42 | 0.24705882352941178 0.2235294117647059 0.20784313725490197 1
43 | DVTSourceTextSyntaxColors
44 |
45 | xcode.syntax.attribute
46 | 0.7803921568627451 0.4392156862745098 0.5372549019607843 1
47 | xcode.syntax.character
48 | 0.7803921568627451 0.4392156862745098 0.5372549019607843 1
49 | xcode.syntax.comment
50 | 0.4980392156862745 0.4392156862745098 0.3803921568627451 1
51 | xcode.syntax.comment.doc
52 | 0.4980392156862745 0.4392156862745098 0.3803921568627451 1
53 | xcode.syntax.comment.doc.keyword
54 | 0.49019607843137253 0.7137254901960784 0.4117647058823529 1
55 | xcode.syntax.identifier.class
56 | 0.9686274509803922 0.6941176470588235 0.1450980392156863
57 | xcode.syntax.identifier.class.system
58 | 0.9686274509803922 0.6941176470588235 0.1450980392156863 1
59 | xcode.syntax.identifier.constant
60 | 0.7803921568627451 0.4392156862745098 0.5372549019607843 1
61 | xcode.syntax.identifier.constant.system
62 | 0.7803921568627451 0.4392156862745098 0.5372549019607843 1
63 | xcode.syntax.identifier.function
64 | 0.44313725490196076 0.5843137254901961 0.5254901960784314 1
65 | xcode.syntax.identifier.function.system
66 | 0.44313725490196076 0.5843137254901961 0.5254901960784314 1
67 | xcode.syntax.identifier.macro
68 | 0.49019607843137253 0.7137254901960784 0.4117647058823529 1
69 | xcode.syntax.identifier.macro.system
70 | 0.49019607843137253 0.7137254901960784 0.4117647058823529 1
71 | xcode.syntax.identifier.type
72 | 0.984313725490196 0.41568627450980394 0.08627450980392157 1
73 | xcode.syntax.identifier.type.system
74 | 0.984313725490196 0.41568627450980394 0.08627450980392157 1
75 | xcode.syntax.identifier.variable
76 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
77 | xcode.syntax.identifier.variable.system
78 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
79 | xcode.syntax.keyword
80 | 0.9686274509803922 0.18823529411764706 0.1568627450980392 1
81 | xcode.syntax.number
82 | 0.7803921568627451 0.4392156862745098 0.5372549019607843 1
83 | xcode.syntax.plain
84 | 0.9019607843137255 0.8313725490196079 0.6392156862745098 1
85 | xcode.syntax.preprocessor
86 | 0.49019607843137253 0.7137254901960784 0.4117647058823529 1
87 | xcode.syntax.string
88 | 0.6666666666666666 0.6901960784313725 0.11764705882352941 1
89 | xcode.syntax.url
90 | 0.44313725490196076 0.5843137254901961 0.5254901960784314 1
91 |
92 | DVTSourceTextSyntaxFonts
93 |
94 | xcode.syntax.attribute
95 | SF Mono-Regular - 11.0
96 | xcode.syntax.character
97 | SF Mono-Regular - 11.0
98 | xcode.syntax.comment
99 | SF Mono-Regular-Italic - 11.0
100 | xcode.syntax.comment.doc
101 | SF Mono-Regular-Italic - 11.0
102 | xcode.syntax.comment.doc.keyword
103 | SF Mono-Regular-Italic - 11.0
104 | xcode.syntax.identifier.class
105 | SF Mono-Regular - 11.0
106 | xcode.syntax.identifier.class.system
107 | SF Mono-Regular - 11.0
108 | xcode.syntax.identifier.constant
109 | SF Mono-Regular - 11.0
110 | xcode.syntax.identifier.constant.system
111 | SF Mono-Regular - 11.0
112 | xcode.syntax.identifier.function
113 | SF Mono-Regular - 11.0
114 | xcode.syntax.identifier.function.system
115 | SF Mono-Regular - 11.0
116 | xcode.syntax.identifier.macro
117 | SF Mono-Regular - 11.0
118 | xcode.syntax.identifier.macro.system
119 | SF Mono-Regular - 11.0
120 | xcode.syntax.identifier.type
121 | SF Mono-Regular - 11.0
122 | xcode.syntax.identifier.type.system
123 | SF Mono-Regular - 11.0
124 | xcode.syntax.identifier.variable
125 | SF Mono-Regular - 11.0
126 | xcode.syntax.identifier.variable.system
127 | SF Mono-Regular - 11.0
128 | xcode.syntax.keyword
129 | SF Mono-Regular - 11.0
130 | xcode.syntax.number
131 | SF Mono-Regular - 11.0
132 | xcode.syntax.plain
133 | SF Mono-Regular - 11.0
134 | xcode.syntax.preprocessor
135 | SF Mono-Regular - 11.0
136 | xcode.syntax.string
137 | SF Mono-Regular - 11.0
138 | xcode.syntax.url
139 | SF Mono-Regular-Italic - 11.0
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/xcode/Gruvbox Light (Inconsolata 14).dvtcolortheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | DVTConsoleDebuggerInputTextColor
6 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
7 | DVTConsoleDebuggerInputTextFont
8 | Inconsolata - 14.0
9 | DVTConsoleDebuggerOutputTextColor
10 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
11 | DVTConsoleDebuggerOutputTextFont
12 | Inconsolata - 14.0
13 | DVTConsoleDebuggerPromptTextColor
14 | 0.054901960784313725 0.3254901960784314 0.396078431372549 1
15 | DVTConsoleDebuggerPromptTextFont
16 | Inconsolata - 14.0
17 | DVTConsoleExectuableInputTextColor
18 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
19 | DVTConsoleExectuableInputTextFont
20 | Inconsolata - 14.0
21 | DVTConsoleExectuableOutputTextColor
22 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
23 | DVTConsoleExectuableOutputTextFont
24 | Inconsolata - 14.0
25 | DVTConsoleTextBackgroundColor
26 | 0.9803921568627451 0.9333333333333333 0.7333333333333333 1
27 | DVTConsoleTextInsertionPointColor
28 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
29 | DVTConsoleTextSelectionColor
30 | 0.796078431372549 0.7215686274509804 0.5647058823529412 1
31 | DVTDebuggerInstructionPointerColor
32 | 0.4 0.3843137254901961 0.050980392156862744 1
33 | DVTSourceTextBackground
34 | 0.9803921568627451 0.9333333333333333 0.7333333333333333 1
35 | DVTSourceTextBlockDimBackgroundColor
36 | 0.5 0.5 0.5 1
37 | DVTSourceTextInsertionPointColor
38 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
39 | DVTSourceTextInvisiblesColor
40 | 0.40784313725490196 0.3607843137254902 0.3176470588235294 1
41 | DVTSourceTextSelectionColor
42 | 0.796078431372549 0.7215686274509804 0.5647058823529412 1
43 | DVTSourceTextSyntaxColors
44 |
45 | xcode.syntax.attribute
46 | 0.4823529411764706 0.16862745098039217 0.3686274509803922 1
47 | xcode.syntax.character
48 | 0.4823529411764706 0.16862745098039217 0.3686274509803922 1
49 | xcode.syntax.comment
50 | 0.4980392156862745 0.4392156862745098 0.3803921568627451 1
51 | xcode.syntax.comment.doc
52 | 0.4980392156862745 0.4392156862745098 0.3803921568627451 1
53 | xcode.syntax.comment.doc.keyword
54 | 0.20784313725490197 0.41568627450980394 0.27450980392156865 1
55 | xcode.syntax.identifier.class
56 | 0.6470588235294118 0.38823529411764707 0.06666666666666667
57 | xcode.syntax.identifier.class.system
58 | 0.6470588235294118 0.38823529411764707 0.06666666666666667 1
59 | xcode.syntax.identifier.constant
60 | 0.4823529411764706 0.16862745098039217 0.3686274509803922 1
61 | xcode.syntax.identifier.constant.system
62 | 0.4823529411764706 0.16862745098039217 0.3686274509803922 1
63 | xcode.syntax.identifier.function
64 | 0.054901960784313725 0.3254901960784314 0.396078431372549 1
65 | xcode.syntax.identifier.function.system
66 | 0.054901960784313725 0.3254901960784314 0.396078431372549 1
67 | xcode.syntax.identifier.macro
68 | 0.20784313725490197 0.41568627450980394 0.27450980392156865 1
69 | xcode.syntax.identifier.macro.system
70 | 0.20784313725490197 0.41568627450980394 0.27450980392156865 1
71 | xcode.syntax.identifier.type
72 | 0.615686274509804 0.1568627450980392 0.027450980392156862 1
73 | xcode.syntax.identifier.type.system
74 | 0.615686274509804 0.1568627450980392 0.027450980392156862 1
75 | xcode.syntax.identifier.variable
76 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
77 | xcode.syntax.identifier.variable.system
78 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
79 | xcode.syntax.keyword
80 | 0.5372549019607843 0.0 0.03529411764705882 1
81 | xcode.syntax.number
82 | 0.4823529411764706 0.16862745098039217 0.3686274509803922 1
83 | xcode.syntax.plain
84 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
85 | xcode.syntax.preprocessor
86 | 0.20784313725490197 0.41568627450980394 0.27450980392156865 1
87 | xcode.syntax.string
88 | 0.4 0.3843137254901961 0.050980392156862744 1
89 | xcode.syntax.url
90 | 0.054901960784313725 0.3254901960784314 0.396078431372549 1
91 |
92 | DVTSourceTextSyntaxFonts
93 |
94 | xcode.syntax.attribute
95 | Inconsolata - 14.0
96 | xcode.syntax.character
97 | Inconsolata - 14.0
98 | xcode.syntax.comment
99 | Inconsolata-Italic - 14.0
100 | xcode.syntax.comment.doc
101 | Inconsolata-Italic - 14.0
102 | xcode.syntax.comment.doc.keyword
103 | Inconsolata-Italic - 14.0
104 | xcode.syntax.identifier.class
105 | Inconsolata - 14.0
106 | xcode.syntax.identifier.class.system
107 | Inconsolata - 14.0
108 | xcode.syntax.identifier.constant
109 | Inconsolata - 14.0
110 | xcode.syntax.identifier.constant.system
111 | Inconsolata - 14.0
112 | xcode.syntax.identifier.function
113 | Inconsolata - 14.0
114 | xcode.syntax.identifier.function.system
115 | Inconsolata - 14.0
116 | xcode.syntax.identifier.macro
117 | Inconsolata - 14.0
118 | xcode.syntax.identifier.macro.system
119 | Inconsolata - 14.0
120 | xcode.syntax.identifier.type
121 | Inconsolata - 14.0
122 | xcode.syntax.identifier.type.system
123 | Inconsolata - 14.0
124 | xcode.syntax.identifier.variable
125 | Inconsolata - 14.0
126 | xcode.syntax.identifier.variable.system
127 | Inconsolata - 14.0
128 | xcode.syntax.keyword
129 | Inconsolata - 14.0
130 | xcode.syntax.number
131 | Inconsolata - 14.0
132 | xcode.syntax.plain
133 | Inconsolata - 14.0
134 | xcode.syntax.preprocessor
135 | Inconsolata - 14.0
136 | xcode.syntax.string
137 | Inconsolata - 14.0
138 | xcode.syntax.url
139 | Inconsolata-Italic - 14.0
140 |
141 |
142 |
143 |
--------------------------------------------------------------------------------
/xcode/Gruvbox Light (SF Mono 11).dvtcolortheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | DVTConsoleDebuggerInputTextColor
6 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
7 | DVTConsoleDebuggerInputTextFont
8 | SF Mono-Regular - 11.0
9 | DVTConsoleDebuggerOutputTextColor
10 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
11 | DVTConsoleDebuggerOutputTextFont
12 | SF Mono-Regular - 11.0
13 | DVTConsoleDebuggerPromptTextColor
14 | 0.054901960784313725 0.3254901960784314 0.396078431372549 1
15 | DVTConsoleDebuggerPromptTextFont
16 | SF Mono-Regular - 11.0
17 | DVTConsoleExectuableInputTextColor
18 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
19 | DVTConsoleExectuableInputTextFont
20 | SF Mono-Regular - 11.0
21 | DVTConsoleExectuableOutputTextColor
22 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
23 | DVTConsoleExectuableOutputTextFont
24 | SF Mono-Regular - 11.0
25 | DVTConsoleTextBackgroundColor
26 | 0.9803921568627451 0.9333333333333333 0.7333333333333333 1
27 | DVTConsoleTextInsertionPointColor
28 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
29 | DVTConsoleTextSelectionColor
30 | 0.796078431372549 0.7215686274509804 0.5647058823529412 1
31 | DVTDebuggerInstructionPointerColor
32 | 0.4 0.3843137254901961 0.050980392156862744 1
33 | DVTSourceTextBackground
34 | 0.9803921568627451 0.9333333333333333 0.7333333333333333 1
35 | DVTSourceTextBlockDimBackgroundColor
36 | 0.5 0.5 0.5 1
37 | DVTSourceTextInsertionPointColor
38 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
39 | DVTSourceTextInvisiblesColor
40 | 0.40784313725490196 0.3607843137254902 0.3176470588235294 1
41 | DVTSourceTextSelectionColor
42 | 0.796078431372549 0.7215686274509804 0.5647058823529412 1
43 | DVTSourceTextSyntaxColors
44 |
45 | xcode.syntax.attribute
46 | 0.4823529411764706 0.16862745098039217 0.3686274509803922 1
47 | xcode.syntax.character
48 | 0.4823529411764706 0.16862745098039217 0.3686274509803922 1
49 | xcode.syntax.comment
50 | 0.4980392156862745 0.4392156862745098 0.3803921568627451 1
51 | xcode.syntax.comment.doc
52 | 0.4980392156862745 0.4392156862745098 0.3803921568627451 1
53 | xcode.syntax.comment.doc.keyword
54 | 0.20784313725490197 0.41568627450980394 0.27450980392156865 1
55 | xcode.syntax.identifier.class
56 | 0.6470588235294118 0.38823529411764707 0.06666666666666667
57 | xcode.syntax.identifier.class.system
58 | 0.6470588235294118 0.38823529411764707 0.06666666666666667 1
59 | xcode.syntax.identifier.constant
60 | 0.4823529411764706 0.16862745098039217 0.3686274509803922 1
61 | xcode.syntax.identifier.constant.system
62 | 0.4823529411764706 0.16862745098039217 0.3686274509803922 1
63 | xcode.syntax.identifier.function
64 | 0.054901960784313725 0.3254901960784314 0.396078431372549 1
65 | xcode.syntax.identifier.function.system
66 | 0.054901960784313725 0.3254901960784314 0.396078431372549 1
67 | xcode.syntax.identifier.macro
68 | 0.20784313725490197 0.41568627450980394 0.27450980392156865 1
69 | xcode.syntax.identifier.macro.system
70 | 0.20784313725490197 0.41568627450980394 0.27450980392156865 1
71 | xcode.syntax.identifier.type
72 | 0.615686274509804 0.1568627450980392 0.027450980392156862 1
73 | xcode.syntax.identifier.type.system
74 | 0.615686274509804 0.1568627450980392 0.027450980392156862 1
75 | xcode.syntax.identifier.variable
76 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
77 | xcode.syntax.identifier.variable.system
78 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
79 | xcode.syntax.keyword
80 | 0.5372549019607843 0.0 0.03529411764705882 1
81 | xcode.syntax.number
82 | 0.4823529411764706 0.16862745098039217 0.3686274509803922 1
83 | xcode.syntax.plain
84 | 0.1803921568627451 0.16470588235294117 0.1607843137254902 1
85 | xcode.syntax.preprocessor
86 | 0.20784313725490197 0.41568627450980394 0.27450980392156865 1
87 | xcode.syntax.string
88 | 0.4 0.3843137254901961 0.050980392156862744 1
89 | xcode.syntax.url
90 | 0.054901960784313725 0.3254901960784314 0.396078431372549 1
91 |
92 | DVTSourceTextSyntaxFonts
93 |
94 | xcode.syntax.attribute
95 | SF Mono-Regular - 11.0
96 | xcode.syntax.character
97 | SF Mono-Regular - 11.0
98 | xcode.syntax.comment
99 | SF Mono-Regular-Italic - 11.0
100 | xcode.syntax.comment.doc
101 | SF Mono-Regular-Italic - 11.0
102 | xcode.syntax.comment.doc.keyword
103 | SF Mono-Regular-Italic - 11.0
104 | xcode.syntax.identifier.class
105 | SF Mono-Regular - 11.0
106 | xcode.syntax.identifier.class.system
107 | SF Mono-Regular - 11.0
108 | xcode.syntax.identifier.constant
109 | SF Mono-Regular - 11.0
110 | xcode.syntax.identifier.constant.system
111 | SF Mono-Regular - 11.0
112 | xcode.syntax.identifier.function
113 | SF Mono-Regular - 11.0
114 | xcode.syntax.identifier.function.system
115 | SF Mono-Regular - 11.0
116 | xcode.syntax.identifier.macro
117 | SF Mono-Regular - 11.0
118 | xcode.syntax.identifier.macro.system
119 | SF Mono-Regular - 11.0
120 | xcode.syntax.identifier.type
121 | SF Mono-Regular - 11.0
122 | xcode.syntax.identifier.type.system
123 | SF Mono-Regular - 11.0
124 | xcode.syntax.identifier.variable
125 | SF Mono-Regular - 11.0
126 | xcode.syntax.identifier.variable.system
127 | SF Mono-Regular - 11.0
128 | xcode.syntax.keyword
129 | SF Mono-Regular - 11.0
130 | xcode.syntax.number
131 | SF Mono-Regular - 11.0
132 | xcode.syntax.plain
133 | SF Mono-Regular - 11.0
134 | xcode.syntax.preprocessor
135 | SF Mono-Regular - 11.0
136 | xcode.syntax.string
137 | SF Mono-Regular - 11.0
138 | xcode.syntax.url
139 | SF Mono-Regular-Italic - 11.0
140 |
141 |
142 |
143 |
144 |
--------------------------------------------------------------------------------
/xcode/README.md:
--------------------------------------------------------------------------------
1 | # Gruvbox for Xcode
2 |
3 | ## How to Install
4 |
5 | 1. Create Xcode custom themes folder: `~/Library/Developer/Xcode/UserData/FontAndColorThemes/`
6 |
7 | ```
8 | $ mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
9 | ```
10 | 1. Download `*.dvtcolortheme` files to this folder.
11 | 1. Restart Xcode. Gruvbox dark and light themes will appear in *Fonts & Colors* list in Xcode Preferences.
12 |
13 | Alternatively, you can also create symbolic links to your copy of Xcode `*.dvtcolortheme` files inside `FontAndColorThemes` folder.
14 |
15 | For example,
16 |
17 | 1. Clone `gruvbox-contrib`
18 | 2. `cd gruvbox-contrib/xcode`
19 | 3. Then
20 | ```
21 | ln -s `pwd`/"Gruvbox Dark (SF Mono 11).dvtcolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/"Gruvbox Dark (SF Mono 11).dvtcolortheme"
22 | ```
23 |
24 | If you are using fish shell, you can use this loop,
25 |
26 | ```fish
27 | for file in *
28 | echo $file
29 | ln -s ""(pwd)/$file ~/Library/Developer/Xcode/UserData/FontAndColorThemes/$file""
30 | end
31 | ```
32 |
33 | ## Fonts
34 |
35 | Xcode themes have fonts embedded in them. Follow these steps to change font or font size,
36 |
37 | Say you want to use Menlo font with 11.0 pt size.
38 |
39 | 1. Create a copy of `Gruvbox Dark (Inconsolata 14).dvtcolortheme`
40 | 2. Open it in your favorite editor
41 | 3. Replace all instances of `Inconsolata - 14.0` with `Menlo-Regular - 11.0`
42 | 4. Save file and restart Xcode
43 |
44 | ## Inconsolata Font
45 |
46 | You can install [Inconsolata](http://levien.com/type/myfonts/inconsolata.html) font using `brew cask`. First make sure you have [`brew`](http://brew.sh/) and [`Cask`](https://caskroom.github.io/) installed. Then follow these steps,
47 |
48 | 1. `brew tap caskroom/fonts`
49 | 1. `brew cask install font-inconsolata`
50 |
51 | ## Acknowledgements
52 |
53 | Xcode themes were generated with the help of following projects,
54 |
55 | 1. [jameshurst/gruvbox-templates](https://github.com/jameshurst/gruvbox-templates/)
56 | 2. [talha131/gruvbox-templates](https://github.com/talha131/gruvbox-templates)
57 |
--------------------------------------------------------------------------------
/xfce4-terminal/README.org:
--------------------------------------------------------------------------------
1 | * Installation
2 | #+BEGIN_SRC bash
3 | # for a global installation the theme files need to be put into
4 | # /usr/share/xfce4/terminal/colorschemes
5 |
6 | mkdir -p ~/.local/share/xfce4/terminal/colorschemes
7 | cp *.theme ~/.local/share/xfce4/terminal/colorschemes/
8 | #+END_SRC
9 |
--------------------------------------------------------------------------------
/xfce4-terminal/gruvbox-dark-hard.theme:
--------------------------------------------------------------------------------
1 | [Scheme]
2 | Name=gruvbox dark hard
3 | ColorForeground=#ebdbb2
4 | ColorBackground=#1d2021
5 | ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
6 | TabActivityColor=#bf4040
7 |
--------------------------------------------------------------------------------
/xfce4-terminal/gruvbox-dark-soft.theme:
--------------------------------------------------------------------------------
1 | [Scheme]
2 | Name=gruvbox dark soft
3 | ColorForeground=#ebdbb2
4 | ColorBackground=#32302f
5 | ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
6 | TabActivityColor=#bf4040
7 |
--------------------------------------------------------------------------------
/xfce4-terminal/gruvbox-dark.theme:
--------------------------------------------------------------------------------
1 | [Scheme]
2 | Name=gruvbox dark
3 | ColorForeground=#ebdbb2
4 | ColorBackground=#282828
5 | ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
6 | TabActivityColor=#bf4040
7 |
--------------------------------------------------------------------------------
/xfce4-terminal/gruvbox-light-hard.theme:
--------------------------------------------------------------------------------
1 | [Scheme]
2 | Name=gruvbox light hard
3 | ColorForeground=#3c3836
4 | ColorBackground=#f9f5d7
5 | ColorPalette=#fdf4c1;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#7c6f64;#928374;#9d0006;#79740e;#b57614;#076678;#8f3f71;#427b58;#3c3836
6 | TabActivityColor=#bf4040
7 |
--------------------------------------------------------------------------------
/xfce4-terminal/gruvbox-light-soft.theme:
--------------------------------------------------------------------------------
1 | [Scheme]
2 | Name=gruvbox light soft
3 | ColorForeground=#3c3836
4 | ColorBackground=#f2e5bc
5 | ColorPalette=#fdf4c1;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#7c6f64;#928374;#9d0006;#79740e;#b57614;#076678;#8f3f71;#427b58;#3c3836
6 | TabActivityColor=#bf4040
7 |
--------------------------------------------------------------------------------
/xfce4-terminal/gruvbox-light.theme:
--------------------------------------------------------------------------------
1 | [Scheme]
2 | Name=gruvbox light
3 | ColorForeground=#3c3836
4 | ColorBackground=#fbf1c7
5 | ColorPalette=#fdf4c1;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#7c6f64;#928374;#9d0006;#79740e;#b57614;#076678;#8f3f71;#427b58;#3c3836
6 | TabActivityColor=#bf4040
7 |
--------------------------------------------------------------------------------
/xresources/gruvbox-dark.xresources:
--------------------------------------------------------------------------------
1 | ! -----------------------------------------------------------------------------
2 | ! File: gruvbox-dark.xresources
3 | ! Description: Retro groove colorscheme generalized
4 | ! Author: morhetz
5 | ! Source: https://github.com/morhetz/gruvbox-generalized
6 | ! Last Modified: 6 Sep 2014
7 | ! -----------------------------------------------------------------------------
8 |
9 | ! hard contrast: *background: #1d2021
10 | *background: #282828
11 | ! soft contrast: *background: #32302f
12 | *foreground: #ebdbb2
13 | ! Black + DarkGrey
14 | *color0: #282828
15 | *color8: #928374
16 | ! DarkRed + Red
17 | *color1: #cc241d
18 | *color9: #fb4934
19 | ! DarkGreen + Green
20 | *color2: #98971a
21 | *color10: #b8bb26
22 | ! DarkYellow + Yellow
23 | *color3: #d79921
24 | *color11: #fabd2f
25 | ! DarkBlue + Blue
26 | *color4: #458588
27 | *color12: #83a598
28 | ! DarkMagenta + Magenta
29 | *color5: #b16286
30 | *color13: #d3869b
31 | ! DarkCyan + Cyan
32 | *color6: #689d6a
33 | *color14: #8ec07c
34 | ! LightGrey + White
35 | *color7: #a89984
36 | *color15: #ebdbb2
37 |
--------------------------------------------------------------------------------
/xresources/gruvbox-light.xresources:
--------------------------------------------------------------------------------
1 | ! -----------------------------------------------------------------------------
2 | ! File: gruvbox-light.xresources
3 | ! Description: Retro groove colorscheme generalized
4 | ! Author: morhetz
5 | ! Source: https://github.com/morhetz/gruvbox-generalized
6 | ! Last Modified: 6 Sep 2014
7 | ! -----------------------------------------------------------------------------
8 |
9 | ! hard contrast: *background: #f9f5d7
10 | *background: #fbf1c7
11 | ! soft contrast: *background: #f2e5bc
12 | *foreground: #3c3836
13 | ! Black + DarkGrey
14 | *color0: #fdf4c1
15 | *color8: #928374
16 | ! DarkRed + Red
17 | *color1: #cc241d
18 | *color9: #9d0006
19 | ! DarkGreen + Green
20 | *color2: #98971a
21 | *color10: #79740e
22 | ! DarkYellow + Yellow
23 | *color3: #d79921
24 | *color11: #b57614
25 | ! DarkBlue + Blue
26 | *color4: #458588
27 | *color12: #076678
28 | ! DarkMagenta + Magenta
29 | *color5: #b16286
30 | *color13: #8f3f71
31 | ! DarkCyan + Cyan
32 | *color6: #689d6a
33 | *color14: #427b58
34 | ! LightGrey + White
35 | *color7: #7c6f64
36 | *color15: #3c3836
37 |
--------------------------------------------------------------------------------