Created
June 18, 2012 03:45
-
-
Save judy-zz/2946731 to your computer and use it in GitHub Desktop.
Solarized colors for Twitter Bootstrap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
.