mirror of
https://codeberg.org/armin/beamgrid.git
synced 2026-09-01 20:30:47 +02:00
4 lines
164 B
C++
4 lines
164 B
C++
|
|
#include "BeamgridLookAndFeel.h"
|
||
|
|
|
||
|
|
const juce::Colour BeamgridLookAndFeel::tealBase { 0xff558899 };
|
||
|
|
const juce::Colour BeamgridLookAndFeel::peakBase { 0xff996655 };
|