summaryrefslogtreecommitdiff
path: root/.Xdefaults
blob: cd5c0e390b42792fc77bf7b316780840858529bf (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
! ---- fonts

! shatter in #suckless

Xft.antialias:          true
Xft.autohint:           true
Xft.dpi:                96
Xft.hinting:            true
Xft.hintstyle:          hintslight
Xft.lcdfilter:          lcddefault
Xft.rgba:               rgb

! ---- urxvt

! http://git.sysphere.org/dotfiles/tree/Xdefaults
! Zenburn color-scheme
!urxvt*background:  #3f3f3f
! this is the same as the vim zenburn theme
urxvt*background:  #3a3a3a
urxvt*foreground:  #dcdccc
! black + red
!urxvt*color0:     #3f3f3f
urxvt*color0:      #1E2320
urxvt*color1:      #705050
! green + yellow
urxvt*color2:      #60b48a
urxvt*color3:      #dfaf8f
! blue + purple
urxvt*color4:      #506070
urxvt*color5:      #dc8cc3
! cyan + white
urxvt*color6:      #8cd0d3
urxvt*color7:      #dcdccc
! bright-black + bright-red
urxvt*color8:      #709080
urxvt*color9:      #dca3a3
! bright-green + bright-yellow
urxvt*color10:     #c3bf9f
urxvt*color11:     #f0dfaf
! bright-blue + bright-purple
urxvt*color12:     #94bff3
urxvt*color13:     #ec93d3
! bright-cyan + bright-white
urxvt*color14:     #93e0e3
urxvt*color15:     #ffffff

URxvt.urlLauncher      : iceweasel
URxvt.matcher.button  : 1

! Terminus for English and Baekmuk Gulim for Korean
URxvt.font: xft:Terminus:pixelsize=14,\
            xft:Baekmuk Gulim

URxvt*metaSendsEscape: true
URxvt*scrollBar: false
URxvt*transparent: false
URxvt*shading: 30
URxvt*cursorBlink: false
URxvt*cursorColor: #dcdccc

! disable everything except the URL matcher
URxvt.perl-ext-common: matcher

! disable unicode entry methods which clash with my keybindings
URxvt*iso14755_52: false
URxvt*iso14755: false
URxvt.termName: xterm-256color

! ---- xterm

XTerm*faceName: Monospace
XTerm*faceSize: 10
XTerm*background: black
XTerm*foreground: white
XTerm*metaSendsEscape: true

! ---- xpdf

! http://wiki.archlinux.org/index.php/Xdefaults_(English)#xpdf_preferences

xpdf*enableFreetype:    yes
xpdf*antialias:         yes
xpdf*foreground:        #dcdccc
xpdf*background:        #3a3a3a
xpdf*urlCommand:        /home/swhitton/bin/ilinks %s
xpdf*matteColor:        #3a3a3a