defines.scss 684 B

12345678910111213141516171819
  1. @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
  2. @import url(http://fonts.googleapis.com/css?family=Inconsolata);
  3. $font : 'Inconsolata', sans-serif;
  4. $color : #ccc;
  5. $background : #242424;
  6. $background-active : #2c2c2c;
  7. $color-top : #f29766;
  8. $color-bot : #5db0d7;
  9. $background-lighter : lighten($color: $background, $amount : 3%);
  10. $background-lighter2: lighten($color: $background-lighter, $amount : 5%);
  11. $background-lighter3: lighten($color: $background-lighter2, $amount: 5%);
  12. $resizebar-width : 10px;
  13. $tabbar-height : 32px;
  14. $searchbar-height : 30px;