mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 21:27:07 +02:00
29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
/*
|
|
* This is the source code of AyuGram for Desktop.
|
|
*
|
|
* We do not and cannot prevent the use of our code,
|
|
* but be respectful and credit the original author.
|
|
*
|
|
* Copyright @Radolyn, 2024
|
|
*/
|
|
|
|
using "ui/colors.palette";
|
|
using "ui/widgets/widgets.style";
|
|
|
|
ayuGhostIcon: icon {{ "ayu/ghost", menuIconColor }};
|
|
ayuMenuIcon: icon {{ "ayu/ayu_menu", menuIconColor }};
|
|
ayuEditsHistoryIcon: icon {{ "ayu/edits_history", menuIconColor }};
|
|
ayuLReadMenuIcon: icon {{ "ayu/lread", menuIconColor }};
|
|
ayuSReadMenuIcon: icon {{ "ayu/sread", menuIconColor }};
|
|
ayuStreamerModeMenuIcon: icon {{ "ayu/streamer", menuIconColor }};
|
|
|
|
ayuMenuIconToBeginning: icon {{ "ayu/to_beginning", menuIconColor }};
|
|
|
|
inChannelBadgeIcon: icon {{ "ayu/channel", msgInDateFg }};
|
|
inChannelBadgeSelectedIcon: icon {{ "ayu/channel", msgInDateFgSelected }};
|
|
outChannelBadgeIcon: icon {{ "ayu/channel", msgOutDateFg }};
|
|
outChannelBadgeSelectedIcon: icon {{ "ayu/channel", msgOutDateFgSelected }};
|
|
|
|
infoExteraBadge: icon {{ "ayu/exterabadge", profileVerifiedCheckBg }};
|
|
|
|
winEnterWithGuestIcon: icon {{ "ayu/ghost_tray", windowFg }};
|