-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXdefaults
More file actions
80 lines (67 loc) · 1.66 KB
/
Copy pathXdefaults
File metadata and controls
80 lines (67 loc) · 1.66 KB
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
! .Xdefaults - X server resource file
!
! Randy Morris (rson451@gmail.com)
!
! CREATED: 2008-06-01 08:00
! MODIFIED: 2011-04-19 16:03
!urxvt settings {{{
!URxvt*font: xft:Monaco:size=11:antialias=true
URxvt*font: xft:Glass TTY VT220:size=15:antialias=true
URxvt*background: #1c1c1c
URxvt*foreground: #cccccc
URxvt*scrollBar: false
URxvt*perl-lib: /home/randy/.urxvt/
URxvt*perl-ext-common: default,matcher
URxvt*perl-ext: selection,mark-yank-urls
URxvt*urlLauncher: /usr/bin/firefox
URxvt*cutchars: ``'",;@&*=|?()<>[]{}
URxvt*matcher.button: 1
URxvt*transparent: false
URxvt*tintColor: #403628
URxvt.shading: 75
URxvt*termName: rxvt-256color
URxvt*urgentOnBell: true
quiet*urgentOnBell: false
URxvt*underlineURLs: true
URxvt*keysym.M-u: perl:mark-yank-urls:activate_mark_mode
!}}}
!xterm settings {{{
xterm*font: -*-bitstream vera sans mono-medium-r-*-*-12-*-*-*-*-*-*-*
xterm*termName: xterm
xterm*background: #000000
xterm*foreground: #cccccc
xterm*scrollBar: false
!}}}
!xft settings {{{
xft*dpi: 96
xft*antialias: true
xft*rgba: rgb
xft*hinting: true
!}}}
!colors {{{
!black
*color0: #222222
*color8: #454545
!red
*color1: #8E5C4E
*color9: #CC896D
!green
*color2: #6C7E55
*color10: #C4DF90
!yellow
*color3: #B89F63
*color11: #FFE080
!blue
*color4: #4682b4
*color12: #6495ed
!magenta
*color5: #956D9D
*color13: #C18FCB
!cyan
*color6: #4c8ea1
*color14: #6bc1d0
!white
*color7: #cccccc
*color15: #ffffff
!}}}
! vim:foldmethod=marker:foldmarker={{{,}}}:foldlevel=0