Skip to content

mevg/numix-cinnamon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

###A theme for cinnamon 2.6


####Installation

You can install this theme from within your theme settings.


####Developing

This theme is written using the css preprocessor sass.

In case you want to contribute code or report a bug, please report against the relevant sass file and not the css file!

You should use the provided gulpfile.js for improved workflow and speed!


In order to use gulp:

  • Install nodejs and npm. (NOTE: If you want to contribute, make sure you run the nodejs version from the .nvmrc file! Use Nvm!)

  • Install gulp globally:

    $ npm install --global gulp
  • In the directory where the gulpfile.js file is, run:

    $ npm install
  • In the same dir, run the following to use gulp:

    $ gulp

Gulp will:

  • Make a symlink of the Numix-Cinnamon folder inside the ~/.themes directory. Even if you change the location of your working directory, running gulp will update the link! (NOTE: Make sure you don't have a folder named Numix-Cinnamon in this dir when you first run gulp.)

  • Compile sass whenever certain files get changed, and...

  • Autoreload the theme. (NOTE: Under cinnamon, this will only work for changes in the (s)css files. When modifying images, you will have to restart cinnamon ('alt+f2' -> 'r') in order to see a change.)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 98.6%
  • JavaScript 1.4%