blob: 8868f7fbea49216fe9cf9f688ae7715fafc2546a (
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
88
|
URxvt.urgentOnBell: off
URxvt.visualBell: false
URxvt.iso14755: false
URxvt.iso14755_52: off
URxvt.meta8: false
URxvt.depth: 32
URxvt.metaSendsEscape: true
URxvt.scrollBar: off
URxvt.cursorBlink: true
URxvt.cursorUnderline: true
URxvt.saveLines: 10000
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
URxvt.font: xft:Hermit:style=Medium:size=9:antialias=true,xft:DejaVu Sans Mono:size=9:style=Medium:antialias=true
URxvt.boldFont: xft:Hermit:size=9:style=Bold:antialias=true
URxvt.italicFont: xft:Hermit:size=9:style=Italic:antialias=true
URxvt.letterSpace: 1
urxvt*termName: rxvt
urxvt*scrollBar: false
urxvt*matcher.button: 1
urxvt.transparent: false
!urxvt.boldFont:
Xft*dpi: 96
Xft*antialias: true
Xft*hinting: true
Xft*hintstyle: hintfull
URxvt*cursorUnderline: true
Xft*rgba: rgb
URxvt*geometry: 85x20
*internalBorder: 15
URxvt*fading: 0
URxvt*tintColor: #ffffff
URxvt*shading: 0
URxvt*inheritPixmap: False
! special
*.foreground: #c6c8d1
*.background: #161821
*.cursorColor: #c6c8d1
! black
*.color0: #161821
*.color8: #6b7089
! red
*.color1: #e27878
*.color9: #e98989
! green
*.color2: #b4be82
*.color10: #c0ca8e
! yellow
*.color3: #e2a478
*.color11: #e9b189
! blue
*.color4: #84a0c6
*.color12: #91acd1
! magenta
*.color5: #a093c7
*.color13: #ada0d3
! cyan
*.color6: #89b8c2
*.color14: #95c4ce
! white
*.color7: #c6c8d1
*.color15: #d2d4de
! Perls
URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font
URxvt.resize-font.step: 1
URxvt.keysym.M-Escape : perl:keyboard-select:activate
URxvt.keysym.M-u : perl:url-select:select_next
URxvt.keysym.M-s : perl:keyboard-select:search
!URxvt.perl-ext-common : tabbed,default,matcher
!Urxvt.perl-lib : /usr/lib/urxvt/perl/
URxvt.url-select.launcher : firefox
URxvt.url-select.autocopy : true
URxvt.url-select.underline : true
URxvt.url-select.button: 1
|