@@ -1,6 +1,7 @@
@import '../variables';
-$basecolor:#2e343f;
+$basecolor:#212731;
+$themecolor:#f75b36;
$topbar: #151515;
$sidebar: #101010;
@@ -10,7 +11,6 @@ $bodytext: lighten($basecolor, 35%);
$linktext: lighten($basecolor, 45%);
$linktext-hover: lighten($linktext, 10%);
$sidebar-text:#a6acbc;
-$themecolor:#f75b36;
$dark-themecolor:#4F5467;
$primary: $themecolor;
@@ -1,14 +1,15 @@
-$topbar:#345;
+$themecolor:#112744;
+
+$topbar:#334455;
$sidebar:#fff;
$bodycolor:#fff;
$headingtext: #2b2b2b;
$bodytext: #333333;
-$linktext: $inverse;
-$linktext-hover: lighten($inverse, 10%);
+$linktext: lighten($themecolor, 20%);
+$linktext-hover: darken($linktext, 5%);
$sidebar-text:#38495a;
-$themecolor:#134;
@@ -99,15 +99,15 @@
fill: white;
}
.color2 {
- fill: #4f5467;
+ fill: #334455;
.color3 {
+ fill: #112744;
.default-dark {
.color1 {
- fill: #2e343f;
+ fill: #212731;
fill: #151515;