From 7b8980040276a0c9d7e0e9264d2b002ad663d2a5 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 25 Apr 2015 19:45:51 -0400 Subject: [PATCH] X - add gotham and zenburn themes and use zenburn --- x/.gotham.xresources | 27 +++++++++++++++++++++++++++ x/.xprofile | 4 +++- x/.zenburn.xresources | 23 +++++++++++++++++++++++ 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 x/.gotham.xresources create mode 100644 x/.zenburn.xresources diff --git a/x/.gotham.xresources b/x/.gotham.xresources new file mode 100644 index 0000000..3bb54b4 --- /dev/null +++ b/x/.gotham.xresources @@ -0,0 +1,27 @@ +*.foreground: #98d1ce +*.background: #0a0f14 +*.cursorColor: #98d1ce + +*.color0: #0a0f14 +*.color8: #10151b + +*.color1: #c33027 +*.color9: #d26939 + +*.color2: #26a98b +*.color10: #081f2d + +*.color3: #edb54b +*.color11: #245361 + +*.color4: #195465 +*.color12: #093748 + +*.color5: #4e5165 +*.color13: #888ba5 + +*.color6: #33859d +*.color14: #599caa + +*.color7: #98d1ce +*.color15: #d3ebe9 diff --git a/x/.xprofile b/x/.xprofile index 3a250d1..55827bc 100755 --- a/x/.xprofile +++ b/x/.xprofile @@ -15,7 +15,9 @@ fi export _JAVA_AWT_WM_NONREPARENTING=1 xrdb -merge ~/.Xresources -xrdb -merge ~/.base16-tomorrow.dark.256.xresources +# xrdb -merge ~/.base16-tomorrow.dark.256.xresources +# xrdb -merge ~/.gotham.xresources +xrdb -merge ~/.zenburn.xresources # set the cursor icon # xsetroot -cursor_name left_ptr & 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 -- 2.20.1