diff options
Diffstat (limited to 'src/settings.hpp')
-rw-r--r-- | src/settings.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/settings.hpp b/src/settings.hpp index c51e635..419734c 100644 --- a/src/settings.hpp +++ b/src/settings.hpp @@ -40,9 +40,9 @@ public: // [style] std::string ChannelsExpanderColor { "rgba(255, 83, 112, 0)" }; std::string NSFWChannelColor { "#970d0d" }; - std::string MentionBadgeColor { "#b82525" }; - std::string MentionBadgeTextColor { "#fbfbfb" }; - std::string UnreadIndicatorColor { "#ffffff" }; + std::string MentionBadgeColor { "rgba(184, 37, 37, 0)" }; + std::string MentionBadgeTextColor { "rgba(251, 251, 251, 0)" }; + std::string UnreadIndicatorColor { "rgba(255, 255, 255, 0)" }; // [notifications] #ifdef _WIN32 |