diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-01-21 00:41:35 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-01-21 00:41:35 -0500 |
commit | 0ce509f80e238f7ffe14623761269aba8295c0f4 (patch) | |
tree | 9fa67decaea1d851162e8dca46fa9c63a9fbde2b /src/settings.hpp | |
parent | b6b215ee6f08e4e7d6d987ffd676cebeb8638a62 (diff) | |
download | abaddon-portaudio-0ce509f80e238f7ffe14623761269aba8295c0f4.tar.gz abaddon-portaudio-0ce509f80e238f7ffe14623761269aba8295c0f4.zip |
add settings for some colors
Diffstat (limited to 'src/settings.hpp')
-rw-r--r-- | src/settings.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/settings.hpp b/src/settings.hpp index ca2303f..0d5f3a5 100644 --- a/src/settings.hpp +++ b/src/settings.hpp @@ -32,10 +32,13 @@ public: std::string UserAgent { "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36" }; // [style] - // TODO: convert to StyleProperty + // TODO: convert to StyleProperty... or maybe not? i still cant figure out what the "correct" method is for this std::string LinkColor { "rgba(40, 200, 180, 255)" }; std::string ChannelsExpanderColor { "rgba(255, 83, 112, 255)" }; std::string NSFWChannelColor { "#ed6666" }; + std::string ChannelColor { "#fbfbfb" }; + std::string MentionBadgeColor { "#b82525" }; + std::string MentionBadgeTextColor { "#fbfbfb" }; }; SettingsManager(const std::string &filename); |