!!--------------------------------- !! File : $HOME/.Xresources !! Description : X resources file !! Author : Thiam H Lee !! Last Updated : 08 Dec 2011 !!--------------------------------- !!---------------- !! GLOBAL SETTINGS !!---------------- !!-------------------------------------------------------- !! XFT SETTINGS (for using truetype fonts in the terminal) !!-------------------------------------------------------- ! Xft*dpi: 100 ! Xft*antialias: true ! Xft*hinting: true ! Xft*hintstyle: hintfull ! Xft*rgba: rgb !!--------------- !! XTERM SETTINGS !!--------------- !!-- The 'xterm-256color' terminal definition is in the ncurses-term package on !!-- Debian-based distributions !!-- This lets programs know that this xterm supports 256 colors, which is !!-- compiled into xterms of most distributions !!-- If compiling xterm oneself, specify the '--enable-256-color' flag when !!-- running configure *xterm*termName: xterm-256color *xterm*pointerMode: 2 *xterm*scrollBar: true *xterm*saveLines: 8192 *xterm*rightScrollBar: true *xterm*bellIsUrgent: false !!-- Fix alt key input *xterm*altIsNotMeta: true *xterm*altSendsEscape: true !!-- Allow control sequences to set and query the Scroll Lock key, and set the !!-- Scroll Lock key to respond to the user keypress *xterm*allowScrollLock: true !!-- Locale and UTF-8 *xterm*locale: true *xterm*utf8Title: true !!-- Prevent idle wakeups due to XTerm checking for session management events !!-- This reduces power draw *xterm*sessionMgt: false !!-- Fonts !!-- Choose one of the following sets, depending on CJK (East Asian Language) !!-- font requirements !!-- Set 1 : Smaller fonts (worse CJK character support, more space efficient) !!-- The terminus fonts used here are in the xfonts-terminus package on !!-- Debian-based distributions. Run 'xfontsel' to see available xfonts *xterm*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-* *xterm*boldFont: -*-terminus-bold-*-*-*-14-*-*-*-*-*-*-* *xterm*italicFont: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-* *xterm*boldItalicFont: -*-terminus-bold-*-*-*-14-*-*-*-*-*-*-* *xterm*wideFont: -misc-fixed-medium-r-normal-ja-13-125-75-75-c-120-iso10646-1 *xterm*wideBoldFont: -misc-fixed-bold-r-normal-ja-13-125-75-75-c-120-iso10646-1 !!-- Set 2 : Larger fonts (better CJK character support, less space efficient) ! *xterm*font: -Misc-Fixed-Medium-R-Normal--18-120-100-100-C-90-ISO10646-1 ! *xterm*wideFont: -Misc-Fixed-Medium-R-Normal-ja-18-120-100-100-C-180-ISO10646-1 !!-- Colors !!-- Tango Color Scheme !!-- See http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines !!-- Foreground and background are set to different colors *xterm*background: #000000 *xterm*foreground: #babdb6 *xterm*cursorColor: #729fcf *xterm*pointerColorBackground: #2e3436 *xterm*pointerColorForeground: #eeeeec *xterm*color0: #2e3436 *xterm*color1: #cc0000 *xterm*color2: #4e9a06 *xterm*color3: #c4a000 *xterm*color4: #3465a4 *xterm*color5: #75507b *xterm*color6: #06989a *xterm*color7: #d3d7cf *xterm*color8: #555753 *xterm*color9: #ef2929 *xterm*color10: #8ae234 *xterm*color11: #fce94f *xterm*color12: #729fcf *xterm*color13: #ad7fa8 *xterm*color14: #34e2e2 *xterm*color15: #eeeeec !!---------------------- !! RXVT-UNICODE SETTINGS !!---------------------- urxvt*termName: rxvt-unicode urxvt*saveLines: 8192 urxvt*scrollBar: true urxvt*scrollBar_right: true urxvt*urgentOnBell: true !!-- Fonts !!-- The terminus fonts used here are in the xfonts-terminus package on !!-- Debian-based distributions. Run 'xfontsel' to see available xfonts urxvt*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*,-misc-fixed-medium-r-semicondensed-*-13-*-*-*-*-*-*-* urxvt*boldFont: -*-terminus-bold-*-*-*-14-*-*-*-*-*-*-*,-misc-fixed-bold-r-semicondensed-*-13-*-*-*-*-*-*-* urxvt*italicFont: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*,-misc-fixed-medium-o-semicondensed-*-13-*-*-*-*-*-*-* urxvt*boldItalicFont: -*-terminus-bold-*-*-*-14-*-*-*-*-*-*-*,-misc-fixed-bold-o-semicondensed-*-13-*-*-*-*-*-*-* !!-- Colors !!-- Tango Color Scheme !!-- See http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines !!-- Foreground and background are set to different colors urxvt*background: #000000 urxvt*foreground: #babdb6 urxvt*cursorColor: #729fcf urxvt*pointerColorBackground: #2e3436 urxvt*pointerColorForeground: #eeeeec urxvt*color0: #2e3436 urxvt*color1: #cc0000 urxvt*color2: #4e9a06 urxvt*color3: #c4a000 urxvt*color4: #3465a4 urxvt*color5: #75507b urxvt*color6: #06989a urxvt*color7: #d3d7cf urxvt*color8: #555753 urxvt*color9: #ef2929 urxvt*color10: #8ae234 urxvt*color11: #fce94f urxvt*color12: #729fcf urxvt*color13: #ad7fa8 urxvt*color14: #34e2e2 urxvt*color15: #eeeeec !!-- See 'man urxvtperl' for info about the urxvt internal perl interpreter urxvt*perl-ext: default,matcher ! urxvt*matcher.button: 1 ! urxvt*urlLauncher: sensible-browser