We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c90871 + c425ef4 commit 3998d13Copy full SHA for 3998d13
docs/color_theming/gruvbox.md
@@ -1,25 +1,23 @@
1
# drac to gruv
2
3
-**TODO**
4
for a quick setup, set the following option:
5
```
6
set -g @dracula-colors "
7
# 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='#'
+white='#EBDBB2'
+gray='#32302F'
+dark_gray='#282828'
+light_purple='#B16286'
+dark_purple='#504945'
+cyan='#689D6A'
+green='#98971A'
+orange='#D65D0E'
+red='#CC241D'
+pink='#D3869B'
+yellow='#D79921'
19
"
20
21
22
-
23
alternatively use the full gruvbox color palette and customise the flags accordingly
24
25
# GruvBox Color Pallette
0 commit comments