###Numix for cinnamon
####Installation
Move the Numix-Cinnamon folder into your ~/.themes directory.
####Compatibility
The latest version of this theme is on the master branch, and it supports cinnamon version 2.8.
For older versions, check the available releases.
####Development
This theme is written using the css preprocessor sass.
You should use the provided gulpfile.js for improved workflow and speed!
In order to use gulp:
-
- If you want to contribute, make sure you run the nodejs version from the
.nvmrcfile! Use Nvm!
- If you want to contribute, make sure you run the nodejs version from the
-
Install gulp globally:
$ npm install --global gulp
-
In the directory where the
gulpfile.jsfile is, run:$ npm install
-
In the same dir, run the following to use gulp:
$ gulp
Gulp will:
-
Make a symlink of the
Numix-Cinnamonfolder inside the~/.themesdir.-
It will create a
~/.themesdir if it doesn't exist already. -
Even if you change the location of your working directory, running
gulpwill update the link. -
If you already have a folder/file named
Numix-Cinnamonin your.themesdir, it will be deleted.
-
-
Compile sass whenever certain files change.
- Open
gulpfile.jsto see what files/folders are being watched.
- Open
-
Autoreload the theme.
- Under cinnamon, this will only work for changes in the (s)css files. When modifying images, you will have to restart cinnamon.