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/seoul256.dark | |
parent | 058d7d81ca772d5efd826d2ae74d3dc15a6ec18f (diff) |
Clean function for colorschemes
Diffstat (limited to 'Xresources/.Xresources/seoul256.dark')
-rw-r--r-- | Xresources/.Xresources/seoul256.dark | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Xresources/.Xresources/seoul256.dark b/Xresources/.Xresources/seoul256.dark new file mode 100644 index 0000000..f775e12 --- /dev/null +++ b/Xresources/.Xresources/seoul256.dark @@ -0,0 +1,28 @@ +#include "/home/urbain/.Xresources/base" + +URxvt.borderColor: #3a3a3a + +! Background / Foreground +URxvt*background: #3a3a3a +URxvt*foreground: #d0d0d0 + +! Other colors +URxvt*color0: #4e4e4e +URxvt*color1: #d68787 +URxvt*color2: #5f865f +URxvt*color3: #d8af5f +URxvt*color4: #85add4 +URxvt*color5: #d7afaf +URxvt*color6: #87afaf +URxvt*color7: #d0d0d0 +URxvt*color8: #626262 +URxvt*color9: #d75f87 +URxvt*color10: #87af87 +URxvt*color11: #ffd787 +URxvt*color12: #add4fb +URxvt*color13: #ffafaf +URxvt*color14: #87d7d7 +URxvt*color15: #e4e4e4 +URxvt*cursorColor: #d0d0d0 +URxvt*cursorColor2: #3a3a3a +URxvt*colorBD: #e4e4e4 |