Explorar el Código

apple the,e color

熊谷洸介(Kousuke Kumagai) hace 6 años
padre
commit
a04a308c78
Se han modificado 1 ficheros con 8 adiciones y 2 borrados
  1. 8 2
      src/client/styles/scss/theme/halloween.scss

+ 8 - 2
src/client/styles/scss/theme/halloween.scss

@@ -59,11 +59,11 @@ html[dark] {
   $color-list-hover: $themecolor;
 
   // Search Top
-  $color-search: #814B02;
+  $color-search: $primary;
 
   // Navbar
   $bgcolor-navbar: #ECEDED;
-  $bgcolor-search-top-dropdown: #814B02;
+  $bgcolor-search-top-dropdown: $primary;
   $border-image-navbar: linear-gradient(90deg, #E3B7FF 0%, #134774 100%);
 
   // Logo colors
@@ -83,6 +83,12 @@ html[dark] {
   // Sidebar list group
   $bgcolor-sidebar-list-group: #2C2926; // optional
 
+  // Sidebar resize button
+  $color-resize-button: #EFFCFA;
+  $bgcolor-resize-button: $primary;
+  $color-resize-button-hover: #EFFCFA;
+  $bgcolor-resize-button-hover: lighten($bgcolor-resize-button, 5%);
+
   // Icon colors
   $color-editor-icons: $color-global;