vinceliuice / Mojave-gtk-theme

Mojave is a macos Mojave like theme for GTK 3, GTK 2 and Gnome-Shell
GNU General Public License v3.0
1.5k stars 243 forks source link

Dolphin does not look proper with Mojave-dark #213

Closed fenilgmehta closed 3 years ago

fenilgmehta commented 3 years ago

Thanks a lot for developing this wonderful theme and maintaining it 😃

I am using this theme on Linux Mint 20 Cinnamon and facing the following two issues with Dolphin:

This is how it looks with Mojave-dark-orange image


If I use /usr/bin/dolphin -stylesheet "dolphin-stylesheet.qss", then it looks little better but

image

# Content of dolphin-stylesheet.qss
DolphinViewContainer > DolphinView > QAbstractScrollArea {
    background-color: #242424;
}
vinceliuice commented 3 years ago

Dolphin is not gtk app

fenilgmehta commented 3 years ago

Yes, I know.

Found the solution using:

  1. https://ubuntuhandbook.org/index.php/2020/11/change-qt5-apps-theme-look-native-ubuntu-20-04/
  2. https://www.linuxuprising.com/2018/05/use-custom-themes-for-qt-applications.html

Thanks