Răsfoiți Sursa

change colors of theme-nature

YETI\yusuketk 8 ani în urmă
părinte
comite
075a26c30c

+ 66 - 0
resource/styles/agile-admin/inverse/colors/_apply-colors-nature.scss

@@ -0,0 +1,66 @@
+.top-left-part {
+  .logo-mark, .logo-text {
+    fill: $themecolor;
+  }
+}
+
+/*
+ * Form
+ */
+.form-control {
+  background-color: $bodycolor;
+}
+.form-control[disabled], .form-control[readonly] {
+  color: lighten($bodytext, 10%);
+  background-color: darken($bodycolor, 5%);
+}
+
+/*
+ * Tabs
+ */
+.nav-tabs > li > a {
+  color: $dark;
+}
+
+/*
+ * GROWI header
+ */
+ .main-container header.affix {
+  .logo-mark {
+    fill: $white;
+  }
+}
+
+/*
+ * GROWI page list
+ */
+ .page-list {
+  .page-list-ul {
+    > li {
+      > a strong {
+        color: darken($bodytext, 20%);
+      }
+      > span.page-list-meta {
+        color: lighten($bodytext, 10%);;
+      }
+    }
+  }
+}
+
+/*
+ * GROWI on-edit
+ */
+ .page-editor-footer {
+  #slack-mark-white {
+    display: none;
+  }
+}
+
+.wiki {
+  h1 {
+    border-color: darken($border, 10%);
+  }
+  h2 {
+    border-color: $border;
+  }
+}

+ 6 - 6
resource/styles/agile-admin/inverse/colors/nature.scss

@@ -1,15 +1,15 @@
 @import '../variables';
 @import '../variables';
 
 
-$themecolor:#112744;
+$themecolor:#00424b;
 
 
-$topbar:#334455;
+$topbar:#11a543;
 $sidebar:#fff;
 $sidebar:#fff;
-$bodycolor:#fff;
-$headingtext: #2b2b2b;
+$bodycolor:#fafff5;
+$headingtext: #52644b;
 $bodytext: #333333;
 $bodytext: #333333;
 $linktext: lighten($themecolor, 20%);
 $linktext: lighten($themecolor, 20%);
 $linktext-hover: lighten($linktext, 20%);
 $linktext-hover: lighten($linktext, 20%);
-$sidebar-text:#38495a;
+$sidebar-text:#5c7253;
 
 
 $primary: $themecolor;
 $primary: $themecolor;
 
 
@@ -18,4 +18,4 @@ $wikilinktext: lighten($themecolor, 20%);
 $wikilinktext-hover: lighten($wikilinktext, 20%);
 $wikilinktext-hover: lighten($wikilinktext, 20%);
 
 
 @import 'apply-colors';
 @import 'apply-colors';
-@import 'apply-colors-light';
+@import 'apply-colors-nature';

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

@@ -118,13 +118,13 @@
     }
     }
     .nature {
     .nature {
       .color1 {
       .color1 {
-        fill: #dfffd1;
+        fill: #fafff5;
       }
       }
       .color2 {
       .color2 {
-        fill: #1f9b33;
+        fill: #11a543;
       }
       }
       .color3 {
       .color3 {
-        fill: #56f736;
+        fill: #00424b;
       }
       }
     }
     }
   }
   }