diff --git a/libs/sst/sst-jucegui b/libs/sst/sst-jucegui index e4e29e72..294e13c0 160000 --- a/libs/sst/sst-jucegui +++ b/libs/sst/sst-jucegui @@ -1 +1 @@ -Subproject commit e4e29e72dc31c89c65a78c3929332fff7c1d8d73 +Subproject commit 294e13c0dab10c46c267d1fd686f8236da31d3ae diff --git a/src-ui/components/WelcomeScreen.cpp b/src-ui/components/WelcomeScreen.cpp index a77ffd84..364dff5c 100644 --- a/src-ui/components/WelcomeScreen.cpp +++ b/src-ui/components/WelcomeScreen.cpp @@ -75,7 +75,7 @@ auto txt = "\n" "We love early testers, documenters, and designers on all our projects. The best way to " - "chat with the Surge Synth Team devs about ShortcircutiXT is to join the Surge Synth Team " + "chat with the Surge Synth Team devs about ShortcircuitXT is to join the Surge Synth Team " "discord and hop into the #using-shortcircuit or #sc-development channels.\n\n" "Finally, we love developers too! If you want to join the team and help sling some code on the " "project, please get in touch.\n\n" diff --git a/src-ui/theme/ThemeApplier.cpp b/src-ui/theme/ThemeApplier.cpp index 6752b220..90f88cb6 100644 --- a/src-ui/theme/ThemeApplier.cpp +++ b/src-ui/theme/ThemeApplier.cpp @@ -283,12 +283,13 @@ void applyColors(const sheet_t::ptr_t &base, const ColorMap &cols) * Set up base classes */ base->setColour(Base::styleClass, Base::background, cols.get(ColorMap::bg_2)); + base->setColour(Base::styleClass, Base::background_hover, cols.getHover(ColorMap::bg_2)); base->setFont(BaseLabel::styleClass, BaseLabel::labelfont, juce::Font(11, juce::Font::plain)); base->setColour(BaseLabel::styleClass, jcmp::NamedPanel::Styles::labelcolor, cols.get(ColorMap::generic_content_medium)); base->setColour(BaseLabel::styleClass, jcmp::NamedPanel::Styles::labelcolor_hover, - cols.get(ColorMap::generic_content_medium).brighter(0.1)); + cols.getHover(ColorMap::generic_content_medium)); base->setColour(Outlined::styleClass, Outlined::outline, cols.get(ColorMap::bg_1)); base->setColour(Outlined::styleClass, Outlined::brightoutline,