Skip to content

xihels/plane-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLANE THEME

  • A beautiful theme for Gnome Linux, more information in Plane project






Build

NODE: v8.12.0

NPM: v6.4.1

# Install node modules
$ npm i

# Build
$ gulp

# Copy white variant
$ sudo cp -a ./build/Plane /usr/share/themes/Plane

# Copy dark variant
$ sudo cp -a ./build/Plane-dark /usr/share/themes/Plane-dark

# Active white theme
$ gsettings set  org.gnome.desktop.interface gtk-theme Plane && gsettings set org.gnome.shell.extensions.user-theme name Plane

# Active dark theme
$ gsettings set  org.gnome.desktop.interface gtk-theme Plane-dark && gsettings set org.gnome.shell.extensions.user-theme name Plane-dark

Build with Autoreload

# Build and make symbolic link to themes
$ npm i
$ gulp
$ CURR_DIR=$(pwd)
$ sudo ln -s ${CURR_DIR}/build/Plane /usr/share/themes/Plane
$ sudo ln -s ${CURR_DIR}/build/Plane-dark /usr/share/themes/Plane-dark

# Autoreload Plane
$ gulp watch

# Autoreload Plane-dark
$ gulp watch -D

Update

Upstream themes are downloaded and changes monitored.

GDM Theme

You can change the GDM (lock/login screen) theme by replacing the default GNOME Shell theme. See the wiki for details: https://github.com/wfpaisa/plane-theme/wiki/GDM-Theme

Thanks to

  • Arc Theme
  • Adwaita Theme

And all those designs that served as inspiration

About

A beautiful theme for Gnome Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 98.5%
  • Other 1.5%