Skip to content

Commit bd8efe3

Browse files
authored
Merge pull request #702 from anjaldoshi/refactor-plugin-installer
Refactor and redesign Plugin Installer
2 parents 5b10cf3 + 721acb6 commit bd8efe3

4 files changed

Lines changed: 1287 additions & 923 deletions

File tree

Source/UI/LookAndFeel/CustomLookAndFeel.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ void CustomLookAndFeel::setTheme (ColourTheme theme)
255255

256256
setColour (BubbleComponent::backgroundColourId, currentThemeColours[ThemeColours::widgetBackground]);
257257
setColour (BubbleComponent::outlineColourId, currentThemeColours[ThemeColours::outline]);
258+
259+
setColour (HyperlinkButton::textColourId, theme == ColourTheme::DARK ? Colours::dodgerblue : Colour (0xff1a0dab));
258260
}
259261

260262
//==============================================================================

0 commit comments

Comments
 (0)