|
@@ -1,12 +1,14 @@
|
|
|
@import '../variables';
|
|
@import '../variables';
|
|
|
|
|
|
|
|
-$topbar:#4F5467;
|
|
|
|
|
-$sidebar:#4F5467;
|
|
|
|
|
-$bodycolor:#fff;
|
|
|
|
|
-$headingtext: #2b2b2b;
|
|
|
|
|
-$bodytext: #686868;
|
|
|
|
|
-$linktext: $inverse;
|
|
|
|
|
-$linktext-hover: lighten($inverse, 20%);
|
|
|
|
|
|
|
+$basecolor:#2e343f;
|
|
|
|
|
+
|
|
|
|
|
+$topbar: #151515;
|
|
|
|
|
+$sidebar: #101010;
|
|
|
|
|
+$bodycolor:$basecolor;
|
|
|
|
|
+$headingtext: lighten($basecolor, 45%);
|
|
|
|
|
+$bodytext: lighten($basecolor, 35%);
|
|
|
|
|
+$linktext: lighten($basecolor, 50%);
|
|
|
|
|
+$linktext-hover: darken($linktext, 15%);
|
|
|
$sidebar-text:#a6acbc;
|
|
$sidebar-text:#a6acbc;
|
|
|
$themecolor:#f75b36;
|
|
$themecolor:#f75b36;
|
|
|
$dark-themecolor:#4F5467;
|
|
$dark-themecolor:#4F5467;
|