defines.scss 861 B

123456789101112131415161718192021222324
  1. @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
  2. @import url(https://fonts.googleapis.com/css?family=Inconsolata);
  3. $font : 'Inconsolata', sans-serif;
  4. // ------------- //
  5. // If you update these colors, you should also
  6. // replace them in the class Inspector as well,
  7. // as it's used for custom themes
  8. // ------------- //
  9. $color : #ccc;
  10. $background : #242424;
  11. $background-active : #2c2c2c;
  12. $color-top : #f29766;
  13. $color-bot : #5db0d7;
  14. $background-lighter : lighten($color: $background, $amount : 3%);
  15. $background-lighter2: lighten($color: $background-lighter, $amount : 5%);
  16. $background-lighter3: lighten($color: $background-lighter2, $amount: 5%);
  17. $resizebar-width : 10px;
  18. $tabbar-height : 32px;
  19. $searchbar-height : 30px;