Skip to content

Instantly share code, notes, and snippets.

@judy-zz
Created June 18, 2012 03:45
Show Gist options
  • Save judy-zz/2946731 to your computer and use it in GitHub Desktop.
Save judy-zz/2946731 to your computer and use it in GitHub Desktop.
Solarized colors for Twitter Bootstrap
@black: #002b36;
@grayDarker: #586e75;
@grayDark: #657b83;
@gray: #839496;
@grayLight: #93a1a1;
@grayLighter: #eee8d5;
@white: #fdf6e3;
@blue: #2aa198;
@blueDark: #268bd2;
@green: #859900;
@red: #dc322f;
@yellow: #b58900;
@orange: #cb4b16;
@pink: #d33682;
@purple: #6c71c4;
@judy-zz
Copy link
Author

judy-zz commented Jun 18, 2012

I have to mention, that Solarized has 8 shades of grey, and Twitter Bootstrap is built on 7. So I'm skipping the next-to-darkest shade of grey in Solarized, which is #073642.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment