diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-22 18:24:36 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-22 20:40:33 +0100 |
commit | a55bcab62ee5d7198ee11a8e801895404d5d14cf (patch) | |
tree | e878694b27cbae49987801e7b1f080ef6f473945 /Xresources/.Xresources/seoul256.dark.xresources | |
parent | 467198df456011ee758ab2acd11964922bc7a18a (diff) |
Add base16 colorscheme
Diffstat (limited to 'Xresources/.Xresources/seoul256.dark.xresources')
-rw-r--r-- | Xresources/.Xresources/seoul256.dark.xresources | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Xresources/.Xresources/seoul256.dark.xresources b/Xresources/.Xresources/seoul256.dark.xresources new file mode 100644 index 0000000..ad67aa5 --- /dev/null +++ b/Xresources/.Xresources/seoul256.dark.xresources @@ -0,0 +1,27 @@ +! Border color +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 |