Procházet zdrojové kódy

adjust theme colors

Yuki Takei před 8 roky
rodič
revize
4bca0b2dce

+ 2 - 2
resource/styles/agile-admin/inverse/colors/default-dark.scss

@@ -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;

+ 5 - 4
resource/styles/agile-admin/inverse/colors/default.scss

@@ -1,14 +1,15 @@
 @import '../variables';
 
-$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;
 
 $primary: $themecolor;
 

+ 3 - 3
resource/styles/scss/_admin.scss

@@ -99,15 +99,15 @@
         fill: white;
       }
       .color2 {
-        fill: #4f5467;
+        fill: #334455;
       }
       .color3 {
-        fill: #4f5467;
+        fill: #112744;
       }
     }
     .default-dark {
       .color1 {
-        fill: #2e343f;
+        fill: #212731;
       }
       .color2 {
         fill: #151515;