Skip to content

frebro/base16-less

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

base16-less

A LESS implementation of the Base16 color schemes, originally by Chris Kempson.

Installation

Download the ZIP or install with bower:

bower install base16-less

How to use

Inside the /base16 directory are a number of Base16 color theme files. Include one of them in your project to get access to color variables.

These are the available variable names:

// Grayscale
@base00 @base01 @base02 @base03 @base04 @base05 @base06 @base07

// Colors
@base08 @base09 @base0A @base0B @base0C @base0D @base0E @base0F

Themes included

By Bram de Haan

  • Atelier Dune
  • Atelier Forest
  • Atelier Heath
  • Atelier Lakeside
  • Atelier Seaside

By Chris Kempson

  • Bright
  • Chalk
  • Default
  • Eighties
  • Greenscreen
  • Mocha
  • Ocean
  • Pop
  • Tomorrow

By Wimer Hazenberg

  • Monokai

By Ryan Bates

  • Railscasts

By Ethan Schoonover

  • Solarized

By Fredrik Broman

  • Android

Bootstrap integration

Do you build your own Bootstrap? Include either one of light.less or dark.less from the /base16-bootstrap/ directory together with one of the theme files to apply a Base16 color theme. Here's how

// Import Bootstrap
@import "bootstrap";

// Apply a Base16 theme
@import "base16/default"
@import "base16-bootstrap/bright"

About

A LESS implementation of the Base16 color system by Chris Kempson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages