diff options
author | Stefan Ritter <xeno@thehappy.de> | 2013-01-06 16:32:50 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2013-01-06 16:32:50 +0100 |
commit | 0eb06ba89af67ade0e4f29e8ee3ce9d632aff53c (patch) | |
tree | 9b0302aa7dc7922d87acd23136508ce0ba00f9da /xresources | |
parent | bd2bb5d2835d8637e28b4d9839c9a0427a4647db (diff) |
Diffstat (limited to 'xresources')
-rw-r--r-- | xresources | 41 |
1 files changed, 41 insertions, 0 deletions
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 |