-
Notifications
You must be signed in to change notification settings - Fork 13
/
.Xresources
139 lines (114 loc) · 3.39 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
! Xft*antialias: true
! Xft*dpi: 96
xterm*utf8: 1
! xterm*font: -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
! xterm*font: -misc-fixed-medium-r-normal-ja-13-120-75-75-c-120-iso10646-1
! xterm*wideFont: -misc-fixed-medium-r-normal-ja-18-120-100-100-c-180-iso10646-1
xterm*faceName: Ubuntu Mono for Powerline
xterm*faceSize: 12
xterm*termName: xterm-256color
xterm*font: fixed
xterm*boldFont: fixed
! xterm ----------------------------------------------------------------------
xterm*geometry: 80x25
! xterm*faceName: terminus:bold:pixelsize=14
!xterm*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
xterm*dynamicColors: true
xterm*utf8: 3
xterm*eightBitInput: true
xterm*saveLines: 512
xterm*scrollKey: true
xterm*scrollTtyOutput: false
xterm*scrollBar: true
xterm*rightScrollBar: true
xterm*jumpScroll: true
xterm*multiScroll: true
xterm*toolBar: false
! Molokai theme
*xterm*background: #101010
*xterm*foreground: #d0d0d0
*xterm*cursorColor: #d0d0d0
*xterm*color0: #101010
*xterm*color1: #960050
*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
URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.transparent: false
URxvt.fading: 0
! URxvt.urgentOnBell: true
! URxvt.visualBell: true
URxvt.loginShell: true
URxvt.saveLines: 50
URxvt.internalBorder: 3
URxvt.lineSpace: 0
! Terminal
! URxvt*termName: xterm-256color
URxvt*termName: rxvt-unicode-256color
URxvt*meta8:False
! Fonts
URxvt.allow_bold: true
URxvt*font: xft:Ubuntu Mono for Powerline:size=12
URxvt*imFont: xft:Ubuntu Mono for Powerline:regular:size=12
URxvt*boldFont: xft:Ubuntu Mono for Powerline:bold:size=12
URxvt*italicFont: xft:Ubuntu Mono for Powerline:italic:size=12
URxvt*boldItalicFont: xft:Ubuntu Mono for Powerline:bold:italic:size=12
! Fix font space
URxvt*letterSpace: -1
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Perl extensions
URxvt.perl-ext-common: default,matcher
URxvt.matcher.button: 1
URxvt.urlLauncher: firefox
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
!Source http://github.com/altercation/solarized
! *background: #002b36
! *foreground: #657b83
! !!*fading: 40
! *fadeColor: #002b36
! *cursorColor: #93a1a1
! *pointerColorBackground: #586e75
! *pointerColorForeground: #93a1a1
! !! black dark/light
! *color0: #073642
! *color8: #002b36
! !! red dark/light
! *color1: #dc322f
! *color9: #cb4b16
! !! green dark/light
! *color2: #859900
! *color10: #586e75
! !! yellow dark/light
! *color3: #b58900
! *color11: #657b83
! !! blue dark/light
! *color4: #268bd2
! *color12: #839496
! !! magenta dark/light
! *color5: #d33682
! *color13: #6c71c4
! !! cyan dark/light
! *color6: #2aa198
! *color14: #93a1a1
! !! white dark/light
! *color7: #eee8d5
! *color15: #fdf6e3