|
|
@@ -1,494 +0,0 @@ |
|
|
|
// |
|
|
|
// Telegram Desktop theme based off base16 |
|
|
|
// <https://github.com/chriskempson/base16> |
|
|
|
// Created by @pieman2201/artificialnull |
|
|
|
// Refined by @ploth |
|
|
|
// |
|
|
|
|
|
|
|
Transparent: #00000000; |
|
|
|
|
|
|
|
Background: <{color.bg}>; |
|
|
|
A_Background: <{color.bg}>FF; |
|
|
|
base00: Background; |
|
|
|
color00: Background; |
|
|
|
|
|
|
|
Red: <{color1}>; |
|
|
|
A_Red: <{color1}>FF; |
|
|
|
A2_Red: <{color1}>80; |
|
|
|
base08: Red; |
|
|
|
color01: Red; |
|
|
|
|
|
|
|
Green: <{color2}>; |
|
|
|
A_Green: <{color2}>FF; |
|
|
|
base0B: Green; |
|
|
|
color02: Green; |
|
|
|
|
|
|
|
Yellow: <{color3}>; |
|
|
|
A_Yellow: <{color3}>FF; |
|
|
|
base0A: Yellow; |
|
|
|
color03: Yellow; |
|
|
|
|
|
|
|
Blue: <{color4}>; |
|
|
|
A_Blue: <{color4}>FF; |
|
|
|
base0D: Blue; |
|
|
|
color04: Blue; |
|
|
|
|
|
|
|
Magenta: <{color5}>; |
|
|
|
A_Magenta: <{color5}>FF; |
|
|
|
base0E: Magenta; |
|
|
|
color05: Magenta; |
|
|
|
|
|
|
|
Cyan: <{color6}>; |
|
|
|
A_Cyan: <{color6}>FF; |
|
|
|
base0C: Cyan; |
|
|
|
color06: Cyan; |
|
|
|
|
|
|
|
White: <{color7}>; |
|
|
|
A_White: <{color7}>FF; |
|
|
|
base05: White; |
|
|
|
color07: White; |
|
|
|
|
|
|
|
Bright_Black: <{color8}>; |
|
|
|
A_Bright_Black: <{color8}>FF; |
|
|
|
base03: Bright_Black; |
|
|
|
color08: Bright_Black; |
|
|
|
|
|
|
|
Bright_Red: <{color9}>; |
|
|
|
A_Bright_Red: <{color9}>FF; |
|
|
|
base08: Bright_Red; |
|
|
|
color09: Bright_Red; |
|
|
|
|
|
|
|
Bright_Green: <{color10}>; |
|
|
|
A_Bright_Green: <{color10}>FF; |
|
|
|
base0B: Bright_Green; |
|
|
|
color10: Bright_Green; |
|
|
|
|
|
|
|
Bright_Yellow: <{color11}>; |
|
|
|
A_Bright_Yellow: <{color11}>FF; |
|
|
|
base0A: Bright_Yellow; |
|
|
|
color11: Bright_Yellow; |
|
|
|
|
|
|
|
Bright_Blue: <{color12}>; |
|
|
|
A_Bright_Blue: <{color12}>FF; |
|
|
|
base0D: Bright_Blue; |
|
|
|
color12: Bright_Blue; |
|
|
|
|
|
|
|
Bright_Magenta: <{color13}>; |
|
|
|
A_Bright_Magenta: <{color13}>FF; |
|
|
|
base0E: Bright_Magenta; |
|
|
|
color13: Bright_Magenta; |
|
|
|
|
|
|
|
Bright_Cyan: <{color14}>; |
|
|
|
A_Bright_Cyan: <{color14}>FF; |
|
|
|
base0C: Bright_Cyan; |
|
|
|
color14: Bright_Cyan; |
|
|
|
|
|
|
|
Bright_White: <{color15}>; |
|
|
|
A_Bright_White: <{color15}>FF; |
|
|
|
base07: Bright_White; |
|
|
|
color15: Bright_White; |
|
|
|
|
|
|
|
Bright_Brown: #DC9656; |
|
|
|
A_Bright_Brown: #DC9656FF; |
|
|
|
base09: Bright_Brown; |
|
|
|
color16: Bright_Brown; |
|
|
|
|
|
|
|
Brown: #A16946; |
|
|
|
A_Brown: #A16946FF; |
|
|
|
base0F: Brown; |
|
|
|
color17: Brown; |
|
|
|
|
|
|
|
Dark_Black: <{color0}>; |
|
|
|
A_Dark_Black: <{color0}>FF; |
|
|
|
base01: Dark_Black; |
|
|
|
color18: Dark_Black; |
|
|
|
|
|
|
|
Black: <{color0}>; |
|
|
|
A_Black: <{color0}>FF; |
|
|
|
base02: Black; |
|
|
|
color19: Black; |
|
|
|
|
|
|
|
Grey: <{color7}>; |
|
|
|
A_Grey: <{color7}>FF; |
|
|
|
base04: Grey; |
|
|
|
color20: Grey; |
|
|
|
|
|
|
|
Bright_Grey: <{color15}>; |
|
|
|
A_Bright_Grey: <{color15}>FF; |
|
|
|
base06: Bright_Grey; |
|
|
|
color21: Bright_Grey; |
|
|
|
|
|
|
|
windowBg: Background; |
|
|
|
windowFg: White; |
|
|
|
windowBgOver: Black; |
|
|
|
windowBgRipple: Black; |
|
|
|
windowFgOver: windowFg; |
|
|
|
windowSubTextFg: Grey; |
|
|
|
windowSubTextFgOver: Grey; |
|
|
|
windowBoldFg: Bright_Grey; |
|
|
|
windowBoldFgOver: Bright_Grey; |
|
|
|
windowBgActive: Blue; |
|
|
|
windowFgActive: Bright_White; |
|
|
|
windowActiveTextFg: Blue; |
|
|
|
windowShadowFg: Bright_White; |
|
|
|
windowShadowFgFallback: Background; |
|
|
|
shadowFg: Black; |
|
|
|
slideFadeOutBg: Black; |
|
|
|
slideFadeOutShadowFg: windowShadowFg; |
|
|
|
imageBg: Black; |
|
|
|
imageBgTransparent: Black; |
|
|
|
activeButtonBg: windowBgActive; |
|
|
|
activeButtonBgOver: Blue; |
|
|
|
activeButtonBgRipple: Blue; |
|
|
|
activeButtonFg: windowFgActive; |
|
|
|
activeButtonFgOver: activeButtonFg; |
|
|
|
activeButtonSecondaryFg: activeButtonFg; |
|
|
|
activeButtonSecondaryFgOver: activeButtonSecondaryFg; |
|
|
|
activeLineFg: A_Blue; |
|
|
|
activeLineFgError: A_Bright_Brown; |
|
|
|
lightButtonBg: windowBg; |
|
|
|
lightButtonBgOver: A_Dark_Black; |
|
|
|
lightButtonBgRipple: A_Dark_Black; |
|
|
|
lightButtonFg: windowActiveTextFg; |
|
|
|
lightButtonFgOver: lightButtonFg; |
|
|
|
attentionButtonFg: A_Red; |
|
|
|
attentionButtonFgOver: A_Red; |
|
|
|
attentionButtonBgOver: A_Dark_Black; |
|
|
|
attentionButtonBgRipple: A_Black; |
|
|
|
outlineButtonBg: windowBg; |
|
|
|
outlineButtonBgOver: lightButtonBgOver; |
|
|
|
outlineButtonOutlineFg: windowBgActive; |
|
|
|
outlineButtonBgRipple: lightButtonBgRipple; |
|
|
|
menuBg: windowBg; |
|
|
|
menuBgOver: windowBgOver; |
|
|
|
menuBgRipple: windowBgRipple; |
|
|
|
menuIconFg: A_Bright_Black; |
|
|
|
menuIconFgOver: Bright_Grey; |
|
|
|
menuSubmenuArrowFg: A_White; |
|
|
|
menuFgDisabled: A_Black; |
|
|
|
menuSeparatorFg: A_Background; |
|
|
|
scrollBarBg: Grey; |
|
|
|
scrollBarBgOver: Blue; |
|
|
|
scrollBg: Transparent; |
|
|
|
scrollBgOver: Black; |
|
|
|
smallCloseIconFg: A_Bright_Black; |
|
|
|
smallCloseIconFgOver: A_Magenta; |
|
|
|
radialFg: windowFgActive; |
|
|
|
radialBg: A_Bright_White; |
|
|
|
placeholderFg: windowSubTextFg; |
|
|
|
placeholderFgActive: A_Bright_Black; |
|
|
|
inputBorderFg: A_Black; |
|
|
|
filterInputBorderFg: A_Blue; |
|
|
|
filterInputInactiveBg: windowBgOver; |
|
|
|
checkboxFg: A_Bright_Black; |
|
|
|
sliderBgInactive: A_Dark_Black; |
|
|
|
sliderBgActive: windowBgActive; |
|
|
|
tooltipBg: A_Background; |
|
|
|
tooltipFg: A_Grey; |
|
|
|
tooltipBorderFg: A_Black; |
|
|
|
titleBg: windowBgOver; |
|
|
|
titleShadow: windowBgOver; |
|
|
|
titleButtonFg: A_Bright_Black; |
|
|
|
titleButtonBgOver: A_Dark_Black; |
|
|
|
titleButtonFgOver: A_Magenta; |
|
|
|
titleButtonCloseBgOver: A_Red; |
|
|
|
titleButtonCloseFgOver: windowFgActive; |
|
|
|
titleFgActive: A_White; |
|
|
|
titleFg: A_Bright_Black; |
|
|
|
trayCounterBg: A_Red; |
|
|
|
trayCounterBgMute: A_Green; |
|
|
|
trayCounterFg: A_Background; |
|
|
|
trayCounterBgMacInvert: A_Background; |
|
|
|
trayCounterFgMacInvert: A_Bright_White; |
|
|
|
layerBg: Transparent; |
|
|
|
cancelIconFg: menuIconFg; |
|
|
|
cancelIconFgOver: menuIconFgOver; |
|
|
|
boxBg: windowBg; |
|
|
|
boxTextFg: windowFg; |
|
|
|
boxTextFgGood: A_Blue; |
|
|
|
boxTextFgError: A_Red; |
|
|
|
boxTitleFg: A_White; |
|
|
|
boxSearchBg: boxBg; |
|
|
|
boxSearchCancelIconFg: cancelIconFg; |
|
|
|
boxSearchCancelIconFgOver: cancelIconFgOver; |
|
|
|
boxTitleAdditionalFg: A_Blue; |
|
|
|
boxTitleCloseFg: cancelIconFg; |
|
|
|
boxTitleCloseFgOver: cancelIconFgOver; |
|
|
|
membersAboutLimitFg: windowSubTextFgOver; |
|
|
|
contactsBg: windowBg; |
|
|
|
contactsBgOver: windowBgOver; |
|
|
|
contactsNameFg: boxTextFg; |
|
|
|
contactsStatusFg: windowSubTextFg; |
|
|
|
contactsStatusFgOver: windowSubTextFgOver; |
|
|
|
contactsStatusFgOnline: windowActiveTextFg; |
|
|
|
photoCropFadeBg: layerBg; |
|
|
|
photoCropPointFg: A_Bright_Black; |
|
|
|
introBg: windowBg; |
|
|
|
introTitleFg: windowBoldFg; |
|
|
|
introDescriptionFg: windowSubTextFg; |
|
|
|
introErrorFg: windowSubTextFg; |
|
|
|
introCoverTopBg: A_Blue; |
|
|
|
introCoverBottomBg: A_Blue; |
|
|
|
introCoverIconsFg: A_Blue; |
|
|
|
introCoverPlaneTrace: A_Blue; |
|
|
|
introCoverPlaneInner: A_Black; |
|
|
|
introCoverPlaneOuter: A_Bright_Black; |
|
|
|
introCoverPlaneTop: A_Background; |
|
|
|
dialogsMenuIconFg: menuIconFg; |
|
|
|
dialogsMenuIconFgOver: menuIconFgOver; |
|
|
|
dialogsBg: windowBg; |
|
|
|
dialogsNameFg: windowBoldFg; |
|
|
|
dialogsChatIconFg: dialogsNameFg; |
|
|
|
dialogsDateFg: windowSubTextFg; |
|
|
|
dialogsTextFg: windowSubTextFg; |
|
|
|
dialogsTextFgService: windowActiveTextFg; |
|
|
|
dialogsDraftFg: A_Red; |
|
|
|
dialogsVerifiedIconBg: windowBgActive; |
|
|
|
dialogsVerifiedIconFg: windowFgActive; |
|
|
|
dialogsSendingIconFg: A_Bright_Black; |
|
|
|
dialogsSentIconFg: A_Blue; |
|
|
|
dialogsUnreadBg: windowBgActive; |
|
|
|
dialogsUnreadBgMuted: A_Bright_Black; |
|
|
|
dialogsUnreadFg: windowFgActive; |
|
|
|
dialogsBgOver: windowBgOver; |
|
|
|
dialogsNameFgOver: windowBoldFgOver; |
|
|
|
dialogsChatIconFgOver: dialogsNameFgOver; |
|
|
|
dialogsDateFgOver: windowSubTextFgOver; |
|
|
|
dialogsTextFgOver: windowSubTextFgOver; |
|
|
|
dialogsTextFgServiceOver: dialogsTextFgService; |
|
|
|
dialogsDraftFgOver: dialogsDraftFg; |
|
|
|
dialogsVerifiedIconBgOver: dialogsVerifiedIconBg; |
|
|
|
dialogsVerifiedIconFgOver: dialogsVerifiedIconFg; |
|
|
|
dialogsSendingIconFgOver: dialogsSendingIconFg; |
|
|
|
dialogsSentIconFgOver: dialogsSentIconFg; |
|
|
|
dialogsUnreadBgOver: dialogsUnreadBg; |
|
|
|
dialogsUnreadBgMutedOver: dialogsUnreadBgMuted; |
|
|
|
dialogsUnreadFgOver: dialogsUnreadFg; |
|
|
|
dialogsBgActive: A_Blue; |
|
|
|
dialogsNameFgActive: windowFgActive; |
|
|
|
dialogsChatIconFgActive: dialogsNameFgActive; |
|
|
|
dialogsDateFgActive: windowFgActive; |
|
|
|
dialogsTextFgActive: windowFgActive; |
|
|
|
dialogsTextFgServiceActive: dialogsTextFgActive; |
|
|
|
dialogsDraftFgActive: A_Black; |
|
|
|
dialogsVerifiedIconBgActive: dialogsTextFgActive; |
|
|
|
dialogsVerifiedIconFgActive: dialogsBgActive; |
|
|
|
dialogsSendingIconFgActive: A_Bright_Black; |
|
|
|
dialogsSentIconFgActive: dialogsTextFgActive; |
|
|
|
dialogsUnreadBgActive: dialogsTextFgActive; |
|
|
|
dialogsUnreadBgMutedActive: dialogsDraftFgActive; |
|
|
|
dialogsUnreadFgActive: dialogsBgActive; |
|
|
|
dialogsForwardBg: dialogsBgActive; |
|
|
|
dialogsForwardFg: dialogsNameFgActive; |
|
|
|
searchedBarBg: windowBgOver; |
|
|
|
searchedBarBorder: shadowFg; |
|
|
|
searchedBarFg: windowSubTextFgOver; |
|
|
|
topBarBg: windowBg; |
|
|
|
emojiPanBg: windowBg; |
|
|
|
emojiPanCategories: A_Background; |
|
|
|
emojiPanHeaderFg: windowSubTextFg; |
|
|
|
emojiPanHeaderBg: A_Background; |
|
|
|
stickerPanDeleteBg: A_Bright_White; |
|
|
|
stickerPanDeleteFg: windowFgActive; |
|
|
|
stickerPreviewBg: Transparent; |
|
|
|
historyTextInFg: windowFg; |
|
|
|
historyTextOutFg: windowFg; |
|
|
|
historyCaptionInFg: historyTextInFg; |
|
|
|
historyCaptionOutFg: historyTextOutFg; |
|
|
|
historyFileNameInFg: historyTextInFg; |
|
|
|
historyFileNameOutFg: historyTextOutFg; |
|
|
|
historyOutIconFg: dialogsSentIconFg; |
|
|
|
historyOutIconFgSelected: A_Blue; |
|
|
|
historyIconFgInverted: Blue; |
|
|
|
historySendingOutIconFg: A_Cyan; |
|
|
|
historySendingInIconFg: A_Bright_Black; |
|
|
|
historySendingInvertedIconFg: A_Dark_Black; |
|
|
|
historySystemBg: A_Grey; |
|
|
|
historySystemBgSelected: A_Blue; |
|
|
|
historySystemFg: windowFgActive; |
|
|
|
historyUnreadBarBg: A_Background; |
|
|
|
historyUnreadBarBorder: shadowFg; |
|
|
|
historyUnreadBarFg: A_Blue; |
|
|
|
historyForwardChooseBg: Transparent; |
|
|
|
historyForwardChooseFg: windowFgActive; |
|
|
|
historyPeer1NameFg: A_Red; |
|
|
|
historyPeer1UserpicBg: A_Red; |
|
|
|
historyPeer2NameFg: Bright_Brown; |
|
|
|
historyPeer2UserpicBg: Bright_Brown; |
|
|
|
historyPeer3NameFg: Green; |
|
|
|
historyPeer3UserpicBg: Green; |
|
|
|
historyPeer4NameFg: Blue; |
|
|
|
historyPeer4UserpicBg: Blue; |
|
|
|
historyPeer5NameFg: A_Magenta; |
|
|
|
historyPeer5UserpicBg: A_Magenta; |
|
|
|
historyPeer6NameFg: Red; |
|
|
|
historyPeer6UserpicBg: Red; |
|
|
|
historyPeer7NameFg: Cyan; |
|
|
|
historyPeer7UserpicBg: Cyan; |
|
|
|
historyPeer8NameFg: Yellow; |
|
|
|
historyPeer8UserpicBg: Yellow; |
|
|
|
historyPeerUserpicFg: windowFgActive; |
|
|
|
historyScrollBarBg: Grey; |
|
|
|
historyScrollBarBgOver: Blue; |
|
|
|
historyScrollBg: Transparent; |
|
|
|
historyScrollBgOver: Black; |
|
|
|
msgInBg: windowBg; |
|
|
|
msgInBgSelected: Red; |
|
|
|
msgOutBg: Black; |
|
|
|
msgOutBgSelected: Red; |
|
|
|
msgSelectOverlay: A_Grey; |
|
|
|
msgStickerOverlay: A2_Red; |
|
|
|
msgInServiceFg: windowActiveTextFg; |
|
|
|
msgInServiceFgSelected: windowActiveTextFg; |
|
|
|
msgOutServiceFg: A_Grey; |
|
|
|
msgOutServiceFgSelected: A_Grey; |
|
|
|
msgInShadow: Grey; |
|
|
|
msgInShadowSelected: Red; |
|
|
|
msgOutShadow: Grey; |
|
|
|
msgOutShadowSelected: Red; |
|
|
|
msgInDateFg: A_Grey; |
|
|
|
msgInDateFgSelected: A_Grey; |
|
|
|
msgOutDateFg: A_Grey; |
|
|
|
msgOutDateFgSelected: A_Grey; |
|
|
|
msgServiceFg: Background; |
|
|
|
msgServiceBg: A_White; |
|
|
|
msgServiceBgSelected: A_Green; |
|
|
|
msgInReplyBarColor: activeLineFg; |
|
|
|
msgInReplyBarSelColor: activeLineFg; |
|
|
|
msgOutReplyBarColor: historyOutIconFg; |
|
|
|
msgOutReplyBarSelColor: historyOutIconFgSelected; |
|
|
|
msgImgReplyBarColor: msgServiceFg; |
|
|
|
msgInMonoFg: Grey; |
|
|
|
msgOutMonoFg: Blue; |
|
|
|
msgDateImgFg: msgServiceFg; |
|
|
|
msgDateImgBg: A_Bright_White; |
|
|
|
msgDateImgBgOver: A_Bright_White; |
|
|
|
msgDateImgBgSelected: A_White; |
|
|
|
msgFileThumbLinkInFg: lightButtonFg; |
|
|
|
msgFileThumbLinkInFgSelected: lightButtonFgOver; |
|
|
|
msgFileThumbLinkOutFg: A_Blue; |
|
|
|
msgFileThumbLinkOutFgSelected: A_Blue; |
|
|
|
msgFileInBg: windowBgActive; |
|
|
|
msgFileInBgOver: A_Blue; |
|
|
|
msgFileInBgSelected: A_Blue; |
|
|
|
msgFileOutBg: A_Blue; |
|
|
|
msgFileOutBgOver: A_Blue; |
|
|
|
msgFileOutBgSelected: A_Cyan; |
|
|
|
msgFile1Bg: A_Blue; |
|
|
|
msgFile1BgDark: A_Blue; |
|
|
|
msgFile1BgOver: A_Blue; |
|
|
|
msgFile1BgSelected: A_Blue; |
|
|
|
msgFile2Bg: A_Blue; |
|
|
|
msgFile2BgDark: A_Grey; |
|
|
|
msgFile2BgOver: A_Grey; |
|
|
|
msgFile2BgSelected: A_Grey; |
|
|
|
msgFile3Bg: A_Bright_Brown; |
|
|
|
msgFile3BgDark: A_Red; |
|
|
|
msgFile3BgOver: A_Red; |
|
|
|
msgFile3BgSelected: A_Brown; |
|
|
|
msgFile4Bg: A_Yellow; |
|
|
|
msgFile4BgDark: A_Bright_Brown; |
|
|
|
msgFile4BgOver: A_Bright_Brown; |
|
|
|
msgFile4BgSelected: A_Green; |
|
|
|
historyFileInIconFg: msgInBg; |
|
|
|
historyFileInIconFgSelected: msgInBgSelected; |
|
|
|
historyFileInRadialFg: historyFileInIconFg; |
|
|
|
historyFileInRadialFgSelected: historyFileInIconFgSelected; |
|
|
|
historyFileOutIconFg: msgOutBg; |
|
|
|
historyFileOutIconFgSelected: msgOutBgSelected; |
|
|
|
historyFileOutRadialFg: historyFileOutIconFg; |
|
|
|
historyFileOutRadialFgSelected: historyFileOutIconFgSelected; |
|
|
|
historyFileThumbIconFg: msgInBg; |
|
|
|
historyFileThumbIconFgSelected: msgInBgSelected; |
|
|
|
historyFileThumbRadialFg: historyFileThumbIconFg; |
|
|
|
historyFileThumbRadialFgSelected: historyFileThumbIconFgSelected; |
|
|
|
msgWaveformInActive: windowBgActive; |
|
|
|
msgWaveformInActiveSelected: A_Blue; |
|
|
|
msgWaveformInInactive: A_Black; |
|
|
|
msgWaveformInInactiveSelected: A_Cyan; |
|
|
|
msgWaveformOutActive: A_Green; |
|
|
|
msgWaveformOutActiveSelected: A_Blue; |
|
|
|
msgWaveformOutInactive: A_Bright_Black; |
|
|
|
msgWaveformOutInactiveSelected: A_Cyan; |
|
|
|
msgBotKbOverBgAdd: A_Grey; |
|
|
|
msgBotKbIconFg: msgServiceFg; |
|
|
|
msgBotKbRippleBg: A_Bright_White; |
|
|
|
mediaInFg: msgInDateFg; |
|
|
|
mediaInFgSelected: msgInDateFgSelected; |
|
|
|
mediaOutFg: msgOutDateFg; |
|
|
|
mediaOutFgSelected: msgOutDateFgSelected; |
|
|
|
youtubePlayIconBg: A_Red; |
|
|
|
youtubePlayIconFg: windowFgActive; |
|
|
|
videoPlayIconBg: A_Bright_White; |
|
|
|
videoPlayIconFg: A_Background; |
|
|
|
toastBg: Black; |
|
|
|
toastFg: Background; |
|
|
|
reportSpamBg: emojiPanHeaderBg; |
|
|
|
reportSpamFg: windowFg; |
|
|
|
historyToDownShadow: Background; |
|
|
|
historyComposeAreaBg: msgInBg; |
|
|
|
historyComposeAreaFg: historyTextInFg; |
|
|
|
historyComposeAreaFgService: msgInDateFg; |
|
|
|
historyComposeIconFg: menuIconFg; |
|
|
|
historyComposeIconFgOver: menuIconFgOver; |
|
|
|
historySendIconFg: windowBgActive; |
|
|
|
historySendIconFgOver: windowBgActive; |
|
|
|
historyPinnedBg: historyComposeAreaBg; |
|
|
|
historyReplyBg: historyComposeAreaBg; |
|
|
|
historyReplyIconFg: windowBgActive; |
|
|
|
historyReplyCancelFg: cancelIconFg; |
|
|
|
historyReplyCancelFgOver: cancelIconFgOver; |
|
|
|
historyComposeButtonBg: historyComposeAreaBg; |
|
|
|
historyComposeButtonBgOver: windowBgOver; |
|
|
|
historyComposeButtonBgRipple: windowBgRipple; |
|
|
|
overviewCheckBg: Black; |
|
|
|
overviewCheckFg: windowBg; |
|
|
|
overviewCheckFgActive: windowBg; |
|
|
|
overviewPhotoSelectOverlay: A_White; |
|
|
|
profileStatusFgOver: A_Blue; |
|
|
|
profileVerifiedCheckBg: windowBgActive; |
|
|
|
profileVerifiedCheckFg: windowFgActive; |
|
|
|
notificationsBoxMonitorFg: windowFg; |
|
|
|
notificationsBoxScreenBg: dialogsBgActive; |
|
|
|
notificationSampleUserpicFg: windowBgActive; |
|
|
|
notificationSampleCloseFg: A_Black; |
|
|
|
notificationSampleTextFg: A_Black; |
|
|
|
notificationSampleNameFg: A_Magenta; |
|
|
|
mainMenuBg: windowBg; |
|
|
|
mainMenuCoverBg: dialogsBgActive; |
|
|
|
mainMenuCoverFg: windowFgActive; |
|
|
|
mediaPlayerBg: windowBg; |
|
|
|
mediaPlayerActiveFg: windowBgActive; |
|
|
|
mediaPlayerInactiveFg: sliderBgInactive; |
|
|
|
mediaPlayerDisabledFg: A_Cyan; |
|
|
|
mediaviewFileBg: windowBg; |
|
|
|
mediaviewFileNameFg: windowFg; |
|
|
|
mediaviewFileSizeFg: windowSubTextFg; |
|
|
|
mediaviewFileRedCornerFg: A_Red; |
|
|
|
mediaviewFileYellowCornerFg: A_Bright_Brown; |
|
|
|
mediaviewFileGreenCornerFg: Green; |
|
|
|
mediaviewFileBlueCornerFg: A_Blue; |
|
|
|
mediaviewFileExtFg: activeButtonFg; |
|
|
|
mediaviewMenuBg: Background; |
|
|
|
mediaviewMenuBgOver: Black; |
|
|
|
mediaviewMenuBgRipple: Black; |
|
|
|
mediaviewMenuFg: windowFgActive; |
|
|
|
mediaviewBg: Background; |
|
|
|
mediaviewVideoBg: imageBg; |
|
|
|
mediaviewControlBg: Background; |
|
|
|
mediaviewControlFg: windowFgActive; |
|
|
|
mediaviewCaptionBg: Background; |
|
|
|
mediaviewCaptionFg: mediaviewControlFg; |
|
|
|
mediaviewTextLinkFg: A_Cyan; |
|
|
|
mediaviewSaveMsgBg: toastBg; |
|
|
|
mediaviewSaveMsgFg: toastFg; |
|
|
|
mediaviewPlaybackActive: A_Bright_Black; |
|
|
|
mediaviewPlaybackInactive: A_Bright_Grey; |
|
|
|
mediaviewPlaybackActiveOver: A_Background; |
|
|
|
mediaviewPlaybackInactiveOver: A_White; |
|
|
|
mediaviewPlaybackProgressFg: A_Dark_Black; |
|
|
|
mediaviewPlaybackIconFg: mediaviewPlaybackActive; |
|
|
|
mediaviewPlaybackIconFgOver: mediaviewPlaybackActiveOver; |
|
|
|
mediaviewTransparentBg: Transparent; |
|
|
|
mediaviewTransparentFg: Transparent; |
|
|
|
notificationBg: windowBg; |