defines.scss 1.0 KB

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