-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
101 lines (84 loc) · 2.18 KB
/
Xresources
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
89
90
91
92
93
94
95
96
97
98
99
100
101
! Molokai theme
!*xterm*background: #101010
*xterm*background: #080808
*xterm*foreground: #d0d0d0
*xterm*cursorColor: #d0d0d0
!*xterm*cursorColor: #dd0000
*xterm*color0: #101010
!this is what git used for not staged/untracked files!*xterm*color1: #960050
*xterm*color1: #ff0066
*xterm*color2: #66aa11
*xterm*color3: #c47f2c
*xterm*color4: #30309b
*xterm*color5: #7e40a5
*xterm*color6: #3579a8
*xterm*color7: #9999aa
*xterm*color8: #303030
*xterm*color9: #ff0090
*xterm*color10: #80ff00
*xterm*color11: #ffba68
*xterm*color12: #5f5fee
*xterm*color13: #bb88dd
*xterm*color14: #4eb4fa
*xterm*color15: #d0d0d0
xterm*saveLines: 20000
!xterm*faceName: Liberation Mono:size=10:antialias=false
!xterm*faceName: Liberation Mono:size=9:antialias=false
!5x7
!tiny=5x8
!6x10
!default=7x10 (7x7, 7x9, 6x6)
!~ This is equivalent to "small" font size:
xterm*font: -*-fixed-medium-r-*-*-14-*-*-*-*-*-iso8859-*
! If true, uses anti-aliasing
*xterm*renderFont: false
*xterm*faceName: VeraMono
*xterm*faceSize: 12
!These face sizes will only be used with TrueType fonts
xterm*faceSize1: 8
xterm*faceSize2: 10
xterm*faceSize3: 12
xterm*faceSize4: 16
xterm*faceSize5: 18
xterm*faceSize6: 20
!xterm*faceSize1: 16
!xterm*faceSize2: 18
!xterm*faceSize3: 20
!xterm*faceSize4: 22
!xterm*faceSize5: 24
!xterm*faceSize6: 26
xterm*borderWidth: 0
! Without the vt100, the size of ctrl+left/middle/right mouse click menu will be set to 80x35 px
xterm*vt100*geometry: 130x55
*xterm*metaSendsEscape: true
! Avoid bold fonts
!xterm*font: fixed
!xterm*boldFont: fixed
xterm*allowBoldFonts: false
!END of mine
URxvt*background: #080808
URxvt*foreground: #d0d0d0
URxvt*color0: #101010
URxvt*color1: #ff0066
URxvt*color2: #66aa11
URxvt*color3: #c47f2c
URxvt*color4: #30309b
URxvt*color5: #7e40a5
URxvt*color6: #3579a8
URxvt*color7: #9999aa
URxvt*color8: #303030
URxvt*color9: #ff0090
URxvt*color10: #80ff00
URxvt*color11: #ffba68
URxvt*color12: #5f5fee
URxvt*color13: #bb88dd
URxvt*color14: #4eb4fa
URxvt*color15: #d0d0d0
URxvt.scrollBar: false
! Disable perl extensions
URxvt*perl-ext-common: ""
URxvt*font: -*-fixed-medium-r-*-*-14-*-*-*-*-*-iso8859-*
URxvt.boldFont:
URxvt.geometry: 130x55
! Needed for urxvt to not steal ctrl+shift
URxvt*iso14755: False