diff options
author | Amin Bandali <me@aminb.org> | 2015-04-25 19:45:51 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-04-25 19:45:51 -0400 |
commit | 7b8980040276a0c9d7e0e9264d2b002ad663d2a5 (patch) | |
tree | fd70e4136bcb1f609c81d6b878b4b601b665b7b8 /x/.zenburn.xresources | |
parent | 73b4f2fc5a7f0a20a5bcc28b52412eda38fdf2ee (diff) | |
download | configs-7b8980040276a0c9d7e0e9264d2b002ad663d2a5.tar.gz configs-7b8980040276a0c9d7e0e9264d2b002ad663d2a5.tar.xz configs-7b8980040276a0c9d7e0e9264d2b002ad663d2a5.zip |
X - add gotham and zenburn themes and use zenburn
Diffstat (limited to '')
-rw-r--r-- | x/.zenburn.xresources | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x/.zenburn.xresources b/x/.zenburn.xresources new file mode 100644 index 0000000..f07a46d --- /dev/null +++ b/x/.zenburn.xresources @@ -0,0 +1,23 @@ +URxvt.foreground: #dcdccc +URxvt*background: #3f3f3f + +URxvt*colorUL: #c5f779 +URxvt*underlineColor: #c5f779 + +URxvt*color0: #3f3f3f +URxvt*color1: #705050 +URxvt*color2: #60b48a +URxvt*color3: #dfaf8f +URxvt*color4: #506070 +URxvt*color5: #dc8cc3 +URxvt*color6: #8cd0d3 +URxvt*color7: #DCDCCC + +URxvt*color8: #709080 +URxvt*color9: #cc9393 +URxvt*color10: #7f9f7f +URxvt*color11: #f0dfaf +URxvt*color12: #94bff3 +URxvt*color13: #ec93d3 +URxvt*color14: #93e0e3 +URxvt*color15: #ffffff |