-
Notifications
You must be signed in to change notification settings - Fork 0
/
colors.tdesktop-theme
470 lines (416 loc) · 23.4 KB
/
colors.tdesktop-theme
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
/*
* Telegram Solarized Dark Theme
*
* Copyright 2017 SlavMetal https://t.me/SlavMetal
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Used Solarized colors
BASE_03: #002b36; // Main color 1 (dark one)
BASE_02: #073642; // Main color 2
BASE_02_LIGHT: #083a47; // A lighter one
BASE_02_PREVIEW: #0736427f; // Background color when sharing contact, forwarding message and so on
BASE_01: #586e75; // Bars, main buttons, timelines
BASE_1: #97a1a1; // System text (last seen, info), message previews, shadow
BASE_2: #eee8d5; // Incoming messages text
BASE_3: #fdf6e3; // Titles, outcoming messages text
COLOR_SELECTION: #0f4d5c; // Used when selecting messages, sticker, etc.
COLOR_ACTIVE_BUTTON: #07364299; // Active buttons and active chats - (press & hold)
COLOR_YELLOW: #b58900; // Used for some files
COLOR_ORANGE: #cb4b16; // Error values, close button
COLOR_RED: #dc322f; // Used for some files, 'block' buttons, wrong field values (like username)
COLOR_BLUE: #268bd2; // Used for some files
COLOR_CYAN: #2aa198; // Accent color 1
COLOR_CYAN_LIGHT: #2daba1; // Accent color 2 - just a bit lighter
COLOR_GREEN: #859900; // Used for some files and right field values (like username)
COLOR_BLACK: #000000; // Shh! We just need it!
// Basic
windowBg: BASE_3; // Window backgrounds
windowFg: BASE_03; // Main text
windowBgOver: BASE_02_LIGHT; // Search field background, buttons color in context menu, bot buttons
windowBgRipple: BASE_3; // Inactive chat in chats list (press & hold)
windowFgOver: windowFg; // black: fallback for over text color
windowSubTextFg: BASE_01; // Chats list message preview text
windowSubTextFgOver: BASE_01; // Mouse over chats list message preview text
windowBoldFg: BASE_03; // Bold font (titles in Settings, Left menu options)
windowBoldFgOver: COLOR_CYAN_LIGHT; // Mouse over chats list chat name text (+ Left menu options on hover)
windowBgActive: COLOR_CYAN; // Active button background (+ checkboxes background)
windowFgActive: BASE_03; // Active selected chats list text / button text + checkboxes' "ticks" color
windowActiveTextFg: COLOR_CYAN_LIGHT; // Online status, links, recording cancel, etc
windowShadowFg: BASE_1; // Window border shadows
windowShadowFgFallback: BASE_2_LIGHT; // Notification border
shadowFg: BASE_2; // Internal border shadows
slideFadeOutBg: BASE_2;
slideFadeOutShadowFg: windowShadowFg; // Window slide animation shadow
imageBg: COLOR_BLACK;
imageBgTransparent: BASE_03;
// Widgets
activeButtonBg: COLOR_CYAN; // Currently selected button background
activeButtonBgOver: COLOR_CYAN_LIGHT; // Mouse over currently selected button background
activeButtonBgRipple: COLOR_ACTIVE_BUTTON; // Primary button background color (and active chat) - Press & hold
activeButtonFg: BASE_03; // Currently selected button text
activeButtonFgOver: activeButtonFg; // Mouse over currently selected button text
activeButtonSecondaryFg: BASE_03; // Counter color on primary button
activeButtonSecondaryFgOver: BASE_03; // Counter color on primary button (hover)
activeLineFg: COLOR_CYAN; // Active input field line color (normal)
activeLineFgError: COLOR_ORANGE; // Active input field line color (error)
lightButtonBg: BASE_3; // Secondary button background color (default)
lightButtonBgOver: BASE_2; // Secondary button background color (hover)
lightButtonBgRipple: BASE_3; // Secondary button background color (press & hold)
lightButtonFg: BASE_03; // Secondary button text color
lightButtonFgOver: lightButtonFg;
attentionButtonFg: COLOR_RED; // Block user button ribbon
attentionButtonFgOver: COLOR_RED; // Block user button text
attentionButtonBgOver: BASE_2; // Block user button background (hover)
attentionButtonBgRipple: BASE_2_LIGHT; // Block user button background (press & hold)
outlineButtonBg: BASE_3; // Buttons background in profiles (shared media)
outlineButtonBgOver: lightButtonBgOver;
outlineButtonOutlineFg: windowBgActive;
outlineButtonBgRipple: lightButtonBgRipple;
menuBg: BASE_3;
menuBgOver: windowBgOver;
menuBgRipple: windowBgRipple;
menuIconFg: BASE_01; // Icons color (left menu button, scroll down, paperclip..)
menuIconFgOver: COLOR_CYAN_LIGHT; // Icons color on hover (left menu button, scroll down, paperclip..)
menuSubmenuArrowFg: #373737; // (unknown)
menuFgDisabled: #cccccc;
menuSeparatorFg: BASE_3; // (unknown)
scrollBarBg: COLOR_CYAN; // Scrollbar (chats list) current position
scrollBarBgOver: COLOR_CYAN_LIGHT; // Mouse over scrollbar (chats list) current position
scrollBg: BASE_1; // Scrollbar (chats list) background
scrollBgOver: BASE_1; // Mouse over scrollbar (chats list) background
smallCloseIconFg: BASE_01; // Notification close button (default)
smallCloseIconFgOver: BASE_02; // Notification close button (hover)
radialFg: BASE_03;
radialBg: #00000056;
placeholderFg: BASE_01; // Inactive input box placeholder text
placeholderFgActive: #aaaaaa; // Active input box placeholder text
inputBorderFg: #e0e0e0;
filterInputBorderFg: COLOR_CYAN; // Search field border
filterInputInactiveBg: windowBgOver;
checkboxFg: #b3b3b3;
sliderBgInactive: BASE_1; // Inactive media player button (prev/next song)
sliderBgActive: windowBgActive; // Active media player button (prev/next song)
tooltipBg: BASE_3; // Time tooltip in message background
tooltipFg: BASE_03; // Time tooltip in message text
tooltipBorderFg: BASE_2; // Time tooltip in message border
// Custom title bar for Windows and macOS
titleBg: BASE_3; // Title bar
titleShadow: BASE_02_LIGHT;
titleButtonFg: BASE_1; // Title bar buttons(min/max/close)
titleButtonBgOver: BASE_1; // Title bar min/max background (hover)
titleButtonFgOver: BASE_03; // Title bar min/max icons
titleButtonCloseBgOver: COLOR_ORANGE; // Close button (hover)
titleButtonCloseFgOver: BASE_03; // Close button icon color
titleFgActive: BASE_03; // Active title bar text (Mac)
titleFg: BASE_01; // Inactive title bar text (Mac)
// Tray icon
trayCounterBg: COLOR_ORANGE; // Unread messages counter background in tray (not muted, default red)
trayCounterBgMute: BASE_1; // Unread messages counter background in tray (muted, default gray)
trayCounterFg: BASE_03; // Unread messages counter text (number)
trayCounterBgMacInvert: BASE_03;
trayCounterFgMacInvert: BASE_03;
// Layers
layerBg: BASE_02_PREVIEW; // Background when forwarding message
cancelIconFg: menuIconFg;
cancelIconFgOver: menuIconFgOver;
// Boxes
boxBg: BASE_3; // Popup windows background color
boxTextFg: BASE_01; // Popup windows text color
boxTextFgGood: COLOR_GREEN; // Popup windows "good" text (e.g. "Username available")
boxTextFgError: COLOR_RED; // Popup windows "bad" text (e.g. "Username already taken")
boxTitleFg: BASE_03; // Popup windows titles color (sessions, contacts...)
boxSearchBg: boxBg;
boxSearchCancelIconFg: cancelIconFg;
boxSearchCancelIconFgOver: cancelIconFgOver;
boxTitleAdditionalFg: #808080;
boxTitleCloseFg: cancelIconFg;
boxTitleCloseFgOver: cancelIconFgOver;
membersAboutLimitFg: windowSubTextFgOver;
contactsBg: BASE_3; // Contacts list background color
contactsBgOver: windowBgOver; // Contacts list mouse over background
contactsNameFg: BASE_03;
contactsStatusFg: BASE_01; // Contacts list last seen
contactsStatusFgOver: windowSubTextFgOver;
contactsStatusFgOnline: windowActiveTextFg;
photoCropFadeBg: layerBg; // "Out-of-bounds" area in photo cropping (avatars etc...)
photoCropPointFg: COLOR_CYAN_LIGHT; // Photo crop "corners" (which you drag to crop photo)
// Intro
introBg: BASE_3;
introTitleFg: windowBoldFg;
introDescriptionFg: BASE_01;
introErrorFg: BASE_01;
introCoverTopBg: BASE_2; // Gradient finish at the top of the login screen
introCoverBottomBg: BASE_02_LIGHT; // Gradient start at the bottom of the login screen
introCoverIconsFg: COLOR_CYAN; // Icons and clouds colors
introCoverPlaneTrace: BASE_02_LIGHT; // Plane trace
introCoverPlaneInner: #c6d8e8; // Plane color inside
introCoverPlaneOuter: #a1bed4; // Plane color outside
introCoverPlaneTop: BASE_03; // Main plane color
dialogsMenuIconFg: menuIconFg;
dialogsMenuIconFgOver: menuIconFgOver;
dialogsBg: BASE_3; // Chats list background color
dialogsNameFg: BASE_03;
dialogsChatIconFg: dialogsNameFg;
dialogsDateFg: BASE_01; // Chats list date text
dialogsTextFg: BASE_01; // Chats list message preview text
dialogsTextFgService: windowActiveTextFg; // Chats list message preview sender name
dialogsDraftFg: #dd4b39; // "Draft" word
dialogsVerifiedIconBg: windowBgActive; // Verification icon background
dialogsVerifiedIconFg: BASE_03; // Verification icon check color
dialogsSendingIconFg: #c1c1c1;
dialogsSentIconFg: COLOR_CYAN_LIGHT;
dialogsUnreadBg: COLOR_CYAN; // Chats list unread counter background
dialogsUnreadBgMuted: BASE_1; // Unread counter (for muted chats) + pins color(?)
dialogsUnreadFg: BASE_03; // Unread counter text color
dialogsBgOver: BASE_2; // Inactive chat color on hover
dialogsNameFgOver: #ededed;
dialogsChatIconFgOver: dialogsNameFgOver;
dialogsDateFgOver: windowSubTextFgOver;
dialogsTextFgOver: windowSubTextFgOver;
dialogsTextFgServiceOver: dialogsTextFgService; // Mouse over chats list message preview sender name
dialogsDraftFgOver: dialogsDraftFg;
dialogsVerifiedIconBgOver: dialogsVerifiedIconBg;
dialogsVerifiedIconFgOver: dialogsVerifiedIconFg;
dialogsSendingIconFgOver: dialogsSendingIconFg;
dialogsSentIconFgOver: dialogsSentIconFg;
dialogsUnreadBgOver: dialogsUnreadBg;
dialogsUnreadBgMutedOver: dialogsUnreadBgMuted;
dialogsUnreadFgOver: dialogsUnreadFg;
dialogsBgActive: BASE_02_LIGHT; // Active chat color (in chats list)
dialogsNameFgActive: BASE_03;
dialogsChatIconFgActive: dialogsNameFgActive;
dialogsDateFgActive: BASE_03;
dialogsTextFgActive: BASE_03;
dialogsTextFgServiceActive: dialogsTextFgActive;
dialogsDraftFgActive: #c6e1f7; // "Draft" word when chat is selected
dialogsVerifiedIconBgActive: dialogsTextFgActive;
dialogsVerifiedIconFgActive: dialogsBgActive;
dialogsSendingIconFgActive: BASE_03;
dialogsSentIconFgActive: dialogsTextFgActive;
dialogsUnreadBgActive: dialogsTextFgActive;
dialogsUnreadBgMutedActive: dialogsDraftFgActive;
dialogsUnreadFgActive: dialogsBgActive;
dialogsForwardBg: dialogsBgActive;
dialogsForwardFg: dialogsNameFgActive;
searchedBarBg: BASE_3; // Search results window background color
searchedBarBorder: COLOR_CYAN;
searchedBarFg: COLOR_CYAN_LIGHT; // Search results text color
// History
topBarBg: BASE_3; // Chat header background
emojiPanBg: BASE_3; // Sticker panel background
emojiPanCategories: BASE_3; // Sticker panel bottom bar background
emojiPanHeaderFg: COLOR_CYAN_LIGHT; // Sticker panel title text
emojiPanHeaderBg: BASE_3; // Sticker panel top bar background
stickerPanDeleteBg: #000000cc;
stickerPanDeleteFg: BASE_03;
stickerPreviewBg: BASE_02_PREVIEW; // Sticker preview background
historyTextInFg: BASE_02; // Incoming messages TEXT color
historyTextOutFg: BASE_03; // Outgoing messages TEXT color
historyCaptionInFg: historyTextInFg;
historyCaptionOutFg: historyTextOutFg;
historyFileNameInFg: historyTextInFg;
historyFileNameOutFg: historyTextOutFg;
historyOutIconFg: dialogsSentIconFg; // "Eye" and "Ticks" color for outgoing messages
historyOutIconFgSelected: COLOR_CYAN_LIGHT; // "Eye" and "Ticks" color for outgoing messages (selected)
historyIconFgInverted: BASE_03;
historySendingOutIconFg: COLOR_CYAN_LIGHT; // "Clock" icon while sending file (outgoing)
historySendingInIconFg: BASE_01; // "Clock" icon while sending file (incoming)
historySendingInvertedIconFg: BASE_03;
historySystemBg: #89a0b47f;
historySystemBgSelected: #bbc8d4a2;
historySystemFg: BASE_03;
historyUnreadBarBg: BASE_02_LIGHT; // Unread messages bar color
historyUnreadBarBorder: BASE_3;
historyUnreadBarFg: BASE_03;
historyForwardChooseBg: #0000004c; // "Choose recipient" BACKGROUND color (forwarding)
historyForwardChooseFg: BASE_03; // "Choose recipient" TEXT color (forwarding)
historyPeer1NameFg: #ff9100; // Group chat sender name - Red
historyPeer1UserpicBg: #e17076;
historyPeer2NameFg: #4fad2d; // Green
historyPeer2UserpicBg: #7bc862;
historyPeer3NameFg: #d09306; // Yellow
historyPeer3UserpicBg: #e5ca77;
historyPeer4NameFg: #15cd7d; // Blue
historyPeer4UserpicBg: #65aadd;
historyPeer5NameFg: #9a4ff7; // Purple
historyPeer5UserpicBg: #a695e7;
historyPeer6NameFg: #cd4073; // Pink
historyPeer6UserpicBg: #ee7aae;
historyPeer7NameFg: #2996ad; // Sea
historyPeer7UserpicBg: #6ec9cb;
historyPeer8NameFg: #ce671b; // Orange
historyPeer8UserpicBg: #faa774;
historyPeerUserpicFg: BASE_3;
historyScrollBarBg: COLOR_CYAN; // Scrollbar (history view) background
historyScrollBarBgOver: COLOR_CYAN_LIGHT; // Scrollbar (history view) background (hover)
historyScrollBg: BASE_1; // Scrollbar (history view) current position background
historyScrollBgOver: BASE_1; // Scrollbar (history view) current position background (hover)
msgInBg: BASE_2; // Incoming message background
msgInBgSelected: COLOR_SELECTION; // Selected incoming message background
msgOutBg: BASE_02_LIGHT; // Outgoing message background
msgOutBgSelected: COLOR_SELECTION; // Selected outgoing message background
msgSelectOverlay: BASE_02_PREVIEW; // Selected media (images...) overlay
msgStickerOverlay: BASE_02_PREVIEW; // Selected sticker overlay
msgInServiceFg: windowActiveTextFg; // Incoming reply quoted name
msgInServiceFgSelected: windowActiveTextFg; // Selected incoming reply quoted name
msgOutServiceFg: windowActiveTextFg; // Outgoing reply quoted name
msgOutServiceFgSelected: COLOR_CYAN_LIGHT; // Selected outgoing reply quoted name
msgInShadow: #07364229; // Incoming message box shadow
msgInShadowSelected: #2f303029; // Selected incoming message box shadow
msgOutShadow: #4e4f4e40; // Outgoing message box shadow
msgOutShadowSelected: #2f303040; // Selected outgoing message box shadow
msgInDateFg: #a0acb6; // Incoming message date text
msgInDateFgSelected: COLOR_CYAN_LIGHT;
msgOutDateFg: BASE_01; // Outgoing message date text
msgOutDateFgSelected: COLOR_CYAN_LIGHT;
msgServiceFg: BASE_03; // Service messages TEXT color (join, left etc)
msgServiceBg: BASE_02_LIGHT; // Service messages BACKGROUND color (join, left etc)
msgServiceBgSelected: #8ca0b3a2;
msgInReplyBarColor: COLOR_CYAN; // Incoming msg: vertical bar next to reply
msgInReplyBarSelColor: COLOR_CYAN; // Incoming msg: vertical bar next to reply (selected)
msgOutReplyBarColor: COLOR_CYAN; // Outgoing msg: vertical bar next to reply
msgOutReplyBarSelColor: COLOR_CYAN; // Outgoing msg: vertical bar next to reply (selected)
msgInMonoFg: COLOR_CYAN_LIGHT; // Monowidth font / incoming msg
msgOutMonoFg: COLOR_CYAN_LIGHT; // Monowidth font / outgoing msg
msgDateImgFg: msgServiceFg;
msgDateImgBg: #00000054; // Download / play / etc overlay backgrounds
msgDateImgBgOver: #00000074; // Mouse over download / play / etc overlay backgrounds
msgDateImgBgSelected: #1c4a7187;
msgFileThumbLinkInFg: lightButtonFg;
msgFileThumbLinkInFgSelected: lightButtonFgOver;
msgFileThumbLinkOutFg: #5eba5b;
msgFileThumbLinkOutFgSelected: #31a298;
msgFileInBg: windowBgActive;
msgFileInBgOver: COLOR_CYAN_LIGHT;
msgFileInBgSelected: COLOR_CYAN_LIGHT;
msgFileOutBg: COLOR_CYAN;
msgFileOutBgOver: COLOR_CYAN_LIGHT;
msgFileOutBgSelected: COLOR_CYAN_LIGHT;
msgFile1Bg: #72b1df; // Blue
msgFile1BgDark: #5c9ece;
msgFile1BgOver: #5294c4;
msgFile1BgSelected: #5099d0;
msgFile2Bg: #61b96e; // Green
msgFile2BgDark: #4da859;
msgFile2BgOver: #44a050;
msgFile2BgSelected: #46a07e;
msgFile3Bg: #e47272; // Red
msgFile3BgDark: #cd5b5e;
msgFile3BgOver: #c35154;
msgFile3BgSelected: #9f6a82;
msgFile4Bg: #efc274; // Yellow
msgFile4BgDark: #e6a561;
msgFile4BgOver: #dc9c5a;
msgFile4BgSelected: #b19d84;
historyFileInIconFg: BASE_03; // Uploading/downloading icons?
historyFileInIconFgSelected: BASE_03;
historyFileInRadialFg: BASE_03;
historyFileInRadialFgSelected: BASE_03;
historyFileOutIconFg: BASE_03;
historyFileOutIconFgSelected: BASE_03;
historyFileOutRadialFg: BASE_03;
historyFileOutRadialFgSelected: BASE_03;
historyFileThumbIconFg: BASE_03;
historyFileThumbIconFgSelected: BASE_03;
historyFileThumbRadialFg: BASE_03;
historyFileThumbRadialFgSelected: BASE_03;
msgWaveformInActive: windowBgActive; // Incoming Voice "heard" part
msgWaveformInActiveSelected: COLOR_CYAN_LIGHT; // Selected incoming Voice "heard" part
msgWaveformInInactive: BASE_1; // Incoming Voice "unheard" part
msgWaveformInInactiveSelected: BASE_1; // Selected incoming Voice "unheard" part
msgWaveformOutActive: windowBgActive; // Outgoing Voice "heard" part
msgWaveformOutActiveSelected: COLOR_CYAN_LIGHT;// Selected outgoing Voice "heard" part
msgWaveformOutInactive: BASE_1; // Outgoing Voice "unheard" part
msgWaveformOutInactiveSelected: BASE_1; // Selected outgoing Voice "unheard" part
msgBotKbOverBgAdd: BASE_3; // Inline button (hover)
msgBotKbIconFg: BASE_03; // Inline button icon color (URL Buttons, for example)
msgBotKbRippleBg: #00000020; // Inline button (press & hold)
mediaInFg: msgInDateFg;
mediaInFgSelected: msgInDateFgSelected;
mediaOutFg: msgOutDateFg;
mediaOutFgSelected: msgOutDateFgSelected;
youtubePlayIconBg: #e83131c8;
youtubePlayIconFg: BASE_03;
videoPlayIconBg: #0000007f;
videoPlayIconFg: BASE_03;
toastBg: BASE_02_PREVIEW; // Video player control block background
toastFg: BASE_03;
reportSpamBg: emojiPanHeaderBg;
reportSpamFg: BASE_1;
historyToDownShadow: #00000040;
historyComposeAreaBg: msgInBg;
historyComposeAreaFg: BASE_03; // Text color in "Type your message" field
historyComposeAreaFgService: msgInDateFg;
historyComposeIconFg: menuIconFg;
historyComposeIconFgOver: menuIconFgOver;
historySendIconFg: windowBgActive;
historySendIconFgOver: windowBgActive;
historyPinnedBg: historyComposeAreaBg;
historyReplyBg: historyComposeAreaBg;
historyReplyCancelFg: cancelIconFg;
historyReplyCancelFgOver: cancelIconFgOver;
historyComposeButtonBg: historyComposeAreaBg;
historyComposeButtonBgOver: windowBgOver;
historyComposeButtonBgRipple: windowBgRipple;
// Overview
overviewCheckBg: #00000040;
overviewCheckFg: BASE_3;
overviewCheckFgActive: BASE_3;
overviewPhotoSelectOverlay: #40ace333;
profileStatusFgOver: #7c99b2;
notificationsBoxMonitorFg: BASE_01;
notificationsBoxScreenBg: dialogsBgActive;
notificationSampleUserpicFg: windowBgActive;
notificationSampleCloseFg: #d7d7d7;
notificationSampleTextFg: #d7d7d7;
notificationSampleNameFg: #939393;
mainMenuBg: BASE_3; // Left menu background (lower part, not buttons)
mainMenuCoverBg: dialogsBgActive; // Left menu background (upper part)
mainMenuCoverFg: BASE_03;
mediaPlayerBg: BASE_3; // Music player background
mediaPlayerActiveFg: COLOR_CYAN; // Clickable Next song/Prev song button in music player
mediaPlayerInactiveFg: BASE_1; // "Disabled" Next song/Prev song button in music player
mediaPlayerDisabledFg: BASE_1;
mediaviewFileBg: BASE_3;
mediaviewFileNameFg: BASE_01;
mediaviewFileSizeFg: BASE_01;
mediaviewFileRedCornerFg: COLOR_RED;
mediaviewFileYellowCornerFg: COLOR_YELLOW;
mediaviewFileGreenCornerFg: COLOR_GREEN;
mediaviewFileBlueCornerFg: COLOR_BLUE;
mediaviewFileExtFg: activeButtonFg;
mediaviewMenuBg: BASE_03;
mediaviewMenuBgOver: BASE_02;
mediaviewMenuBgRipple: BASE_03;
mediaviewMenuFg: BASE_3;
mediaviewBg: BASE_02_PREVIEW; // Background for all media previews
mediaviewVideoBg: imageBg;
mediaviewControlBg: BASE_02_PREVIEW; // Background for some controls in media preview window
mediaviewControlFg: BASE_03;
mediaviewCaptionBg: BASE_02_PREVIEW; // Background for caption in media preview window
mediaviewCaptionFg: mediaviewControlFg;
mediaviewTextLinkFg: COLOR_CYAN; // Links color in captions
mediaviewSaveMsgBg: toastBg;
mediaviewSaveMsgFg: toastFg;
mediaviewPlaybackActive: COLOR_CYAN; // Controls color in video preview (default)
mediaviewPlaybackInactive: BASE_1; // Timeline color (default)
mediaviewPlaybackActiveOver: COLOR_CYAN_LIGHT; // Controls color in video preview (hover)
mediaviewPlaybackInactiveOver: BASE_1; // Timeline color (hover)
mediaviewPlaybackProgressFg: BASE_03; // Time color in video preview
mediaviewPlaybackIconFg: mediaviewPlaybackActive;
mediaviewPlaybackIconFgOver: mediaviewPlaybackActiveOver;
mediaviewTransparentBg: BASE_03;
mediaviewTransparentFg: #cccccc;
notificationBg: BASE_3; // Notification background