Graphs and tables for your Spotify account.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

179 lines
5.1 KiB

  1. // Darkly 4.1.3
  2. // Bootswatch
  3. //
  4. // Color system
  5. //
  6. $white: #fff !default;
  7. $gray-100: #f8f9fa !default;
  8. $gray-200: #ebebeb !default;
  9. $gray-300: #dee2e6 !default;
  10. $gray-400: #ced4da !default;
  11. $gray-500: #adb5bd !default;
  12. $gray-600: #999 !default;
  13. $gray-700: #444 !default;
  14. $gray-800: #303030 !default;
  15. $gray-900: #222 !default;
  16. $black: #000 !default;
  17. // $blue: #375a7f !default;
  18. $blue: #2A9FD6 !default;
  19. $indigo: #6610f2 !default;
  20. $purple: #6f42c1 !default;
  21. $pink: #e83e8c !default;
  22. $red: #E74C3C !default;
  23. $orange: #fd7e14 !default;
  24. $yellow: #F39C12 !default;
  25. $green: #00bc8c !default;
  26. $teal: #20c997 !default;
  27. $cyan: #3498DB !default;
  28. $primary: $blue !default;
  29. $secondary: $gray-700 !default;
  30. $success: $green !default;
  31. $info: $cyan !default;
  32. $warning: $yellow !default;
  33. $danger: $red !default;
  34. $light: $gray-800 !default;
  35. $dark: $gray-500 !default;
  36. $yiq-contrasted-threshold: 175 !default;
  37. // Body
  38. $body-bg: $gray-900 !default;
  39. $body-color: $white !default;
  40. // Links
  41. $link-color: $success !default;
  42. // Fonts
  43. $font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
  44. $font-size-base: 0.9375rem !default;
  45. $h1-font-size: 3rem !default;
  46. $h2-font-size: 2.5rem !default;
  47. $h3-font-size: 2rem !default;
  48. // Tables
  49. $table-accent-bg: $gray-800 !default;
  50. $table-border-color: $gray-700 !default;
  51. $table-dark-bg: $gray-500 !default;
  52. $table-dark-border-color: darken($gray-500, 7.5%) !default;
  53. $table-dark-color: $body-bg !default;
  54. // Forms
  55. $input-border-color: transparent !default;
  56. $input-group-addon-color: $gray-500 !default;
  57. $input-group-addon-bg: $gray-700 !default;
  58. $custom-file-color: $gray-500 !default;
  59. $custom-file-border-color: $gray-700 !default;
  60. // Dropdowns
  61. $dropdown-bg: $gray-900 !default;
  62. $dropdown-border-color: $gray-700 !default;
  63. $dropdown-divider-bg: $gray-700 !default;
  64. $dropdown-link-color: $white !default;
  65. $dropdown-link-hover-color: $white !default;
  66. $dropdown-link-hover-bg: $primary !default;
  67. // Navs
  68. $nav-link-padding-x: 2rem !default;
  69. $nav-link-disabled-color: $gray-500 !default;
  70. $nav-tabs-border-color: $gray-700 !default;
  71. $nav-tabs-link-hover-border-color: $nav-tabs-border-color $nav-tabs-border-color transparent !default;
  72. $nav-tabs-link-active-color: $white !default;
  73. $nav-tabs-link-active-border-color: $nav-tabs-border-color $nav-tabs-border-color transparent !default;
  74. // Navbar
  75. $navbar-padding-y: 1rem !default;
  76. $navbar-dark-color: $white !default;
  77. $navbar-dark-hover-color: $success !default;
  78. $navbar-light-color: rgba($white,.5) !default;
  79. $navbar-light-hover-color: $white !default;
  80. $navbar-light-active-color: $white !default;
  81. $navbar-light-disabled-color: rgba($white,.3) !default;
  82. $navbar-light-toggler-border-color: rgba($white,.1) !default;
  83. // Pagination
  84. $pagination-color: $white !default;
  85. $pagination-bg: $success !default;
  86. $pagination-border-width: 0 !default;
  87. $pagination-border-color: transparent !default;
  88. $pagination-hover-color: $white !default;
  89. $pagination-hover-bg: lighten($success, 10%) !default;
  90. $pagination-hover-border-color: transparent !default;
  91. $pagination-active-bg: $pagination-hover-bg !default;
  92. $pagination-active-border-color: transparent !default;
  93. $pagination-disabled-color: $white !default;
  94. $pagination-disabled-bg: darken($success, 15%) !default;
  95. $pagination-disabled-border-color: transparent !default;
  96. // Jumbotron
  97. $jumbotron-bg: $gray-800 !default;
  98. // Cards
  99. $card-cap-bg: $gray-700 !default;
  100. $card-bg: $gray-800 !default;
  101. // Popovers
  102. $popover-bg: $gray-800 !default;
  103. $popover-header-bg: $gray-700 !default;
  104. // Modals
  105. $modal-content-bg: $gray-800 !default;
  106. $modal-content-border-color: $gray-700 !default;
  107. $modal-header-border-color: $gray-700 !default;
  108. // Progress bars
  109. $progress-height: 0.625rem !default;
  110. $progress-font-size: 0.625rem !default;
  111. $progress-bg: $gray-700 !default;
  112. // List group
  113. $list-group-bg: $gray-800 !default;
  114. $list-group-border-color: $gray-700 !default;
  115. $list-group-hover-bg: $gray-700 !default;
  116. // Breadcrumbs
  117. $breadcrumb-bg: $gray-700 !default;
  118. // Close
  119. $close-color: $white !default;
  120. $close-text-shadow: none !default;
  121. // Code
  122. $pre-color: inherit !default;