From a35baac8ce545b0b51432849214e1f8ec1af1a75 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 1 Aug 2020 04:26:33 +0200 Subject: Use dwm colors --- src/QuickMedia.cpp | 2 +- src/SearchBar.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index 74e5194..85c6695 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -27,7 +27,7 @@ #include #include -static const sf::Color back_color(30, 32, 34); +static const sf::Color back_color(34, 34, 34); static const int DOUBLE_CLICK_TIME = 500; static const std::string fourchan_google_captcha_api_key = "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc"; static const float tab_text_size = 18.0f; diff --git a/src/SearchBar.cpp b/src/SearchBar.cpp index 63fbfc8..d96172a 100644 --- a/src/SearchBar.cpp +++ b/src/SearchBar.cpp @@ -6,7 +6,7 @@ #include const sf::Color text_placeholder_color(255, 255, 255, 100); -const sf::Color front_color(43, 45, 47); +const sf::Color front_color(34, 34, 34); const float background_margin_horizontal = 8.0f; const float background_margin_vertical = 4.0f; const float PADDING_HORIZONTAL = 50.0f; -- cgit v1.2.3