GithubHelp home page GithubHelp logo

gnome-play-theme's Introduction

This is an example GTK theme, aims to be properly written and easily to expand for creating your own themes. It is based and supports the current development GTK+ version 3.22, but it should work at least on 3.20

To install

You need Node 6.0, and you can get it from NVM

1. Clone the repo

git clone https://github.com/alex285/gnome-play-theme

2. Install dependencies

cd gnome-play-theme
npm install

3. Build it

gulp

That will create a CSS file

gnome-play-theme/dist/public/gtk/play-dark/gtk.css

4. Install it

Create a new GTK3 theme folder

sudo mkdir -p /usr/share/themes/Play/gtk-3.0

Copy Adwaita (or any other) GTK2 theme

sudo cp -R /usr/share/themes/Adwaita/{gtk-2.0,index.theme} /usr/share/themes/Play/

Copy the gtk.css file you built before

sudo cp -R dist/public/gtk/play-dark/gtk.css /usr/share/themes/Play/gtk-3.0/

DONE!

Select the theme (Play) with GNOME Tweak Tool

Info

When you test themes, test them with GTK Inspector. So basically do not pick this theme from Tweak Tool, because it is totally unusable, and you may not even be able revert :p

gnome-play-theme's People

Contributors

alexis-diavatis avatar

Stargazers

moarbytes avatar Piotr Rusin avatar Maksim Stashkevich avatar Ivan Vučica avatar morris.liu avatar Adrian Fedoreanu avatar Alessandro Galli avatar Neal avatar Gean Marroquin avatar Gregory Loscombe avatar  avatar Serhii Tsynailo avatar Nicolas Danelon avatar

Watchers

James Cloos avatar alex285 avatar

gnome-play-theme's Issues

Won't compile on Ubuntu 16.04 with GTK 3.20

It won't compile 😢 When running npm install (or even sudo npm install) it says it can't find Node even though I did install Node 6.0 and it's there as /usr/bin/nodejs
The exact output is:

npm WARN prefer global [email protected] should be installed with -g

> [email protected] install /home/vistaus/Apps/gnome-play-theme/node_modules/node-sass
> node scripts/install.js

sh: 1: node: not found
npm ERR! Linux 4.8.0-040800rc2-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn

npm ERR! [email protected] install: `node scripts/install.js`
npm ERR! spawn ENOENT
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node scripts/install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node scripts/install.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs node-sass
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls node-sass
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/vistaus/Apps/gnome-play-theme/npm-debug.log

You can find the debug log in the attachment ( I had to rename it to npm-debug.txt 'cause GitHub doesn't support uploading of .log files).
npm-debug.txt

gnome titlebar

Hi Alex couldn't find a better way to reach you, how can decrease titlebar heigh on gnome 3.3x

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.