-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources.dot
71 lines (52 loc) · 1.12 KB
/
Xresources.dot
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
! Scrollbar
URxvt*scrollBar: false
! Font Choice
URxvt*font: xft:Source Code Pro:size=16
! Font Size
!URxvt.font: 15
! Font Spacing
!URxvt*letterSpacce: -1
! Transparency
URxvt*depth: 32
URxvt*transparent: true
URxvt*shading: 30
! "Clean" Color Scheme
! Background & Text
URxvt*background: #3a3a3a
URxvt*foreground: #d0d0d0
! Black
URxvt*color0: #4e4e4e
URxvt*color8: #626262
! Red
URxvt*color1: #d68787
URxvt*color9: #d75f87
! Green
URxvt*color2: #5f865f
URxvt*color10: #87af87
! Yellow
URxvt*color3: #d8af5f
URxvt*color11: #ffd787
! Blue
URxvt*color4: #85add4
URxvt*color12: #add4fb
! Magenta
URxvt*color5: #d7afaf
URxvt*color13: #ffafaf
! Cyan
URxvt*color6: #87afaf
URxvt*color14: #87d7d7
! White
URxvt*color7: #d0d0d0
URxvt*color15: #e4e4e4
! Cursor
URxvt*cursorColor: #d0d0d0
URxvt*cursorColor2: #3a3a3a
URxvt*colorBD: #e4e4e4
! Font Size Bindings
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.perl-ext-common: ...,font-size,...
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal