Linux最佳GTK主题
本文的主题源自于文章:15个最佳GTK主题
Orchis theme
Orchis is a Material Design theme for GNOME/GTK based desktop environments.
Based on nana-4 -- materia-theme
Requirements
- GTK
>=3.20 gnome-themes-extra(orgnome-themes-standard)- Murrine engine — The package name depends on the distro.
gtk-engine-murrineon Arch Linuxgtk-murrine-engineon Fedoragtk2-engine-murrineon openSUSEgtk2-engines-murrineon Debian, Ubuntu, etc.
sassc— build dependency
Donate
If you like my project, you can buy me a coffee:
Installation
Download
1 | git git@github.com:vinceliuice/Orchis-theme.git |
Manual Installation
Run the following commands in the terminal:
1 | ./install.sh |
Tip:
./install.shallows the following options:
1 | OPTIONS: |
For more information, run:
./install.sh -h
Tweaks for Orchis
Fix for libadwaita (Gnome-shell >= 42.0)
run: ./install.sh -l (Default light version will
installed)
This fix is just a link from selected Ochis gtk-4.0 theme in
$HOME/.theme to $HOME/.config/gtk-4.0/gtk.css
so it will not support change theme through Gnome-tweaks if
you want install other theme version for libadwaita you can run
like:
1 | ./install.sh -c dark -l #(Link dark version) |
1 | ./install.sh -c dark -t purple -l #(Link dark purple version) |
and so on ...
Flatpak Installation
Automatically install your host GTK+ 3.0 theme as a Flatpak. Use this:
Also if you want to use this theme on a GTK+ 4.0 flatpak app, you can give the permission to access this file
local: 1
flatpak override --user --filesystem=xdg-config/gtk-4.0
global: 1
flatpak override --filesystem=xdg-config/gtk-4.0
