From b00b75064d67953db2f32fee676360477026d97f Mon Sep 17 00:00:00 2001
From: John Schroeder <smileydaemon@gmail.com>
Date: Thu, 21 Nov 2019 13:13:49 +0000
Subject: [PATCH] Automatic dark/light colorschemes (#234)
---
stackbit.yaml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/stackbit.yaml b/stackbit.yaml
index c4c2d5d..a026d04 100644
--- a/stackbit.yaml
+++ b/stackbit.yaml
@@ -68,8 +68,8 @@
name: commit
- type: boolean
name: rtl
- - type: boolean
- name: inverted
+ - type: string
+ name: colorscheme
- type: number
name: maxSeeAlsoItems
- type: list
--
Gitblit v1.10.0