From 0eb06ba89af67ade0e4f29e8ee3ce9d632aff53c Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Sun, 6 Jan 2013 16:32:50 +0100 Subject: Cleanup --- xresources | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 xresources (limited to 'xresources') diff --git a/xresources b/xresources new file mode 100644 index 0000000..5384423 --- /dev/null +++ b/xresources @@ -0,0 +1,41 @@ +URxvt.termName: rxvt +URxvt.keysym.Shift-Up: command:\033]720;1\007 +URxvt.keysym.Shift-Down: command:\033]721;1\007 +#URxvt.perl-ext-common: digital-clock + +*font: xft:Terminus:size=8:antialias=false +*geometry: 80x24 + +*buffered: true +*internalBorder: 0 +*reverseVideo: false +*scrollBar: false +*scrollstyle: plain +*secondaryscroll: true +*saveLines: 1000 +*termName: rxvt +*eightBitInput: true +*metaSendsEscape: true +*cutchars: `"()'*<>[]{|} +*urgentOnBell: true +*visualBell: false +*cursorUnderline: true + +*background: #000000 +*foreground: #ffffff +*color0: #1B1D1E +*color8: #505354 +*color1: #F92672 +*color9: #FF5995 +*color2: #82B414 +*color10: #B6E354 +*color3: #FD971F +*color11: #FEED6C +*color4: #2255FF +*color12: #66AAFF +*color5: #8C54FE +*color13: #9E6FFE +*color6: #465457 +*color14: #899CA1 +*color7: #CCCCC6 +*color15: #F8F8F2 -- cgit v1.2.3