diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-21 14:21:38 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-21 14:21:38 +0100 |
commit | 750e9a5d58c2719a87f931eb5bcc505d382cb6c7 (patch) | |
tree | 9382cbac731493d0beeca31dd1364fc08adc4821 /Xresources/.Xresources/solarized-dark | |
parent | cc6813cff722f2c6d65bd6aafc2da909f3b867ca (diff) |
Add tomorrow theme and improve script
Diffstat (limited to 'Xresources/.Xresources/solarized-dark')
-rw-r--r-- | Xresources/.Xresources/solarized-dark | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Xresources/.Xresources/solarized-dark b/Xresources/.Xresources/solarized-dark new file mode 100644 index 0000000..1c51f21 --- /dev/null +++ b/Xresources/.Xresources/solarized-dark @@ -0,0 +1,28 @@ +# include ".Xresources/base" + +URxvt.borderColor: #002b36 + +*background: #002b36 +*foreground: #839496 +*fadeColor: #002b36 +*cursorColor: #93a1a1 + +*pointerColorBackground: #586e75 +*pointerColorForeground: #93a1a1 + +*color0: #073642 +*color8: #002b36 +*color1: #dc322f +*color9: #cb4b16 +*color2: #859900 +*color10: #586e75 +*color3: #b58900 +*color11: #657b83 +*color4: #268bd2 +*color12: #839496 +*color5: #d33682 +*color13: #6c71c4 +*color6: #2aa198 +*color14: #93a1a1 +*color7: #eee8d5 +*color15: #fdf6e3 |