summaryrefslogtreecommitdiff
path: root/pywal/colorschemes
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-04-03 10:57:23 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-04-03 10:57:23 +1000
commit17ed8de4ddcacd293f13270a4855bab8ef6e8f38 (patch)
treea2b11487cd55be3a075b0c28de08ca9ebef8d4a1 /pywal/colorschemes
parent5de1243623936eb039555177051122f1e3bd4d39 (diff)
sequences: Set cursor color to foreground.
Diffstat (limited to 'pywal/colorschemes')
-rw-r--r--pywal/colorschemes/gruvbox.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/colorschemes/gruvbox.json b/pywal/colorschemes/gruvbox.json
index 6f864d6..0033f7b 100644
--- a/pywal/colorschemes/gruvbox.json
+++ b/pywal/colorschemes/gruvbox.json
@@ -2,7 +2,7 @@
"special": {
"background": "#282828",
"foreground": "#a89984",
- "cursor": "#cc241d"
+ "cursor": "#a89984"
},
"colors": {
"color0": "#282828",