Skip to content

Commit 3998d13

Browse files
Merge pull request #334 from tedbyron/patch-1
Add simple gruvbox theme to docs
2 parents 7c90871 + c425ef4 commit 3998d13

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

docs/color_theming/gruvbox.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
# drac to gruv
22

3-
**TODO**
43
for a quick setup, set the following option:
54
```
65
set -g @dracula-colors "
76
# simple gruvbox Color Pallette
8-
pink='#'
9-
orange='#'
10-
yellow='#'
11-
green='#'
12-
cyan='#'
13-
light_purple='#'
14-
white='#'
15-
dark_gray='#'
16-
red='#'
17-
gray='#'
18-
dark_purple='#'
7+
white='#EBDBB2'
8+
gray='#32302F'
9+
dark_gray='#282828'
10+
light_purple='#B16286'
11+
dark_purple='#504945'
12+
cyan='#689D6A'
13+
green='#98971A'
14+
orange='#D65D0E'
15+
red='#CC241D'
16+
pink='#D3869B'
17+
yellow='#D79921'
1918
"
2019
```
2120

22-
2321
alternatively use the full gruvbox color palette and customise the flags accordingly
2422

2523
# GruvBox Color Pallette

0 commit comments

Comments
 (0)