summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-03-15 16:39:59 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-03-15 16:39:59 +1100
commit947922960773ce66ef86a7ede6adf5e796155c30 (patch)
treefcc8c11df6dc52b9568ff935890ad5cc3848ff31
parenta95d901deab1abd19fb4bacd9b4704eae48c0ffb (diff)
themes: Added zenburn.
-rw-r--r--pywal/colorschemes/gruvbox.json2
-rw-r--r--pywal/colorschemes/zenburn.json25
2 files changed, 26 insertions, 1 deletions
diff --git a/pywal/colorschemes/gruvbox.json b/pywal/colorschemes/gruvbox.json
index 5f7f8f7..6f864d6 100644
--- a/pywal/colorschemes/gruvbox.json
+++ b/pywal/colorschemes/gruvbox.json
@@ -2,7 +2,7 @@
"special": {
"background": "#282828",
"foreground": "#a89984",
- "cursor": "#dc322f"
+ "cursor": "#cc241d"
},
"colors": {
"color0": "#282828",
diff --git a/pywal/colorschemes/zenburn.json b/pywal/colorschemes/zenburn.json
new file mode 100644
index 0000000..b0b9c53
--- /dev/null
+++ b/pywal/colorschemes/zenburn.json
@@ -0,0 +1,25 @@
+{
+ "special": {
+ "background": "#3f3f3f",
+ "foreground": "#dcdccc",
+ "cursor": "#cc9393"
+ },
+ "colors": {
+ "color0": "#3f3f3f",
+ "color1": "#cc9393",
+ "color2": "#7f9f7f",
+ "color3": "#d0bf8f",
+ "color4": "#6ca0a3",
+ "color5": "#dc8cc3",
+ "color6": "#93e0e3",
+ "color7": "#dcdccc",
+ "color8": "#828282",
+ "color9": "#cc9393",
+ "color10": "#7f9f7f",
+ "color11": "#d0bf8f",
+ "color12": "#6ca0a3",
+ "color13": "#dc8cc3",
+ "color14": "#93e0e3",
+ "color15": "#dcdccc"
+ }
+}