diff options
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 |