1. Change primary theme color
If you want to change primary theme color! (Default color is MacOS blue) then you can run: `for example` ```bash ./install.sh -t green # Install green primary(accent) color version ./install.sh -c dark -o solid -t all # Install All primary(accent) color dark solid versions ``` ![1](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/install-tip-01.png) ###2. Install GDM theme
If you want to install GDM theme! then you can run: `for example` ```bash sudo ./install.sh -g # install default dark version sudo ./install.sh -g -c light # install light version sudo ./install.sh -g -r # remove installed GDM theme ``` ![2](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/install-tip-02.png) ###3. Change nautilus sidebar width size
If you want to change nautilus sidebar width size! (Default size is 200px) (Nautilus cannot change the structure of the sidebar, so I added a picture as a background to achieve the effect of bigsur) then you can run: 'for example' ```bash ./install.sh -s 260 # Install 260px width version ``` ![3](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/install-tip-03.png) ###4. Change gnome-shell activities icon
If you want to change gnome-shell activities icon! (Default icon is Apple) then you can run: `for example` ```bash ./install.sh -i manjaro # Install Manjaro icon ``` ![4](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/install-tip-04.png) ###5. Change nautilus sidebar style
If you want to use Mojave like sidebar style! (Default is Big Sur style) then you can run: ```bash ./install.sh --nautilus-use-colors ``` ![5](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/install-tip-05.png) ### Fix For Flatpak apps Just run this: ```bash sudo flatpak override --filesystem=~/.themes ``` ### On Snapcraft You can install the theme from the Snap Store, or by running: ```bash sudo snap install whitesur-gtk-theme ``` To connect the theme to an app, run: ```bash sudo snap connect [other snap]:gtk-3-themes whitesur-gtk-theme:gtk-3-themes ``` ```bash sudo snap connect [other snap]:icon-themes whitesur-gtk-theme:icon-themes ``` To connect the theme to all apps which have available plugs to gtk-common-themes, you can run: ```bash for i in $(snap connections | grep gtk-common-themes:gtk-3-themes | awk '{print $2}'); do sudo snap connect $i whitesur-gtk-theme:gtk-3-themes; done ``` ### Suggested themes | Suggested themes | Links | Preview | |:--------------------|:-------------|:-------------| | Kde theme | [WhiteSur-kde](https://github.com/vinceliuice/WhiteSur-kde)| ![kde](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/whitesur-kde-theme.png) | | Icon theme | [WhiteSur-icon](https://github.com/vinceliuice/WhiteSur-icon-theme)| ![icon](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/whitesur-icon-theme.png) | | Wallpaper | [WhiteSur wallpaper](https://github.com/vinceliuice/WhiteSur-kde/tree/master/wallpaper)| ![wallpaper](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/whitesur-wallpaper.png) | | Firefox theme | [WhiteSur firefox theme](src/other/firefox)| ![firefox](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/firefox-theme.png) | | Dash to Dock theme | [WhiteSur dash-to-dock theme](src/other/dash-to-dock)| ![firefox](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/dash-to-dock.png) | ## Theme Preview ![gtk](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/preview-gtk.png)