Skip to content

Commit

Permalink
fix colors
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Apr 29, 2024
1 parent de17d83 commit 7fe61f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/sorthem/ui/bar.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ class Bar : public sf::Drawable {
public:
inline static const sf::Color default_color = sf::Color::White;
inline static const sf::Color swapping_color = sf::Color(0xF33232FF); // red
inline static const sf::Color getting_color = sf::Color(0xF33232FF); // red
inline static const sf::Color setting_color = sf::Color(0xE79933FF); // orange
inline static const sf::Color getting_color = sf::Color(0x9B54C3FF); // purple
inline static const sf::Color setting_color = sf::Color(0x2D43DBFF); // blue
inline static const sf::Color comparing_color = sf::Color(0xE79933FF); // orange

Bar();

void setSize(sf::Vector2f new_size);
Expand Down

0 comments on commit 7fe61f7

Please sign in to comment.