- fixed font loading
- changed to RMS - added decibel Scales - fixed logo loading - changed blood theme - added some look and feel
This commit is contained in:
parent
a27c62f062
commit
3fda15966c
16 changed files with 396 additions and 146 deletions
|
|
@ -31,8 +31,8 @@ void setBloodTheme (Theme* theme)
|
|||
theme->setColour(ThemeColour::accent_two, new Colour(115, 47, 64));
|
||||
theme->setColour(ThemeColour::clip, new Colour(255, 23, 68));
|
||||
theme->setColour(ThemeColour::warning, new Colour(255, 143, 0));
|
||||
theme->setColour(ThemeColour::lcd_bg, new Colour(0, 0, 0));
|
||||
theme->setColour(ThemeColour::lcd, new Colour(180, 38, 78));
|
||||
theme->setColour(ThemeColour::lcd_bg, new Colour(43, 0, 0));
|
||||
theme->setColour(ThemeColour::lcd, new Colour(255, 0, 0));
|
||||
}
|
||||
|
||||
void setOrangeDreamTheme (Theme* theme)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue