add style option for unread indicator color

This commit is contained in:
ouwou
2022-01-28 14:46:33 -05:00
parent f9864a24ed
commit ce238d08e9
4 changed files with 12 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ public:
std::string ChannelColor { "#fbfbfb" };
std::string MentionBadgeColor { "#b82525" };
std::string MentionBadgeTextColor { "#fbfbfb" };
std::string UnreadIndicatorColor { "#ffffff" };
};
SettingsManager(const std::string &filename);