From 9d2fbadd55a1c7c89660fcec430a945867ded527 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 21 Jun 2021 18:19:10 +0200 Subject: Add theme option to disable rounded rectangle drop shadow --- src/Theme.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Theme.cpp') diff --git a/src/Theme.cpp b/src/Theme.cpp index 1f4feca..6616721 100644 --- a/src/Theme.cpp +++ b/src/Theme.cpp @@ -32,6 +32,7 @@ namespace QuickMedia { themes[Theme::THEME_DARK].arrow_color = sf::Color(255, 255, 255, 175); themes[Theme::THEME_DARK].url_text_color = sf::Color(35, 140, 245); themes[Theme::THEME_DARK].loading_page_color = sf::Color(175, 180, 188); + themes[Theme::THEME_DARK].blur_enabled = true; } void init_themes() { -- cgit v1.2.3