forked from ChrisBuchholz/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXdefaults
More file actions
71 lines (65 loc) · 2.08 KB
/
Xdefaults
File metadata and controls
71 lines (65 loc) · 2.08 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
URxvt*termName: rxvt-256color
URxvt*urgentOnBell: true
URxvt*visualBell: true
URxvt*skipBuiltinGlyphs: true
URxvt*scrollBar_right: false
URxvt*scrollBar: false
URxvt*borderLess: false
URxvt*scrollstyle: rxvt
URxvt*saveLines: 12000
URxvt.buffered: true
!URxvt*cursorColor: #803232
!URxvt*cursorBlink: false
URxvt*font: xft:Droid\ Sans\ Mono:pixelsize=11:antialias=false:hinting=true
URxvt*boldFont: xft:Droid\ Sans\ Mono:pixelsize=11:antialias=true:bold:hinting=true
URxvt*italicFont: xft:Droid\ Sans\ Mono:pixelsize=11:antialias=true:italic:autohint=true:hinting=true
URxvt*bolditalicFont: xft:Droid\ Sans\ Mono:pixelsize=11:antialias=true:bold:italic:autohint=true:hinting=true
URxvt*background: #000000
URxvt*foreground: #ffffff
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: chromium
URxvt.matcher.button: 1
URxvt*matcher.pattern.1: \\b(mailto|http|https|ftp|file):[/]*[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt*matcher.pattern.2: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt*colorUL: #86a2be
URxvt*cursorColor: #803232
#URxvt*color0: #101010
#URxvt*color1: #f13a21
#URxvt*color2: #93f91d
#URxvt*color3: #ffd00a
#URxvt*color4: #004f9e
#URxvt*color5: #ec0048
#URxvt*color6: #2aa7e7
#URxvt*color7: #f2f2f2
#URxvt*color8: #1d202f
#URxvt*color9: #ff361e
#URxvt*color10: #ffc005
#URxvt*color11: #93ff00
#URxvt*color12: #0071ff
#URxvt*color13: #ef0051
#URxvt*color14: #4bb8fd
#URxvt*color15: #a020f0
! black
URxvt*color0 : #2E3436
URxvt*color8 : #555753
! red
URxvt*color1 : #CC0000
URxvt*color9 : #EF2929
! green
URxvt*color2 : #4E9A06
URxvt*color10 : #8AE234
! yellow
URxvt*color3 : #C4A000
URxvt*color11 : #FCE94F
! blue
URxvt*color4 : #3465A4
URxvt*color12 : #729FCF
! magenta
URxvt*color5 : #75507B
URxvt*color13 : #AD7FA8
! cyan
URxvt*color6 : #06989A
URxvt*color14 : #34E2E2
! white
URxvt*color7 : #D3D7CF
URxvt*color15 : #EEEEEC