mayu morita 7 лет назад
Родитель
Сommit
4111e1aa8d

+ 1 - 1
lib/views/admin/customize.html

@@ -69,7 +69,7 @@
               {% include 'widget/theme-colorbox.html' with { name: 'default',  bg: '#ffffff', topbar: '#334455', theme: '#112744' } %}
               {% include 'widget/theme-colorbox.html' with { name: 'nature',   bg: '#f9fff3', topbar: '#118050', theme: '#460039' } %}
               {% include 'widget/theme-colorbox.html' with { name: 'mono-blue',   bg: '#F7FBFD', topbar: '#00587A', theme: '#00587A' } %}
-              {% include 'widget/theme-colorbox.html' with { name: 'future', bg: '#ffffff', topbar: '#53490d', theme: '#112744' } %}
+              {% include 'widget/theme-colorbox.html' with { name: 'future', bg: '#091615', topbar: '#2A737B', theme: '#739DAA' } %}
             </div>
             {# Dark Themes #}
             <div class="d-flex">

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

@@ -2,9 +2,9 @@
 
 $themecolor:#af8f25;
 
-$topbar:#53490d;
+$topbar:#497C84;
 $sidebar:#fff;
-$bodycolor:#fff;
+$bodycolor:#16282D;
 $headingtext: #2b2b2b;
 $bodytext: #333333;
 $linktext: darken($themecolor, 15%);