diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-06-21 18:34:48 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-06-21 18:35:29 +0200 |
commit | a573a3f1a30e3e06ef0ffb0731f6a6db3419cc42 (patch) | |
tree | 9219e437a27da6573e957b76f1281b49c56256be /src | |
parent | b11c3abc93decfcf82140b92d83a1278bcc51375 (diff) |
Disable blur for nord theme
Diffstat (limited to 'src')
-rw-r--r-- | src/Theme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Theme.cpp b/src/Theme.cpp index f6fe9e5..63c1dc8 100644 --- a/src/Theme.cpp +++ b/src/Theme.cpp @@ -57,6 +57,7 @@ namespace QuickMedia { themes[Theme::THEME_NORD].arrow_color = sf::Color(236, 239, 244); themes[Theme::THEME_NORD].url_text_color = sf::Color(136, 192, 208); themes[Theme::THEME_NORD].loading_page_color = sf::Color(229, 233, 240); + themes[Theme::THEME_NORD].blur_enabled = false; } void init_themes() { |