diff options
| author | Dylan Araps <dylanaraps@users.noreply.github.com> | 2018-05-05 06:24:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-05 06:24:29 +0000 |
| commit | f5201528c3b516dc44baf3ff4a5be7e32544a18d (patch) | |
| tree | f62af435b4fdcd5c13fbe949b2ea02876df5d190 | |
| parent | 2d7662dfe0a9d49d0634d68ee244bb31462332cb (diff) | |
| parent | 0680f032a64138927fa13230f666da83ff4653e3 (diff) | |
Merge pull request #240 from jamesbvaughan/solarized-light
Added solarized light theme
| -rw-r--r-- | pywal/colorschemes/light/solarized.json | 25 |
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" + } +} |
