mirror of https://github.com/procxx/kepka.git
Separate theme keys for emoji category icon color.
This commit is contained in:
parent
cedf8a65e7
commit
17e08f9291
|
@ -94,7 +94,7 @@ placeholderFgActive: #aaaaaa; // default input field placeholder when field is f
|
||||||
inputBorderFg: #e0e0e0; // default input field bottom border (like in code input field when you log in and field is not focused)
|
inputBorderFg: #e0e0e0; // default input field bottom border (like in code input field when you log in and field is not focused)
|
||||||
filterInputBorderFg: #54c3f3; // default rounded input field border (like in chats list search field when field is focused)
|
filterInputBorderFg: #54c3f3; // default rounded input field border (like in chats list search field when field is focused)
|
||||||
filterInputInactiveBg: windowBgOver; // default rounded input field background (like in chats list search field when field is inactive)
|
filterInputInactiveBg: windowBgOver; // default rounded input field background (like in chats list search field when field is inactive)
|
||||||
checkboxFg: #b3b3b3; // default unchecked checkbox rounded rectangle (and also emoji category icons)
|
checkboxFg: #b3b3b3; // default unchecked checkbox rounded rectangle
|
||||||
|
|
||||||
sliderBgInactive: #e1eaef; // default slider not active bar (like in Settings when you choose interface scale or custom notifications count)
|
sliderBgInactive: #e1eaef; // default slider not active bar (like in Settings when you choose interface scale or custom notifications count)
|
||||||
sliderBgActive: windowBgActive; // default slider active bar (like in Settings when you choose interface scale or custom notifications count)
|
sliderBgActive: windowBgActive; // default slider active bar (like in Settings when you choose interface scale or custom notifications count)
|
||||||
|
@ -248,6 +248,8 @@ emojiPanBg: windowBg; // emoji panel background
|
||||||
emojiPanCategories: #f7f7f7 | windowBg; // emoji panel categories background
|
emojiPanCategories: #f7f7f7 | windowBg; // emoji panel categories background
|
||||||
emojiPanHeaderFg: windowSubTextFg; // emoji panel section header text
|
emojiPanHeaderFg: windowSubTextFg; // emoji panel section header text
|
||||||
emojiPanHeaderBg: #fffffff2 | emojiPanBg; // emoji panel section header background
|
emojiPanHeaderBg: #fffffff2 | emojiPanBg; // emoji panel section header background
|
||||||
|
emojiIconFg: checkboxFg; // emoji category icon
|
||||||
|
emojiIconFgActive: windowBgActive; // active emoji category icon
|
||||||
stickerPanDeleteBg: #000000cc; // delete X button background for custom sent stickers in stickers panel (legacy)
|
stickerPanDeleteBg: #000000cc; // delete X button background for custom sent stickers in stickers panel (legacy)
|
||||||
stickerPanDeleteFg: windowFgActive; // delete X button icon for custom sent stickers in stickers panel (legacy)
|
stickerPanDeleteFg: windowFgActive; // delete X button icon for custom sent stickers in stickers panel (legacy)
|
||||||
stickerPreviewBg: #ffffffb0; // sticker and GIF preview background (when you press and hold on a sticker)
|
stickerPreviewBg: #ffffffb0; // sticker and GIF preview background (when you press and hold on a sticker)
|
||||||
|
|
|
@ -101,8 +101,6 @@ stickersReorderFg: windowSubTextFg;
|
||||||
stickersRowDisabledOpacity: 0.4;
|
stickersRowDisabledOpacity: 0.4;
|
||||||
stickersRowDuration: 200;
|
stickersRowDuration: 200;
|
||||||
|
|
||||||
emojiIconFg: checkboxFg;
|
|
||||||
emojiIconFgActive: windowBgActive;
|
|
||||||
stickersSettings: icon {{ "emoji_settings", emojiIconFg }};
|
stickersSettings: icon {{ "emoji_settings", emojiIconFg }};
|
||||||
stickersTrending: icon {{ "emoji_trending", emojiIconFg }};
|
stickersTrending: icon {{ "emoji_trending", emojiIconFg }};
|
||||||
stickersTrendingActive: icon {{ "emoji_trending", emojiIconFgActive }};
|
stickersTrendingActive: icon {{ "emoji_trending", emojiIconFgActive }};
|
||||||
|
|
Loading…
Reference in New Issue