mirror of
https://github.com/vale981/tdesktop
synced 2025-03-09 04:26:42 -04:00
108 lines
3.5 KiB
Text
108 lines
3.5 KiB
Text
//
|
|
// This is a sample Telegram Desktop theme file.
|
|
// It was generated from the 'colors.palette' style file.
|
|
//
|
|
// To create a theme with a background image included you should
|
|
// put two files in a .zip archive:
|
|
//
|
|
// First one is the color scheme like the one you're viewing
|
|
// right now, this file should be named 'colors.tdesktop-theme'.
|
|
//
|
|
// Second one should be the background image and it can be named
|
|
// 'background.jpg', 'background.png', 'tiled.jpg' or 'tiled.png'.
|
|
// You should name it 'background' (if you'd like it not to be tiled),
|
|
// or it can be named 'tiled' (if you'd like it to be tiled).
|
|
//
|
|
// After that you need to change the extension of your .zip archive
|
|
// to 'tdesktop-theme', so you'll have:
|
|
//
|
|
// mytheme.tdesktop-theme
|
|
// |-colors.tdesktop-theme
|
|
// |-background.jpg (or tiled.jpg, background.png, tiled.png)
|
|
//
|
|
|
|
windowBg: #ffffff;
|
|
windowTextFg: #000000;
|
|
windowSubTextFg: #8a8a8a;
|
|
windowActiveFill: #40ace3;
|
|
windowOverBg: #edf2f5;
|
|
windowSubTextFgOver: #7c99b2;
|
|
windowActiveTextFg: #1485c2;
|
|
windowShadowFg: #000000;
|
|
imageBg: #000000;
|
|
imageBgTransparent: #ffffff;
|
|
trayCounterBg: #f23c34;
|
|
trayCounterBgMute: #888888;
|
|
trayCounterFg: #ffffff;
|
|
trayCounterBgMacInvert: #ffffff;
|
|
trayCounterFgMacInvert: #ffffff01;
|
|
cancelIconFg: #a2a2a2;
|
|
cancelIconFgOver: #808080;
|
|
activeButtonBg: windowActiveFill;
|
|
activeButtonBgOver: #46b4eb; // activeButtonBg;
|
|
activeButtonFg: #ffffff;
|
|
activeButtonFgOver: activeButtonFg;
|
|
activeButtonSecondaryFg: #cceeff;
|
|
activeButtonSecondaryFgOver: activeButtonSecondaryFg;
|
|
lightButtonBg: windowBg;
|
|
lightButtonBgOver: #f2f7fa; // lightButtonBg;
|
|
lightButtonFg: #2b99d5;
|
|
lightButtonFgOver: lightButtonFg;
|
|
titleCounterBg: trayCounterBg;
|
|
titleCounterBgMute: trayCounterBgMute;
|
|
titleCounterFg: trayCounterFg;
|
|
layerBg: #0000007f;
|
|
boxBg: windowBg;
|
|
boxTextFg: windowTextFg;
|
|
boxTextFgGood: #4ab44a;
|
|
boxTextFgError: #d84d4d;
|
|
boxTitleFg: #404040; // windowTextFg;
|
|
boxSearchBg: boxBg;
|
|
boxSearchCancelIconFg: cancelIconFg;
|
|
boxSearchCancelIconFgOver: cancelIconFgOver;
|
|
membersAboutLimitFg: windowSubTextFg;
|
|
contactsBg: windowBg;
|
|
contactsBgOver: windowOverBg;
|
|
contactsNameFg: boxTextFg;
|
|
photoCropFadeBg: #0000007f;
|
|
photoCropPointFg: #ffffff7f;
|
|
settingsBg: windowBg;
|
|
settingsFixedBarBg: settingsBg;
|
|
settingsCloseFg: cancelIconFg;
|
|
settingsCloseFgOver: cancelIconFgOver;
|
|
notificationsBoxMonitorFg: windowTextFg;
|
|
notificationSampleUserpicFg: windowActiveFill;
|
|
notificationSampleCloseFg: #d7d7d7; // windowSubTextFg;
|
|
notificationSampleTextFg: #d7d7d7; // windowSubTextFg;
|
|
notificationSampleNameFg: #939393; // windowSubTextFg;
|
|
introHeaderFg: windowTextFg;
|
|
introErrorFg: windowTextFg;
|
|
topBarBg: windowBg;
|
|
historyComposeAreaBg: windowBg;
|
|
historyPinnedBg: historyComposeAreaBg;
|
|
historyReplyBg: historyComposeAreaBg;
|
|
historyReplyCancelIconFg: cancelIconFg;
|
|
historyReplyCancelIconFgOver: cancelIconFgOver;
|
|
historySendBg: historyComposeAreaBg;
|
|
historySendBgOver: #f5f5f5; // historySendBg;
|
|
historyTextInFg: windowTextFg;
|
|
historyTextOutFg: windowTextFg;
|
|
historyCaptionInFg: historyTextInFg;
|
|
historyCaptionOutFg: historyTextOutFg;
|
|
historyFileNameInFg: historyTextInFg;
|
|
historyFileNameOutFg: historyTextOutFg;
|
|
mediaviewFileBg: windowBg;
|
|
mediaviewFileNameFg: windowTextFg;
|
|
mediaviewFileSizeFg: windowSubTextFg;
|
|
mediaviewFileRedCornerFg: #d55959;
|
|
mediaviewFileYellowCornerFg: #e8a659;
|
|
mediaviewFileGreenCornerFg: #49a957;
|
|
mediaviewFileBlueCornerFg: #599dcf;
|
|
mediaviewFileExtFg: activeButtonFg;
|
|
mediaviewMenuBg: #383838;
|
|
mediaviewMenuBgOver: #505050;
|
|
mediaviewMenuFg: #ffffff;
|
|
mediaviewBg: #222222eb;
|
|
mediaviewVideoBg: #000000;
|
|
mediaviewControlBg: #0000003c;
|
|
notificationBg: windowBg;
|