vcl/source/app/IconThemeSelector.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e629abc924bd3589d98a85d361e94a55794861f1
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Mar 10 11:41:45 2023 +0000
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sat Mar 11 03:41:46 2023 +0000

    Use sifr_dark for dark mode under gnome
    
    originally we only had one dark theme so in a dark theme there was only
    one option available, breeze_dark, but there's now a bunch to choose from,
    so we should make an explicit choice.
    
    https://pagure.io/fedora-workstation/issue/361
    
    suggests that
    
    "... the Sifr icon theme ... was designed to fit in with GNOME's icons."
    while
    "... the Breeze icons were designed for KDE Plasma, not GNOME"
    
    Change-Id: Ibdbf6dd624cbf607ba8e5632add430c2d8ff64d5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148651
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/vcl/source/app/IconThemeSelector.cxx 
b/vcl/source/app/IconThemeSelector.cxx
index 73c2f7e6ab39..6b8dfc0f42c7 100644
--- a/vcl/source/app/IconThemeSelector.cxx
+++ b/vcl/source/app/IconThemeSelector.cxx
@@ -88,7 +88,7 @@ IconThemeSelector::GetIconThemeForDesktopEnvironment(const 
OUString& desktopEnvi
         if (!bPreferDarkIconTheme)
             r = "elementary";
         else
-            r = "breeze_dark";
+            r = "sifr_dark";
     } else
     {
         if (!bPreferDarkIconTheme)

Reply via email to