feat: themes folder + telemetry option in setup

This commit is contained in:
NGPixel
2017-10-21 18:01:37 -04:00
parent 24ca6e3664
commit 3493bd5781
5 changed files with 39 additions and 2 deletions

28
themes/default/theme.yml Normal file
View File

@@ -0,0 +1,28 @@
name: Default
author: Nicolas Giard
site: https://wiki.requarks.io/
version: 1.0.0
requirements:
minimum: '>= 2.0.0'
maximum: '< 3.0.0'
fields:
primary:
title: Primary Color
description: Used for top navigation bar, headers, links, etc.
type: color
default: indigo
alt:
title: Alternate Color
description: Used for the sidebar (in a darker tone)
type: color
default: blue-grey
codeDark:
title: Code Blocks - Use Dark Theme
description: todo
type: boolean
default: true
codeColorize:
title: Code Blocks - Colorize syntax
description: todo
type: boolean
default: true

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB