As you may have noticed, I haven't contributed anything to this project for about a year now. For different reasons (lake of time, knowledge, interest, ...). In the meantime I also switched to the dark Numix theme which looks more minimalistically. That's the same reason why I prefer Unity over Gnome. So it's just a personal preference.
The sass branch is already ready to use :wink:. Always has been. Just test it with the gtk3-widget-factory. Don't forget to build (make css) it first.
I always wanted to do a last fine-tuning to unify the rest of the code as well, but wasn't able to do so. If you take a look at the MediterraneanWhiteNight sass files, you'll see that only 4 files (gtk.scss, gtk-widgets-assets.scss, gtk-colors.scss and colors.scss) have a unique implementation.
gtk-colors.scss and colors.scss because each theme has its own color set.
gtk.scss because you can adjust some parts of the theme. e.g. you can choose between darker or lighter tabs. Or the nautilus theme.
gtk-widgets-assets.scss because all assets are shared but each theme uses a different configuration of them (light or dark).
All other files are using the files in the MediterraneanCommon folder. Fixing a bug in the MediterraneanCommon files will fix the bug for all themes. Therefore I would suggest to use the sass branch for now on. However, before doing so, please check the themes in the branch with common programs like nautilus, libre-office and others to see if there is a different output between the sass branch and the master branch. (I didn't find any :tada:)
Thank you guys, it was a pleasure working with you. :smile_cat:
Hi guys!
As you may have noticed, I haven't contributed anything to this project for about a year now. For different reasons (lake of time, knowledge, interest, ...). In the meantime I also switched to the dark Numix theme which looks more minimalistically. That's the same reason why I prefer Unity over Gnome. So it's just a personal preference.
The sass branch is already ready to use :wink:. Always has been. Just test it with the
gtk3-widget-factory
. Don't forget to build (make css
) it first. I always wanted to do a last fine-tuning to unify the rest of the code as well, but wasn't able to do so. If you take a look at the MediterraneanWhiteNight sass files, you'll see that only 4 files (gtk.scss, gtk-widgets-assets.scss, gtk-colors.scss and colors.scss) have a unique implementation.All other files are using the files in the MediterraneanCommon folder. Fixing a bug in the MediterraneanCommon files will fix the bug for all themes. Therefore I would suggest to use the sass branch for now on. However, before doing so, please check the themes in the branch with common programs like nautilus, libre-office and others to see if there is a different output between the sass branch and the master branch. (I didn't find any :tada:)
Thank you guys, it was a pleasure working with you. :smile_cat: