[Visual] Custom theming (currently for top bar only)

This commit is contained in:
Eric Kotato 2022-09-15 23:21:49 +03:00 committed by Eric Kotato
parent 33f2d8f58a
commit 230fbd7c11

View file

@ -666,6 +666,35 @@ premiumIconBg1: #f38926; // icon in premium settings gradient 1
premiumIconBg2: #e44456; // icon in premium settings gradient 2
// kotatogram
ktgTopBarBg: topBarBg; // Kotatogram: top bar background
ktgTopBarNameFg: dialogsNameFg; // Kotatogram: top bar name text
ktgTopBarStatusFg: windowSubTextFg; // Kotatogram: top bar status text
ktgTopBarStatusFgActive: windowActiveTextFg; // Kotatogram: top bar online and typing status text
ktgTopBarBackIconFg: boxTitleCloseFg; // Kotatogram: top bar back icon
ktgTopBarBackIconFgOver: boxTitleCloseFgOver; // Kotatogram: top bar back icon with mouse over
ktgTopBarBackIconBgRipple: windowBgOver; // Kotatogram: top bar back icon ripple effect
ktgTopBarIconFg: menuIconFg; // Kotatogram: top bar icon (call, search, side panel, three dots)
ktgTopBarIconFgOver: menuIconFgOver; // Kotatogram: top bar icon (call, search, side panel, three dots) with mouse over
ktgTopBarIconFgActive: windowActiveTextFg; // Kotatogram: active top bar icon (call, search, side panel, three dots)
ktgTopBarIconBgRipple: windowBgOver; // Kotatogram: top bar icon (call, search, side panel, three dots) ripple effect
ktgTopBarIconBgActiveRipple: lightButtonBgOver; // Kotatogram: active top bar icon (call, search, side panel, three dots) ripple effect
ktgTopBarActiveButtonFg: activeButtonFg; // Kotatogram: top bar active button text
ktgTopBarActiveButtonFgOver: activeButtonFgOver; // Kotatogram: top bar active button text with mouse over
ktgTopBarActiveButtonSecondaryFg: activeButtonSecondaryFg; // Kotatogram: top bar active button numbers text
ktgTopBarActiveButtonSecondaryFgOver: activeButtonSecondaryFgOver; // Kotatogram: top bar active button numbers text with mouse over
ktgTopBarActiveButtonBg: activeButtonBg; // Kotatogram: top bar active button background
ktgTopBarActiveButtonBgOver: activeButtonBgOver; // Kotatogram: top bar active button background with mouse over
ktgTopBarActiveButtonBgRipple: activeButtonBgRipple; // Kotatogram: top bar active button ripple effect
ktgTopBarClearButtonFg: lightButtonFg; // Kotatogram: top bar clear button text
ktgTopBarClearButtonFgOver: lightButtonFgOver; // Kotatogram: top bar clear button text with mouse over
ktgTopBarClearButtonBg: lightButtonBg; // Kotatogram: top bar clear button background
ktgTopBarClearButtonBgOver: lightButtonBgOver; // Kotatogram: top bar clear button background with mouse over
ktgTopBarClearButtonBgRipple: lightButtonBgRipple; // Kotatogram: top bar clear button ripple effect
ktgMessageNameIconFg: historyPeer4NameFg; // Kotatogram: icon near sender name in a message (obsolete)
ktgMessageNameIconFgSelected: ktgMessageNameIconFg; // Kotatogram: icon near sender name in a selected message (obsolete)