aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-04-03 10:59:24 +1000
committerDylan Araps <[email protected]>2018-04-03 10:59:24 +1000
commit59b4c5408608eee60e7273d3a5ed2ba15d489b1d (patch)
treed335a7d181366a02617982159322213304f74bf6
parentsequences: Set cursor color to foreground. (diff)
downloadpywal-59b4c5408608eee60e7273d3a5ed2ba15d489b1d.tar.xz
pywal-59b4c5408608eee60e7273d3a5ed2ba15d489b1d.zip
themes: [gruvbox] Fix cursor color
-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 0033f7b..658c4cd 100644
--- a/pywal/colorschemes/gruvbox.json
+++ b/pywal/colorschemes/gruvbox.json
@@ -2,7 +2,7 @@
"special": {
"background": "#282828",
"foreground": "#a89984",
- "cursor": "#a89984"
+ "cursor": "#ebdbb2"
},
"colors": {
"color0": "#282828",