Skip to content

Commit

Permalink
Reorder global colours
Browse files Browse the repository at this point in the history
It's a little easier to read this way.
  • Loading branch information
JoseDiazRohena committed Jan 15, 2024
1 parent e67bd57 commit feab194
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libs/tote_bag/juce_gui/lookandfeel/LookAndFeelConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ const juce::Colour valentinePinkDark (0xffe0a2d5);
const juce::Colour grassGreen (0xff43a028);
const juce::Colour avocadoGreen (0xff83a028);
const juce::Colour racecarRed (0xffef202a);

const juce::Colour lightGrey = juce::Colour (125, 125, 125);
const juce::Colour transparentDarkGrey = juce::Colour (105, 105, 105).withAlpha (0.3f);
const juce::Colour darkGrey = juce::Colour (105, 105, 105);
const juce::Colour slightlyTransparentBlack = juce::Colour (0, 0, 0).withAlpha (0.6f);
const juce::Colour transparentDarkGrey = juce::Colour (105, 105, 105).withAlpha (0.3f);
const juce::Colour lightGrey = juce::Colour (125, 125, 125);
} // colours
} // tote_bag

0 comments on commit feab194

Please sign in to comment.