-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathXdefaults
63 lines (59 loc) · 1.78 KB
/
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
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
! to apply changes:
!
! xrdb -merge ~/.Xresources
! xrdb ~/.Xresources
! or
! ~/config/reinstall.sh
!adapted from http://dotfiles.org/~Nobbs/.Xdefaults
urxvt*borderLess: false
urxvt*externalBorder: 0
urxvt*internalBorder: 2
!urxvt*scrollBar: false
urxvt*scrollBar: true
urxvt*depth: 32
urxvt*background: rgb:00/00/00
urxvt*foreground: #c8c8c8
urxvt*cursorColor: #dedede
urxvt*cursorColor2: #050505
urxvt*cursorBlink: false
urxvt*inheritPixmap: false
!urxvt*termName: rxvt
urxvt*saveLines: 9999
urxvt*scrollTtyOutput: false
urxvt*scrollTtyKeypress: true
urxvt*mouseWheelScrollPage: false
urxvt*perl-lib: /usr/lib/urxvt/perl/
!urxvt*perl-ext-common: default,matcher,tabbed
urxvt*perl-ext-common: default,matcher,tabbedex
urxvt*tabbed.new-button: false
!urxvt*matcher.button: 1
!urxvt*matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
!urxvt*urlLauncher: firefox
urxvt*underlineColor: #3465a4
urxvt*loginShell: true
! bold (used in manpages)
urxvt*colorBD: white
!black
*color0: rgb:00/00/00
*color8: rgb:75/77/73
!red
*color1: rgb:cc/00/00
*color9: rgb:ef/29/29
!green
*color2: rgb:4e/9a/06
*color10: rgb:8a/e2/34
!brown/yellow
*color3: rgb:c4/a0/00
*color11: rgb:fc/e9/4f
!blue
*color4: rgb:34/65/a4
*color12: rgb:72/9f/cf
!magenta
*color5: rgb:75/50/7b
*color13: rgb:ad/7f/a8
!cyan
*color6: rgb:06/98/9a
*color14: rgb:34/e2/e2
!white
*color7: rgb:d3/d7/cf
*color15: rgb:ee/ee/ec