aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/QuickMedia.cpp2
-rw-r--r--src/SearchBar.cpp2
2 files changed, 2 insertions, 2 deletions
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 <signal.h>
#include <X11/keysym.h>
-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 <assert.h>
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;