All Projects → lassekongo83 → Plano Theme

lassekongo83 / Plano Theme

Licence: gpl-3.0
A flat theme for GNOME & Xfce4

Projects that are alternatives of or similar to Plano Theme

Yosemite-gtk-theme
Mac OSX Yosemite like theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 74 (-63.37%)
Mutual labels:  gnome, gtk3-theme
Abrus-gtk-theme
Abrus is a stylish Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 25 (-87.62%)
Mutual labels:  gnome, gtk3-theme
Slate-theme
GTK Mac-like theme for cleaner and flat-er look.
Stars: ✭ 14 (-93.07%)
Mutual labels:  gnome, gtk3-theme
Azure-theme
Azure is a clean and fresh blue theme for GTK 3, GTK 2 and Gnome-Shell
Stars: ✭ 100 (-50.5%)
Mutual labels:  gnome, gtk3-theme
Matcha Gtk Theme
Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell
Stars: ✭ 494 (+144.55%)
Mutual labels:  gnome, gtk3-theme
yaru-remix
My Novice approach for yaru-remix
Stars: ✭ 57 (-71.78%)
Mutual labels:  gnome, gtk3-theme
Fuchsia
Google Fuchsia theme (based on preview colors and Android theme)
Stars: ✭ 15 (-92.57%)
Mutual labels:  gnome, gtk3-theme
Manjarin Gtk Theme
GTK2 and GTK3 theme developed for the Manjaro-Gnome Edition
Stars: ✭ 30 (-85.15%)
Mutual labels:  gnome, gtk3-theme
Sierra Gtk Theme
MacOS High Sierra like theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 490 (+142.57%)
Mutual labels:  gnome, gtk3-theme
Gnome Layout Manager
A bash script that batch installs and tweaks GNOME extensions as well as GTK/Shell themes. There are currently three options available: Unity, Windows and macOS.
Stars: ✭ 383 (+89.6%)
Mutual labels:  gnome, gtk3-theme
Macos
macOS theme for Gnome and GTK-based desktops
Stars: ✭ 641 (+217.33%)
Mutual labels:  gnome, gtk3-theme
Vimix Gtk Themes
Vimix is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 1,384 (+585.15%)
Mutual labels:  gnome, gtk3-theme
Fractal
Matrix.org gtk+ client
Stars: ✭ 156 (-22.77%)
Mutual labels:  gnome
Automathemely
Simple, set-and-forget python application for changing between desktop themes according to light and dark hours
Stars: ✭ 169 (-16.34%)
Mutual labels:  gnome
Something For Reddit
A Reddit Client For GNOME (with Gtk+ and Python)
Stars: ✭ 151 (-25.25%)
Mutual labels:  gnome
Gnome Shell Extension Gsconnect
KDE Connect implementation for GNOME
Stars: ✭ 2,137 (+957.92%)
Mutual labels:  gnome
Swiftgtk
A Swift wrapper around gtk-3.x and gtk-4.x that is largely auto-generated from gobject-introspection
Stars: ✭ 180 (-10.89%)
Mutual labels:  gnome
Desktopfolder
Bring your Desktop Back to Life
Stars: ✭ 171 (-15.35%)
Mutual labels:  gnome
Smuxi
Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
Stars: ✭ 145 (-28.22%)
Mutual labels:  gnome
Wallutils
🌆 Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
Stars: ✭ 145 (-28.22%)
Mutual labels:  gnome

Plano Theme

Plano is a flat theme for GNOME and Xfce.

Plano theme

Screenshot Details: Wallpaper | Icons | GNOME shell extension: Dash to panel

Requirements

  • GNOME Shell 3.38 (Older versions can be found under the releases section.)
  • GTK 3.24.13+

I can't guarantee that the themes will look as intended on older versions.

Some of these packages may already be installed by default on some distros.

  • Debian/Ubuntu/Mint - apt install gtk2-engines-murrine gtk2-engines-pixbuf ninja-build git meson sassc
  • Arch/Manjaro - pacman -S gtk-engines gtk-engine-murrine ninja git meson sassc
  • Opensuse - zypper in gtk2-engine-murrine gtk2-engines ninja git meson sassc
  • Fedora - dnf install gtk-murrine-engine gtk2-engines ninja-build git meson sassc

Other distros may have named the above packages differently.

Installation

When the above requirements are installed, simply run these commands:

git clone https://github.com/lassekongo83/plano-theme.git
cd plano-theme
meson build
sudo ninja -C build install

The theme(s) will be installed in: /usr/share/themes/

Updating the theme

Navigate to the plano-theme folder that was originally cloned. (If you removed it, do the steps above instead).

Then simply run:

git pull
sudo ninja -C build install

Changing themes

Use gnome-tweaks to change themes.

You can also change your GTK themes using a terminal.

# Changing the theme to Plano
gsettings set org.gnome.desktop.interface gtk-theme Plano

# Reverting the change to the default GNOME theme
gsettings set org.gnome.desktop.interface gtk-theme Adwaita

To change the gnome-shell theme you need to activate the User themes extension on the Extensions page in gnome-tweaks.

  1. If it's not installed, then look for the package gnome-shell-extensions or gnome-shell-extension-user-theme and install it.
  2. Restart gnome-tweaks (if it was open) and activate User themes on the Extensions page in gnome-tweaks.
  3. Go to the Appearance page in gnome-tweaks and change the Shell theme to Plano in the drop-down list. (If it still shows a yellow rectangle, then restart gnome-tweaks or relog.)

Xfce users can change themes in Settings > Appearance and Settings > Window manager

Flatpak applications

To use the theme in Flatpak applications you'll have to copy the theme(s) from /usr/share/themes to ~/.themes (Symbolic links won't work.)

As long as the version of the included GTK3 for the Flatpak app is at 3.24.x the theme should be used. Some apps may require you to change the theme in the app's settings.

Removing the theme(s)

To be safe from any gnome-shell crashes or weird behavior, change the gnome-shell theme to another one before running the command below.

Run sudo rm -r /usr/share/themes/Plano*

Copying or Reusing

The GTK theme(s) and included scripts are free software licensed under the terms of the GNU General Public License, version 3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].