Skip to content

sabatesduran/github-colors-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github programming language colors

Github colors for all the programming languages in css, sass and less.

The files follows this pattern:

CSS:

.ghc-shell { color: #89e051; }
.ghc-shell-bg { background-color: #89e051; }

Sass:

$ghc-shell: #89e051;

Less:

@ghc-shell: #89e051;

The name of the programming languages will be changed like this:

  • The language name it's in downcase
  • Change the spaces for -
  • Change ' for -
  • Change # for -sharp
  • Change + for p

You can rebuild the css file executing

$ ruby run.rb