! ---------------------------------------------------------------------- ! file: ~/.Xresources ! author: Christopher (moparx) - www.linuxinfusion.com ! modified: July 9, 2008 ! vim:enc=utf-8:ai:si:ts=5:sw=5:et:nu:fdm=indent:fdn=1: ! ---------------------------------------------------------------------- ! settings ------------------------------------------------------------- Xft*antialias: true Xft*dpi: 96 Xcursor*theme: Neutral ! xterm settings ------------------------------------------------------- XTerm*dynamicColors: true XTerm*geometry: 80x25 XTerm*toolBar: false XTerm*utf8: 1 ! urxvt settings ------------------------------------------------------- URxvt*background: #242424 URxvt*cursorBlink: true URxvt*cutchars: `'",;@&*=|?()<>[]{} URxvt*colorUL: #86A2BE URxvt*font: xft:DejaVu Sans Mono:pixelsize=9 URxvt*foreground: #FFFFFF URxvt*geometry: 80x25 URxvt*internalBorder: 0 URxvt*jumpScroll: true URxvt*loginShell: true URxvt*perl-ext-common: default,matcher,searchable-scrollback URxvt*pointerBlank: true URxvt*saveLines: 4000 URxvt*secondaryScroll: true URxvt*scrollBar: false URxvt*scrollTtyKeypress: true URxvt*scrollWithBuffer: true URxvt*termName: rxvt-unicode URxvt*underlineColor: #86A2BE URxvt*urlLauncher: icecat ! colors --------------------------------------------------------------- ! black URxvt*color0: #242424 URxvt*color8: #828282 ! red URxvt*color1: #BF7979 URxvt*color9: #F4A45F ! green URxvt*color2: #97B26B URxvt*color10: #C5F779 ! yellow URxvt*color3: #cdcda1 URxvt*color11: #ffffaf ! blue URxvt*color4: #86a2be URxvt*color12: #98afd9 ! magenta URxvt*color5: #d9b798 URxvt*color13: #d7d998 ! cyan URxvt*color6: #a1b5cd URxvt*color14: #a1b5cd ! white URxvt*color7: #ffffff URxvt*color15: #dedede