diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-06-03 11:34:07 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-06-03 11:34:07 +0100 |
commit | ef803f14c11fd15d55fb6dfd2a146f5a11171eb1 (patch) | |
tree | a1128d95b929316bb5be295aa6444e79b9b395ae /Xresources/.Xresources/solarized.light | |
parent | 058d7d81ca772d5efd826d2ae74d3dc15a6ec18f (diff) |
Clean function for colorschemes
Diffstat (limited to 'Xresources/.Xresources/solarized.light')
-rw-r--r-- | Xresources/.Xresources/solarized.light | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Xresources/.Xresources/solarized.light b/Xresources/.Xresources/solarized.light new file mode 100644 index 0000000..d19cf66 --- /dev/null +++ b/Xresources/.Xresources/solarized.light @@ -0,0 +1,28 @@ +#include "/home/urbain/.Xresources/base" + +URxvt.borderColor: #fdf6e3 + +*background: #fdf6e3 +*foreground: #657b83 +*fadeColor: #fdf6e3 +*cursorColor: #586e75 + +*pointerColorBackground: #93a1a1 +*pointerColorForeground: #586e75 + +*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 |