Просмотр исходного кода

comment out the theme-colorbox for 'future'

Yuki Takei 7 лет назад
Родитель
Сommit
ca056c8e36
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/views/admin/customize.html

+ 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>