Created
November 11, 2008 17:21
-
-
Save bastos/23904 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Global | |
Xft.antialias: true | |
Xft.rgba : rgb | |
Xft.hintstyle : hintfull | |
Xft.hinting : true | |
! URxvt | |
URxvt*xftAntialias: true | |
URxvt*background: #242424 | |
URxvt*foreground: #fafffa | |
! Monaco Font: http://www.gringod.com/wp-upload/software/Fonts/Monaco_Linux.ttf | |
URxvt*font: xft:Monaco:pixelsize=16:antialias=true | |
URxvt*boldFont : xft:Monaco: pixelsize=16:weight=bold | |
Xterm*font: xft:Monaco:pixelsize=16:antialias=true | |
Xterm*boldFont : xft:Monaco: pixelsize=16:weight=bold | |
XTerm*Tek*background: MintCream | |
XTerm*jumpScroll: on | |
XTerm*pointerShape: arrow | |
XTerm*scrollKey: on | |
XTerm*foreground: gray | |
XTerm*pointerColor: white | |
XTerm*pointerColorBackground: White | |
XTerm*background: black | |
XTerm*scrollBar: on | |
XTerm*borderColor: black | |
XTerm*highlight: black | |
XTerm*saveLines: 500 | |
XTerm*loginShell: on | |
XTerm*cursorColor: black | |
XTerm*vt100*geometry: 80x36 | |
XTerm*cursorColorBackground: blue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment