-
Notifications
You must be signed in to change notification settings - Fork 1
/
colors.tdesktop-theme
477 lines (421 loc) · 24.5 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
471
472
473
474
475
476
477
//////////////////////////////////////////////////////////////////////////////////////////////////
// //
// SolidDark theme v1.2 for Telegram Desktop. //
// //
// //
// Source code: https://github.com/MasterGroosha/telegram-soliddark-theme //
// //
// Published under MIT Licence. Feel free to modify this file whatever you want. //
// Mentioning the original repo (see above) isn't mandatory, but highly appreciated! //
// //
// //
//////////////////////////////////////////////////////////////////////////////////////////////////
// Color presets //
COLOR_GRAY: #999999;
COLOR_DARK: #392F3C; // Main color (dark one)
COLOR_PURPLE_DARK: #9876AD; // Accent color
COLOR_PURPLE_LIGHT: #9151A6; // Accent color #2 (just like first one with slight changes)
COLOR_PURPLE_RIPPLE_ACTIVE: #787BAC;
COLOR_WHITE: #ffffff;
COLOR_BLACK: #000000;
COLOR_PINK: #e016a0; // Just for testing purposes :)
// basic
windowBg: COLOR_DARK; // Window backgrounds
windowFg: COLOR_WHITE; // Main text / chat text
windowBgOver: #3A2F3E; // Search field background + buttons color in context menu
windowBgRipple: #272828; // Inactive chat in chats list (press & hold)
windowFgOver: windowFg; // black: fallback for over text color
windowSubTextFg: COLOR_GRAY; // Chats list message preview text
windowSubTextFgOver: #919191; // Mouse over chats list message preview text
windowBoldFg: COLOR_WHITE; // Bold font (titles in Settings, Left menu options)
windowBoldFgOver: COLOR_PURPLE_LIGHT; // Mouse over chats list chat name text (+ Left menu options on hover)
windowBgActive: COLOR_PURPLE_DARK; // Active button background (+ checkboxes background)
windowFgActive: COLOR_WHITE; // Active selected chats list text / button text + checkboxes' "ticks" color
windowActiveTextFg: COLOR_PURPLE_LIGHT; // Online status, links, recording cancel, etc
windowShadowFg: COLOR_BLACK; // Window border shadows
windowShadowFgFallback: COLOR_DARK; // Notification border
shadowFg: #00000018; // Internal border shadows
slideFadeOutBg: #0000003c;
slideFadeOutShadowFg: windowShadowFg; // Window slide animation shadow
imageBg: COLOR_BLACK;
imageBgTransparent: COLOR_WHITE;
//widgets
activeButtonBg: COLOR_PURPLE_DARK; // Currently selected button background
activeButtonBgOver: #908FAE; // Mouse over currently selected button background
activeButtonBgRipple: COLOR_PURPLE_RIPPLE_ACTIVE; // Primary button background color (and active chat) - Press & hold
activeButtonFg: COLOR_WHITE; // Currently selected button text
activeButtonFgOver: activeButtonFg; // Mouse over currently selected button text
activeButtonSecondaryFg: COLOR_WHITE; // Counter color on primary button
activeButtonSecondaryFgOver: COLOR_WHITE; // Counter color on primary button (hover)
activeLineFg: COLOR_PURPLE_DARK; // Active input field line color (normal)
activeLineFgError: #e48383; // Active input field line color (error)
lightButtonBg: COLOR_DARK; // Secondary button background color (default)
lightButtonBgOver: #424444; // Secondary button background color (hover)
lightButtonBgRipple: #3A2F3E; // Secondary button background color (press & hold)
lightButtonFg: COLOR_WHITE; // Secondary button text color
lightButtonFgOver: lightButtonFg;
attentionButtonFg: #d84343;
attentionButtonFgOver: #d84343;
attentionButtonBgOver: #ef9592;
attentionButtonBgRipple: #d87c79;
outlineButtonBg: COLOR_DARK; // Buttons background in profiles (shared media)
outlineButtonBgOver: lightButtonBgOver;
outlineButtonOutlineFg: windowBgActive;
outlineButtonBgRipple: lightButtonBgRipple;
menuBg: COLOR_DARK;
menuBgOver: windowBgOver;
menuBgRipple: windowBgRipple;
menuIconFg: COLOR_GRAY; // Icons color (left menu button, scroll down, paperclip..)
menuIconFgOver: COLOR_PURPLE_LIGHT; // Icons color on hover (left menu button, scroll down, paperclip..)
menuSubmenuArrowFg: #373737; // (unknown)
menuFgDisabled: #cccccc;
menuSeparatorFg: COLOR_DARK; // (unknown)
scrollBarBg: #15cd7d53; // Scrollbar (chats list) current position
scrollBarBgOver: #15cd7d7a; // Mouse over scrollbar (chats list) current position
scrollBg: #0000001a; // Scrollbar (chats list) background
scrollBgOver: #0000002c; // Mouse over scrollbar (chats list) background
smallCloseIconFg: #c7c7c7;
smallCloseIconFgOver: #a3a3a3;
radialFg: COLOR_WHITE;
radialBg: #00000056;
placeholderFg: COLOR_GRAY; // Inactive input box placeholder text
placeholderFgActive: #aaaaaa; // Active input box placeholder text
inputBorderFg: #e0e0e0;
filterInputBorderFg: COLOR_PURPLE_DARK; // Search field border
filterInputInactiveBg: windowBgOver;
checkboxFg: #b3b3b3;
sliderBgInactive: #e1eaef; // Inactive media player button (prev/next song)
sliderBgActive: windowBgActive; // Active media player button (prev/next song)
tooltipBg: #eef2f5; // Tooltip background (hover on message sent time)
tooltipFg: #5d6c80; // Tooltip text color
tooltipBorderFg: #c9d1db; // Tooltip border color
// custom title bar for Windows and macOS
titleBg: COLOR_DARK; // Title bar
titleBgActive: titleBg;
titleButtonBg: titleBg;
titleShadow: #00000003;
titleButtonFg: #ababab; // Title bar buttons(min/max/close)
titleButtonBgOver: #dbdbdb; // Title bar min/max background (hover)
titleButtonFgOver: #9a9a9a; // Title bar min/max icons
titleButtonBgActive: titleButtonBg;
titleButtonFgActive: titleButtonFg;
titleButtonBgActiveOver: titleButtonBgOver;
titleButtonFgActiveOver: titleButtonFgOver;
titleButtonCloseBg: titleButtonBg;
titleButtonCloseFg: titleButtonFg;
titleButtonCloseBgOver: #e81123;
titleButtonCloseFgOver: COLOR_WHITE;
titleButtonCloseBgActive: titleButtonCloseBg;
titleButtonCloseFgActive: titleButtonCloseFg;
titleButtonCloseBgActiveOver: titleButtonCloseBgOver;
titleButtonCloseFgActiveOver: titleButtonCloseFgOver;
titleFgActive: #3e3c3e; // Active title bar text (Mac)
titleFg: #acacac; // Inactive title bar text (Mac)
titleFgActive: #3e3c3e;
// tray icon
trayCounterBg: #f23c34; // Unread messages counter background in tray (not muted, default red)
trayCounterBgMute: #888888; // Unread messages counter background in tray (muted, default gray)
trayCounterFg: COLOR_WHITE; // Unread messages counter text (number)
trayCounterBgMacInvert: COLOR_WHITE;
trayCounterFgMacInvert: COLOR_WHITE;
// layers
layerBg: #0000007f;
cancelIconFg: menuIconFg;
cancelIconFgOver: menuIconFgOver;
// boxes
boxBg: COLOR_DARK; // Popup windows background color
boxTextFg: COLOR_GRAY; // Popup windows text color
boxTextFgGood: #6E88AD; // Popup windows "good" text (e.g. "Username available")
boxTextFgError: #d84d4d; // Popup windows "bad" text (e.g. "Username already taken")
boxTitleFg: COLOR_WHITE; // Popup windows titles color (sessions, contacts...)
boxSearchBg: boxBg;
boxSearchCancelIconFg: cancelIconFg;
boxSearchCancelIconFgOver: cancelIconFgOver;
boxTitleAdditionalFg: #808080;
boxTitleCloseFg: cancelIconFg;
boxTitleCloseFgOver: cancelIconFgOver;
membersAboutLimitFg: windowSubTextFgOver;
contactsBg: COLOR_DARK; // Contacts list background color
contactsBgOver: windowBgOver; // Contacts list mouse over background
contactsNameFg: COLOR_WHITE;
contactsStatusFg: COLOR_GRAY; // Contacts list last seen
contactsStatusFgOver: windowSubTextFgOver;
contactsStatusFgOnline: windowActiveTextFg;
photoCropFadeBg: layerBg; // "Out-of-bounds" area in photo cropping (avatars etc...)
photoCropPointFg: COLOR_WHITE; // Photo crop "corners" (which you drag to crop photo)
// intro
introBg: COLOR_DARK;
introTitleFg: windowBoldFg;
introDescriptionFg: COLOR_GRAY;
introErrorFg: COLOR_GRAY;
introCoverTopBg: COLOR_DARK; // Gradient finish at the top of the login screen
introCoverBottomBg: COLOR_DARK; // Gradient start at the bottom of the login screen
introCoverIconsFg: COLOR_PURPLE_DARK; // Icons and clouds colors
introCoverPlaneTrace: #15cd7d69; // Plane trace
introCoverPlaneInner: #c6d8e8; // Plane color inside
introCoverPlaneOuter: #a1bed4; // Plane color outside
introCoverPlaneTop: COLOR_WHITE; // Main plane color
dialogsMenuIconFg: menuIconFg;
dialogsMenuIconFgOver: menuIconFgOver;
dialogsBg: COLOR_DARK; // Chats list background color
dialogsNameFg: COLOR_WHITE;
dialogsChatIconFg: dialogsNameFg;
dialogsDateFg: COLOR_GRAY; // Chats list date text
dialogsTextFg: COLOR_GRAY; // Chats list message preview text
dialogsTextFgService: windowActiveTextFg; // Chats list message preview sender name
dialogsDraftFg: #dd4b39; // "Draft" word
dialogsVerifiedIconBg: windowBgActive; // Verification icon background
dialogsVerifiedIconFg: COLOR_WHITE; // Verification icon check color
dialogsSendingIconFg: #c1c1c1;
dialogsSentIconFg: #6972AA;
dialogsUnreadBg: COLOR_PURPLE_DARK; // Chats list unread counter background
dialogsUnreadBgMuted: #999999; // Unread counter (for muted chats) + pins color(?)
dialogsUnreadFg: COLOR_WHITE; // Unread counter text color
dialogsBgOver: #3A2F3E; // 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: COLOR_PURPLE_DARK; // Active chat color (in chats list)
dialogsNameFgActive: COLOR_WHITE;
dialogsChatIconFgActive: dialogsNameFgActive;
dialogsDateFgActive: COLOR_WHITE;
dialogsTextFgActive: COLOR_WHITE;
dialogsTextFgServiceActive: dialogsTextFgActive;
dialogsDraftFgActive: #c6e1f7; // "Draft" word when chat is selected
dialogsVerifiedIconBgActive: dialogsTextFgActive;
dialogsVerifiedIconFgActive: dialogsBgActive;
dialogsSendingIconFgActive: COLOR_WHITE;
dialogsSentIconFgActive: dialogsTextFgActive;
dialogsUnreadBgActive: dialogsTextFgActive;
dialogsUnreadBgMutedActive: dialogsDraftFgActive;
dialogsUnreadFgActive: dialogsBgActive;
dialogsForwardBg: dialogsBgActive;
dialogsForwardFg: dialogsNameFgActive;
searchedBarBg: COLOR_DARK; // Search results window background color
searchedBarBorder: COLOR_PURPLE_DARK;
searchedBarFg: COLOR_PURPLE_LIGHT; // Search results text color
// history
topBarBg: COLOR_DARK; // Chat header background
emojiPanBg: COLOR_DARK; // Sticker panel background
emojiPanCategories: COLOR_DARK; // Sticker panel bottom bar background
emojiPanHeaderFg: COLOR_PURPLE_LIGHT; // Sticker panel title text
emojiPanHeaderBg: COLOR_DARK; // Sticker panel top bar background
stickerPanDeleteBg: #000000cc;
stickerPanDeleteFg: COLOR_WHITE;
stickerPreviewBg: #2f2f2fCC; // Sticker preview background
historyTextInFg: #adadad; // Incoming messages TEXT color
historyTextOutFg: #efefef; // Outgoing messages TEXT color
historyCaptionInFg: historyTextInFg;
historyCaptionOutFg: historyTextOutFg;
historyFileNameInFg: historyTextInFg;
historyFileNameOutFg: historyTextOutFg;
historyOutIconFg: dialogsSentIconFg; // "Eye" and "Ticks" color for outgoing messages (selected)
historyOutIconFgSelected: COLOR_PURPLE_LIGHT; // "Eye" and "Ticks" color for outgoing messages (selected)
historyIconFgInverted: COLOR_WHITE;
historySendingOutIconFg: #98d292; // "Clock" icon while sending file (outgoing)
historySendingInIconFg: #a0adb5; // "Clock" icon while sending file (incoming)
historySendingInvertedIconFg: COLOR_WHITE;
historySystemBg: #89a0b47f;
historySystemBgSelected: #bbc8d4a2;
historySystemFg: COLOR_WHITE;
historyUnreadBarBg: #424444; // Unread messages bar color
historyUnreadBarBorder: COLOR_DARK;
historyUnreadBarFg: #ededed;
historyForwardChooseBg: #0000004c; // "Choose recipient" BACKGROUND color (forwarding)
historyForwardChooseFg: COLOR_WHITE; // "Choose recipient" TEXT color (forwarding)
historyPeer1NameFg: #ff9100; // Group chat sender name - Orange
historyPeer1UserpicBg: #e17076;
historyPeer2NameFg: #4fad2d; // Purple
historyPeer2UserpicBg: #7bc862;
historyPeer3NameFg: #d09306; // Gold
historyPeer3UserpicBg: #e5ca77;
historyPeer4NameFg: #15cd7d; // Light purple
historyPeer4UserpicBg: #65aadd;
historyPeer5NameFg: #a363f2; // Violet
historyPeer5UserpicBg: #a695e7;
historyPeer6NameFg: #cd4073; // "Raspberry"
historyPeer6UserpicBg: #ee7aae;
historyPeer7NameFg: #2996ad; // Cyan
historyPeer7UserpicBg: #6ec9cb;
historyPeer8NameFg: #ce671b; // One more orange?!
historyPeer8UserpicBg: #faa774;
historyPeerUserpicFg: COLOR_WHITE;
historyScrollBarBg: #9876AD7a; // Scrollbar (history view) background
historyScrollBarBgOver: #9876ADbc; // Scrollbar (history view) background (hover)
historyScrollBg: #6f72724d; // Scrollbar (history view) current position background
historyScrollBgOver: #6f727280; // Scrollbar (history view) current position background (hover)
msgInBg: #A195AE24; // Incoming message background
msgInBgSelected: #222323; // Selected incoming message background
msgOutBg: #9976AD24; // Outgoing message background
msgOutBgSelected: #222323; // Selected outgoing message background
msgSelectOverlay: #2223239b; // Selected media (images...) overlay
msgStickerOverlay: #2223237f; // Selected sticker overlay
msgInServiceFg: windowActiveTextFg; // Incoming reply quoted name
msgInServiceFgSelected: windowActiveTextFg; // Selected incoming reply quoted name
msgOutServiceFg: COLOR_PURPLE_LIGHT; // Outgoing reply quoted name
msgOutServiceFgSelected: #367570; // Selected outgoing reply quoted name
msgInShadow: #3d3c3c29; // 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_PURPLE_LIGHT;
msgOutDateFg: COLOR_GRAY; // Outgoing message date text
msgOutDateFgSelected: COLOR_PURPLE_LIGHT;
msgServiceFg: COLOR_WHITE; // Service messages TEXT color (join, left etc)
msgServiceBg: #607D8B7f; // Service messages BACKGROUND color (join, left etc)
msgServiceBgSelected: #8ca0b3a2;
msgInReplyBarColor: COLOR_PURPLE_DARK; // Incoming msg: vertical bar next to reply
msgInReplyBarSelColor: COLOR_PURPLE_DARK; // Incoming msg: vertical bar next to reply (selected)
msgOutReplyBarColor: COLOR_PURPLE_DARK; // Outgoing msg: vertical bar next to reply
msgOutReplyBarSelColor: COLOR_PURPLE_DARK; // Outgoing msg: vertical bar next to reply (selected)
msgInMonoFg: COLOR_PURPLE_LIGHT; // Monowidth font / incoming msg
msgOutMonoFg: COLOR_PURPLE_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: #63b56a;
msgFileInBgSelected: #63b56a;
msgFileOutBg: COLOR_PURPLE_DARK;
msgFileOutBgOver: #6bc272;
msgFileOutBgSelected: #5fb389;
msgFile1Bg: #72b1df;
msgFile1BgDark: #5c9ece;
msgFile1BgOver: #5294c4;
msgFile1BgSelected: #5099d0;
msgFile2Bg: #61b96e;
msgFile2BgDark: #4da859;
msgFile2BgOver: #44a050;
msgFile2BgSelected: #46a07e;
msgFile3Bg: #e47272;
msgFile3BgDark: #cd5b5e;
msgFile3BgOver: #c35154;
msgFile3BgSelected: #9f6a82;
msgFile4Bg: #efc274;
msgFile4BgDark: #e6a561;
msgFile4BgOver: #dc9c5a;
msgFile4BgSelected: #b19d84;
historyFileInIconFg: COLOR_WHITE; // Uploading/downloading icons?
historyFileInIconFgSelected: COLOR_WHITE;
historyFileInRadialFg: COLOR_WHITE;
historyFileInRadialFgSelected: COLOR_WHITE;
historyFileOutIconFg: COLOR_WHITE;
historyFileOutIconFgSelected: COLOR_WHITE;
historyFileOutRadialFg: COLOR_WHITE;
historyFileOutRadialFgSelected: COLOR_WHITE;
historyFileThumbIconFg: COLOR_WHITE;
historyFileThumbIconFgSelected: COLOR_WHITE;
historyFileThumbRadialFg: COLOR_WHITE;
historyFileThumbRadialFgSelected: COLOR_WHITE;
msgWaveformInActive: windowBgActive; // Incoming Voice "heard" part
msgWaveformInActiveSelected: COLOR_PURPLE_LIGHT; // Selected incoming Voice "heard" part
msgWaveformInInactive: #d4dee6; // Incoming Voice "unheard" part
msgWaveformInInactiveSelected: COLOR_WHITE; // Selected incoming Voice "unheard" part
msgWaveformOutActive: windowBgActive; // Outgoing Voice "heard" part
msgWaveformOutActiveSelected: COLOR_PURPLE_LIGHT; // Selected outgoing Voice "heard" part
msgWaveformOutInactive: COLOR_WHITE; // Outgoing Voice "unheard" part
msgWaveformOutInactiveSelected: COLOR_WHITE; // Selected outgoing Voice "unheard" part
msgBotKbOverBgAdd: COLOR_DARK; // Inline button (hover)
msgBotKbIconFg: COLOR_WHITE; // 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: COLOR_WHITE;
videoPlayIconBg: #0000007f;
videoPlayIconFg: COLOR_WHITE;
toastBg: #000000b2;
toastFg: COLOR_WHITE;
reportSpamBg: emojiPanHeaderBg;
reportSpamFg: COLOR_GRAY;
historyToDownBg: #424444; // "Scroll to bottom" button background
historyToDownBgOver: windowBgOver; // "Scroll to bottom" button background (hover)
historyToDownBgRipple: windowBgRipple; // "Scroll to bottom" button background (press & hold)
historyToDownFg: menuIconFg; // "Scroll to bottom" internal icon color
historyToDownFgOver: menuIconFgOver; // "Scroll to bottom" internal icon color (hover)
historyToDownShadow: #00000040; // "Scroll to bottom" button shadow
historyComposeAreaBg: msgInBg; // Text input field background
historyComposeAreaFg: COLOR_WHITE; // Text color in "Type your message" field
historyComposeAreaFgService: msgInDateFg;
historyComposeIconFg: menuIconFg; // Text input field: Paperclip and Smile icons
historyComposeIconFgOver: menuIconFgOver;
historySendIconFg: windowBgActive;
historySendIconFgOver: windowBgActive;
historyPinnedBg: historyComposeAreaBg;
historyReplyBg: historyComposeAreaBg;
historyReplyCancelFg: cancelIconFg;
historyReplyCancelFgOver: cancelIconFgOver;
historyComposeButtonBg: historyComposeAreaBg;
historyComposeButtonBgOver: windowBgOver;
historyComposeButtonBgRipple: windowBgRipple;
// overview
overviewCheckBg: #00000040;
overviewCheckFg: COLOR_DARK;
overviewCheckFgActive: COLOR_DARK;
overviewPhotoSelectOverlay: #40ace333;
profileStatusFgOver: #7c99b2;
profileVerifiedCheckBg: windowBgActive;
profileVerifiedCheckFg: windowFgActive;
profileAdminStartFg: COLOR_PURPLE_LIGHT;
notificationsBoxMonitorFg: COLOR_GRAY;
notificationsBoxScreenBg: dialogsBgActive;
notificationSampleUserpicFg: windowBgActive;
notificationSampleCloseFg: #d7d7d7;
notificationSampleTextFg: #d7d7d7;
notificationSampleNameFg: #939393;
mainMenuBg: COLOR_DARK; // Left menu background (lower part, not buttons)
mainMenuCoverBg: dialogsBgActive; // Left menu background (upper part)
mainMenuCoverFg: COLOR_WHITE;
mediaPlayerBg: COLOR_DARK; // Music player background
mediaPlayerActiveFg: COLOR_PURPLE_DARK; // Clickable Next song/Prev song button in music player
mediaPlayerInactiveFg: #4f5151; // "Disabled" Next song/Prev song button in music player
mediaPlayerDisabledFg: #9dd1ef;
mediaviewFileBg: COLOR_DARK;
mediaviewFileNameFg: COLOR_GRAY;
mediaviewFileSizeFg: COLOR_GRAY;
mediaviewFileRedCornerFg: #d55959;
mediaviewFileYellowCornerFg: #e8a659;
mediaviewFilePurpleCornerFg: #49a957;
mediaviewFileBlueCornerFg: #599dcf;
mediaviewFileExtFg: activeButtonFg;
mediaviewMenuBg: #383838;
mediaviewMenuBgOver: #505050;
mediaviewMenuBgRipple: #676767;
mediaviewMenuFg: COLOR_WHITE;
mediaviewBg: #222222eb; // Background for all media previews
mediaviewVideoBg: imageBg;
mediaviewControlBg: #0000003c; // Background for some controls in media preview window
mediaviewControlFg: COLOR_WHITE;
mediaviewCaptionBg: #11111180; // Background for caption in media preview window
mediaviewCaptionFg: mediaviewControlFg;
mediaviewTextLinkFg: #91d9ff;
mediaviewSaveMsgBg: toastBg;
mediaviewSaveMsgFg: toastFg;
mediaviewPlaybackActive: #c7c7c7; // Controls color in video preview (default)
mediaviewPlaybackInactive: #252525; // Timeline color (default)
mediaviewPlaybackActiveOver: COLOR_WHITE; // Controls color in video preview (hover)
mediaviewPlaybackInactiveOver: #474747; // Timeline color (hover)
mediaviewPlaybackProgressFg: COLOR_WHITE; // Time color in video preview
mediaviewPlaybackIconFg: mediaviewPlaybackActive;
mediaviewPlaybackIconFgOver: mediaviewPlaybackActiveOver;
mediaviewTransparentBg: COLOR_WHITE;
mediaviewTransparentFg: #cccccc;
notificationBg: COLOR_DARK; // Notification background