Skip to content

wfpaisa/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](https://github.com/wfpaisa/plane)
    









Build

NODE: v8.12.0

NPM: v6.4.1

# Install node modules
$ npm i

# Build
$ gulp

# Create local .themes directory if it does not already exist
$ mkdir -p ~/.themes

# Copy white variant
$ cp -r ./build/Plane ~/.themes

# Copy dark variant
$ cp -r ./build/Plane-dark ~/.themes

# 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
$ mkdir -p ~/.themes
$ ln -s $(pwd)/build/Plane ~/.themes
$ ln -s $(pwd)/build/Plane-dark ~/.themes

# Autoreload Plane
$ gulp watch

# Autoreload Plane-dark
$ gulp watch -D

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

Versions

Thanks to

  • Adwaita Theme

And all those designs that served as inspiration

Licence

License: GPLv3

About

A beautiful theme for Gnome Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages