summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorJames Vaughan <james@jamesbvaughan.com>2018-05-04 22:46:32 -0700
committerJames Vaughan <james@jamesbvaughan.com>2018-05-04 22:46:32 -0700
commit0680f032a64138927fa13230f666da83ff4653e3 (patch)
treef62af435b4fdcd5c13fbe949b2ea02876df5d190 /pywal
parent2d7662dfe0a9d49d0634d68ee244bb31462332cb (diff)
added solarized light
Diffstat (limited to 'pywal')
-rw-r--r--pywal/colorschemes/light/solarized.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/pywal/colorschemes/light/solarized.json b/pywal/colorschemes/light/solarized.json
new file mode 100644
index 0000000..aa6be75
--- /dev/null
+++ b/pywal/colorschemes/light/solarized.json
@@ -0,0 +1,25 @@
+{
+ "special": {
+ "background": "#eee8d5",
+ "foreground": "#002b36",
+ "cursor": "#dc322f"
+ },
+ "colors": {
+ "color0": "#eee8d5",
+ "color1": "#dc322f",
+ "color2": "#859900",
+ "color3": "#b58900",
+ "color4": "#268bd2",
+ "color5": "#d33682",
+ "color6": "#2aa198",
+ "color7": "#073642",
+ "color8": "#6c7c80",
+ "color9": "#dc322f",
+ "color10": "#859900",
+ "color11": "#b58900",
+ "color12": "#268bd2",
+ "color13": "#d33682",
+ "color14": "#2aa198",
+ "color15": "#073642"
+ }
+}