
SoliditySeasons
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
SoliditySeasons is a GTK3 pack theme made with the Solidity engine, including SoliditySpring, SoliditySummer, SolidityAutumn, SolidityWinter and their variations with same colors but darker tones, based on SolidityChromium (http://opendesktop.org/content/show.php?content=148483) and matching the Open-Murrine-Seasons themes (http://opendesktop.org/content/show.php/Open-Murrine-Seasons?content=140811). I want it looks Clearlooks-Glossy/Murrine like as far as possible.
IMPORTANT : Solidity engine (http://opendesktop.org/content/show.php/solidity+gtk3+engine?content=142331) is required (0.4.1 version) !
It works better on GTK 3.2
Also available :
MurrinaSeasons (http://opendesktop.org/content/show.php/MurrinaSeasons?content=140810)
8 years ago
1.0 : Initial release.
8 years ago
1.0 : Initial release.
TheStarLion
8 years ago
Report
DDZ
8 years ago
ln -s /usr/share/themes/SoliditySummer/gtk-3.0 ~/.config/gtk-3.0
Does it work once you uncomment this line :
#GtkTheme=SoliditySummer
removing the "#" ->
GtkTheme=SoliditySummer
in the index.theme file?
Else, maybe you must follow the GTK 3.x wiki article : https://wiki.archlinux.org/index.php/GTK%2B#GTK.2B_3.x to use Gnome Tweak Tool or to edit {XDG_CONFIG_HOME}/gtk-3.0/settings.ini manually.
PS : Solidity must be updated to work with GTK 3.4
Report
TheStarLion
8 years ago
Guess I'll have to go manually for now.
Report
SpecKtacle
8 years ago
Report
DDZ
8 years ago
Compile and install :
- GTK2 :
./autogen.sh
./configure --prefix=/usr
make
sudo make install (or su -c 'make install')
- GTK3 :
./autogen.sh
./configure --prefix=/usr --with-gtk3
make
sudo make install (or su -c 'make install')
Or:
- Ubuntu package (http://ppa.launchpad.net/valere-monseur/valr/ubuntu/pool/main/a/awf/)
- PPA (https://launchpad.net/~valere-monseur/+archive/valr)
Running :
- GTK2 : awf-gtk2
- GTK3 : awf-gtk3
Report