summaryrefslogtreecommitdiffstats
path: root/Xdefaults
blob: d0eab99039c23796d3129de6180137c19be6574a (plain) (blame)
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
! rxvt-unicode {{{
URxvt*visualBell:true
URxvt*background:black
URxvt*foreground:lightgrey
URxvt*saveLines:4096
URxvt*cursorColor:green
URxvt*pointerColor:yellow
URxvt*borderWidth:1
URxvt*scrollTtyOutput:false
URxvt*scrollTtyKeypress:true
URxvt*scrollBar:false
URxvt*font:xft:Misc Fixed:pixelsize=14
URxvt*boldFont:xft:Misc Fixed:pixelsize=14
URxvt*urgentOnBell: true
URxvt*perl-ext-common:default,matcher
URxvt*matcher.button:3
URxvt*keysym.C-Return: perl:matcher:last
URxvt*keysym.M-Return: perl:matcher:list
URxvt*url-launcher:firefox
URxvt*iso14755:false
URxvt*iso14755_52:false
! }}}
! xterm {{{
xterm*visualBell:true
xterm*background:black
xterm*foreground:lightgrey
xterm*saveLines:4096
xterm*cursorColor:green
xterm*colorMode:true
xterm*pointerColor:yellow
xterm*borderWidth:1
xterm*scrollTtyOutput:false
xterm*scrollBar:false
xterm*font:7x14
xterm*boldFont:7x14
xterm*bellIsUrgent: true
! }}}
! colors {{{
*.color0:#000000
*.color1:#9f0000
*.color2:#4e9a06
*.color3:#c4a000
*.color4:#3465a4
*.color5:#903e9d
*.color6:#06989a
*.color7:#cdcdcd
*.color8:#666666
*.color9:#ef2929
*.color10:#64f434
*.color11:#fce94f
*.color12:#79b8fb
*.color13:#da8ed1
*.color14:#5ae9e9
*.color15:#ffffff
! }}}

! vim:ft=xdefaults:fdm=marker