-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
metadata.styl
224 lines (167 loc) · 5.15 KB
/
metadata.styl
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
/*! ==UserStyle==
@name Dark-WhatsApp Custom
@description Custom-compiled version of Dark-WhatsApp.
@namespace github.com/vednoc/dark-whatsapp
@homepageURL https://github.com/vednoc/dark-whatsapp
@supportURL https://github.com/vednoc/dark-whatsapp/issues
@author vednoc <[email protected]> (https://github.com/vednoc)
@version 3.7.0
@license MIT
==/UserStyle== */
/*!
* This is a custom-compiled version of DWA.
* Documentation for options is available on project wiki's ~Configuration~ page:
* https://github.com/vednoc/dark-whatsapp/wiki/Configuration
*/
// Base color-scheme toggle.
/// Options: 'custom' --- same as old option, but you can change base colors
/// 'old' --- dark blue colors
/// 'new --- dark gray colors
theme = 'old'
// Base Background/Foreground/Accent colors for custom ~theme~ option.
_bg = #1f232a
_fg = #eeeeee
_ac = #7289da
// Adjust generated tones for Background/Foreground/Accent colors.
/// Options: bg --- -25--25%, step by 0.1, 0% default value
/// fg --- -25--25%, step by 0.1, 0% default value
/// ac --- 0--25%, step by 1, 0% default value
/// sc --- 0--25%, step by 1, 0% default value
_bg_a = 0%
_fg_a = 0%
_ac_a = 0%
_sc_a = 0%
// UI font.
ui_font = 'font_name'
// App width.
app_width = 1396px
// Fullscreen mode.
fullscreen = 0
// Compact mode.
compact = 1
// Compact mode breakpoint.
compact_mw = 720px
// Compact mode hover-on delay.
compact_hi = 0.6s
// Compact mode hover-off delay.
compact_ho = 1.2s
// Notification alerts.
/// Options: show --- Show all notifications
/// hide --- Hide all notifications
/// notifications --- Hide only notifications
app_alerts = 'show'
// Consistent drawer headers.
app_header = 1
// Rounded corners for various menus.
radius_m = 4px
// Rounded corners for input bar.
radius_i = 24px
// Rounded corners for avatars.
/// Options: 0--50%, step by 1, 50% default value
radius_a = 50%
// App background.
/// Options: 'bg-high' --- Theme image with 12px blur
/// 'bg-low' --- Theme image with 6px blur
/// 'bg-none' --- Theme image without blur
/// 'custom' --- Custom background image
/// 'default' --- Default stripe background
/// 'none' --- No background image
app_image = 'bg-high'
// Custom app background image.
image_url = url('https://images.unsplash.com/photo-1434569117012-ce134ee1a088?fit=crop&w=1280&h=720&q=80')
// App background image opacity.
/// Options: 0--1, step by 0.1, 0.4 default value
bg_opacity = 0.4
// App background image blur.
/// Options: 0--50px, step by 1, 0px default value
bg_blur = 0px
// App background image hue.
/// Options: 0--360deg, step by 1, 320deg default value
bg_hue = 320deg
// App background image inverted colors.
/// Options: 0--1, step by 0.1, 0 default value
bg_invert = 0
// App background image size.
bg_size = cover
// App background image position.
bg_pos = center
// App background image repetition.
bg_rep = no-repeat
// Message tails.
/// Options: 'default', 'minimal', 'rounded', 'fb-like'
tail_style = 'default'
// Collapse messages when `fb-like` tail style is enabled.
fb_compact = 1
// Emoji non-hover opacity.
/// Options: 0--1, step by 0.1, 0.8 default value
emoji_o = 0.8
// Reduce big emoji size.
/// Options: 'default', 'medium', 'normal', 'small'
emoji_b = 'default'
// Animated emojis.
emoji_a = 1
// Emojis with kiss animation.
emoji_k = '💋'
// Emojis with pulse animation.
emoji_p = '🤩' '😍' '☺️' '❣️' '♥️' '❤️'
// Override seen message icon color.
ow_ack = 0
// Seen message icon color.
_ack = #ff6666
// Override system message background color.
ow_sys_msg = 0
// System message background color
sys_msg_bg = #364462
// Override incoming message bubble color.
ow_imsg = 0
// Incoming message bubble color.
_imsg = #16191e
// Swap side for incoming message bubble.
bubble_in = 0
// Override outgoing message bubble color.
ow_omsg = 0
// Outgoing message bubble color.
_omsg = #3b4250
// Swap side for incoming message bubble.
bubble_out = 0
// Remove empty message headers for RTL messages.
rtl_header = 1
// Fix formatting for RTL messages.
rtl_format = 1
// Hide profile pictures.
chat_h_p_p = 0
// Blur contacts drawer.
chat_b_c = 0
// Blur chat images/videos and other media.
chat_b_img = 0
// Blurred media hover-on delay.
chat_b_in = 0.4s
// Blurred media hover-off delay.
chat_b_out = 0.2s
// Chat background image.
chat_bg = 1
// Custom chat background image.
chat_image = url('https://web.whatsapp.com/img/bg-chat-tile_9e8a2898faedb7db9bf5638405cf81ae.png')
// Chat background image opacity.
/// Options: 0--1, step by 0.01, 0.15 default value
chat_bg_o = 0.15
// Chat background image inverted colors.
/// Options: 0--1, step by 0.01, 0.6 default value
chat_bg_iv = 0.6
// Chat background image size.
chat_bg_s = initial
// Chat background image position.
chat_bg_p = top left
// Chat background image repetition.
chat_bg_r = repeat
// Override various theme colors.
_yellow = #e5c512
_orange = #df4b16
_red = #dc322f
_magenta = #f33682
_violet = #6c71c4
_blue = #268bd2
_cyan = #2aa198
_green = #859900
_white = #ffffff
_sh = #00000025