sabatesduran / github-colors-css

Github programming language colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Github programming language colors

License:MIT License


Languages

Language:CSS 95.6%Language:Ruby 4.4%