-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
175 lines (139 loc) · 4.66 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
Xft.dpi: 100
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: true
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
#define S_base03 #002b36
#define S_base02 #073642
#define S_base01 #586e75
#define S_base00 #657b83
#define S_base0 #839496
#define S_base1 #93a1a1
#define S_base2 #eee8d5
#define S_base3 #f6e3
*background: S_base3
*foreground: S_base00
*fadeColor: S_base3
*cursorColor: S_base01
*pointerColorBackground:S_base1
*pointerColorForeground:S_base01
#define S_yellow #b58900
#define S_orange #cb4b16
#define S_red #dc322f
#define S_magenta #d33682
#define S_violet #6c71c4
#define S_blue #268bd2
#define S_cyan #2aa198
#define S_green #859900
!! black dark/light
*color0: S_base02
*color8: S_base03
!! red dark/light
*color1: S_red
*color9: S_orange
!! green dark/light
*color2: S_green
*color10: S_base01
!! yellow dark/light
*color3: S_yellow
*color11: S_base00
!! blue dark/light
*color4: S_blue
*color12: S_base0
!! magenta dark/light
*color5: S_magenta
*color13: S_violet
!! cyan dark/light
*color6: S_cyan
*color14: S_base1
!! white dark/light
*color7: S_base2
*color15: S_base3
! -------------------
! Anki
! -------------------
anki.foreground: #141414
anki.background: #FFFFFF
!blacky
anki.color0: #000000
anki.color8: #373B41
!red
anki.color1: #FF0054
anki.color9: #D65E75
!green
anki.color2: #B1D630
anki.color10: #87cf05
!yellow
anki.color3: #9D895E
anki.color11: #ECE1C8
!blue
anki.color4: #d1ed87
anki.color12: #d1ed87
!magenta
anki.color5: #B576BC
anki.color13: #DEB3DF
!cyan
anki.color6: #569A9F
anki.color14: #B6E0E5
!white
anki.color7: #E2DCCC
anki.color15: #E2DCCC
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
rofi.color-enabled: true
! rofi.font: "Mono 100"
rofi.padding: 300
rofi.fullscreen: true
rofi.width: 50
rofi.bw: 0
rofi.location: 0
rofi.eh: 1
rofi.font: Roboto 20
rofi.color-window: argb:aa263238, argb:aa263238, #26a69a
rofi.color-normal: argb:0263238, #eceff1, argb:0263238, #f4246b, #eceff1
rofi.color-active: #f6e3, #268bd2, #eee8d5, #268bd2, #f6e3
rofi.color-urgent: #f6e3, #dc322f, #eee8d5, #dc322f, #f6e3
! ------------------------------------------------------------------------------
! URXVT settings
! ------------------------------------------------------------------------------
URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.loginShell: true
URxvt.internalBorder: 15
URxvt.lineSpace: 1
! transparency - true or false (default)
URxvt*transparent: false
! tint with any color; i.e., blue, red, tomato4, olivedrab2, etc.
! some nice listings are at:
! http://www.nisrv.com/drupal/?q=node/11
! http://www.htmlgoodies.com/tutorials/colors/article.php/3478921
! URxvt*tintColor: S_base02
! shading - 0 to 99 darkens, 101 to 200 lightens.
! Do not use with tintColor; just use a darker or lighter color instead.
URxvt*shading: 100
URxvt*saveLines: 100
! URxvt*foreground: #657b83
! URxvt*background: #002b36
! do not scroll with output
URxvt*scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
! # Terminal font
URxvt*font: xft:Meslo LG S DZ:Regular:size=11.4,\
xft:M+ 2c,\
xft:Liberation Mono
URxvt*boldFont: xft:Meslo LG S DZ:Bold:size=11.4,\
xft:M+ 2c,\
xft:Liberation Mono:size=13
URxvt*letterSpace: -2
! # scrollbar - true (default) or false
URxvt*scrollBar: false
! # scrollbar position - left=false (default) or right=true
URxvt*scrollBar_right: false
! # scrollbar style - rxvt (default), plain, next, or xterm
URxvt*scrollstyle: plain