2017-05-21 03:21:16 +00:00
|
|
|
extends ./_layout.pug
|
|
|
|
|
|
|
|
block adminContent
|
2017-06-25 02:45:23 +00:00
|
|
|
.hero
|
|
|
|
h1.title#title= t('nav.theme')
|
|
|
|
h2.subtitle= t('admin:theme.subtitle')
|
|
|
|
.form-sections
|
|
|
|
section
|
|
|
|
label.label= t('admin:theme.primarycolor')
|
|
|
|
color-picker(current-color='indigo')
|
|
|
|
section
|
|
|
|
label.label= t('admin:theme.altcolor')
|
|
|
|
color-picker(current-color='blue-grey')
|
|
|
|
section
|
|
|
|
label.label= t('admin:theme.codeblock')
|
|
|
|
toggle(current-value='dark', desc='Use Dark Theme')
|
|
|
|
toggle(current-value='dark', desc='Colorize code syntax')
|