Skip to content

jeweloper/numix-cinnamon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Numix for cinnamon


####Installation

You can install the latest version of this theme from within your theme settings.


####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:

  • Install nodejs and npm.

    • 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 dir.

    • It will create a ~/.themes dir if it doesn't exist already.

    • Even if you change the location of your working directory, running gulp will update the link.

    • If you already have a folder/file named Numix-Cinnamon in your .themes dir, it will be deleted.

  • Compile sass whenever certain files change.

    • Open gulpfile.js to see what files/folders are being watched.
  • 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.

About

A theme for Cinnamon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 98.5%
  • JavaScript 1.5%