diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-04 20:19:02 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-04 20:19:02 -0500 |
commit | e21b678220ce6ca7712a46ee9fe674320e148bab (patch) | |
tree | e07ca6ea7c0660e92aafe5a33410ed9589ae38f9 /src/settings.hpp | |
parent | 2625f6e4207d2ec3f45629208181f49564dca9aa (diff) | |
download | abaddon-portaudio-e21b678220ce6ca7712a46ee9fe674320e148bab.tar.gz abaddon-portaudio-e21b678220ce6ca7712a46ee9fe674320e148bab.zip |
get link color from theme
Diffstat (limited to 'src/settings.hpp')
-rw-r--r-- | src/settings.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings.hpp b/src/settings.hpp index 037233b..67ba515 100644 --- a/src/settings.hpp +++ b/src/settings.hpp @@ -39,7 +39,6 @@ public: // [style] // 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" }; |