Explorar o código

enable future theme

Yuki Takei %!s(int64=7) %!d(string=hai) anos
pai
achega
b1fd515bc4
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      CHANGES.md
  2. 1 1
      lib/views/admin/customize.html

+ 1 - 1
CHANGES.md

@@ -11,7 +11,7 @@ CHANGES
     * react-clipboard.js
     * xss
 
-## 3.1.1-RC
+## 3.1.1
 
 * Improvement: Add 'blue-night' theme
 * Improvement: List up pages which restricted for Group ACL

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

@@ -73,7 +73,7 @@
             {# Dark Themes #}
             <div class="d-flex">
               {% include 'widget/theme-colorbox.html' with { name: 'default-dark', bg: '#212731', topbar: '#151515', theme: '#f75b36' } %}
-              {# {% include 'widget/theme-colorbox.html' with { name: 'future', bg: '#16282D', topbar: '#011414', theme: '#04B4AE' } %} #}
+              {% include 'widget/theme-colorbox.html' with { name: 'future', bg: '#16282D', topbar: '#011414', theme: '#04B4AE' } %}
               {% include 'widget/theme-colorbox.html' with { name: 'blue-night', bg: '#061F2F', topbar: '#27343B', theme: '#0090C8' } %}
             </div>
           </div>