diff options
| author | Dylan Araps <[email protected]> | 2018-05-06 07:39:13 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-05-06 07:39:13 +1000 |
| commit | 520f335f1e54deeb65b04c511d7fef94bd500ebc (patch) | |
| tree | bc7afb21bff104b736f48854162709d78d9fd82c | |
| parent | wallpaper: Add ubuntu support (diff) | |
| parent | Merge pull request #240 from jamesbvaughan/solarized-light (diff) | |
| download | pywal-520f335f1e54deeb65b04c511d7fef94bd500ebc.tar.xz pywal-520f335f1e54deeb65b04c511d7fef94bd500ebc.zip | |
Merge branch 'master' of github.com:dylanaraps/pywal
| -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" + } +} |