summaryrefslogtreecommitdiff
path: root/src/settings.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-01-28 14:46:33 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2022-01-28 14:46:33 -0500
commitce238d08e96aafc956b5ecd7cf00796a227c5666 (patch)
tree81a2ab3506a6c4dcc52f84a21e4bf59db9f43267 /src/settings.hpp
parentf9864a24ed92fd06076bb456b498575940b758fd (diff)
downloadabaddon-portaudio-ce238d08e96aafc956b5ecd7cf00796a227c5666.tar.gz
abaddon-portaudio-ce238d08e96aafc956b5ecd7cf00796a227c5666.zip
add style option for unread indicator color
Diffstat (limited to 'src/settings.hpp')
-rw-r--r--src/settings.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.hpp b/src/settings.hpp
index 2f48248..52b20b9 100644
--- a/src/settings.hpp
+++ b/src/settings.hpp
@@ -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);