bastos (owner)

Revisions

gist: 23904 Download_button fork
public
Public Clone URL: git://gist.github.com/23904.git
Embed All Files: show embed
Xdefaults #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
! 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