From 1b83ae31ab688aa24da01ff04dc7d079ead1b254 Mon Sep 17 00:00:00 2001 From: kremlin Date: Sun, 18 May 2014 05:47:58 -0500 Subject: [PATCH] add Xresources --- .Xresources | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index 9894255..d3ab424 100644 --- a/.Xresources +++ b/.Xresources @@ -1 +1,60 @@ -XTerm*loginShell:true +!! old solarized + +#define S_base03 #000000 +#define S_base02 #073642 +#define S_base01 #586e75 +#define S_base00 #657b83 +#define S_base0 #839496 +#define S_base1 #93a1a1 +#define S_base2 #eee8d5 +#define S_base3 #fdf6e3 +#define S_yellow #b58900 +#define S_orange #cb4b16 +#define S_red #dc322f +#define S_magenta #d33682 +#define S_violet #6c71c4 +#define S_blue #268bd2 +#define S_cyan #2aa198 +#define S_green #859900 + +*fading: 25 + +URxvt*.scrollBar: false +URxvt*.font: -*-terminus-*-*-normal--12-120-72-72-c-60-*-* +URxvt*.boldFont: -*-terminus-*-*-normal--12-120-72-72-c-60-*-* +URxvt*.perl-ext-common: default,matcher +!,vtwheel,fullscreen +URxvt*.url-launcher: /usr/bin/google-chrome +URxvt*.matcher.button: 1 +URxvt*.depth: 32 +URxvt*cursorBlink: 1 + +!Gslob nature-suede (found at xcolors.net) +URxvt*background: #170F0D +URxvt*foreground: #746C48 + +URxvt*color0: #392925 +URxvt*color8: #544B2E + +URxvt*color1: #98724C +URxvt*color9: #AF652F + +URxvt*color2: #908F32 +URxvt*color10: #C3C13D + +URxvt*color3: #AA964C +URxvt*color11: #C8B55B + +URxvt*color4: #7B854E +URxvt*color12: #70A16C + +URxvt*color5: #6B5644 +URxvt*color13: #98724C + +URxvt*color6: #5C5142 +URxvt*color14: #778725 + +URxvt*color7: #C8B55B +URxvt*color15: #E4DC8C + +URxvt*locale: utf8 -- 2.41.0