From 2eaa34ff3f2377024fe7a79f6d1893e995cf3856 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 5 Jan 2016 06:42:26 -0500 Subject: [PATCH] Fix COMPACT and POSITIVE theme inheritance. --- themes/compact/theme.json | 2 +- themes/positive/theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/compact/theme.json b/themes/compact/theme.json index 8a4d914..cde9ef1 100644 --- a/themes/compact/theme.json +++ b/themes/compact/theme.json @@ -4,7 +4,7 @@ "author": "hacksalot ", "engine": "handlebars", "inherits": { - "text": "basis", + "txt": "basis", "md": "basis" } } diff --git a/themes/positive/theme.json b/themes/positive/theme.json index fecdd24..07be2d1 100644 --- a/themes/positive/theme.json +++ b/themes/positive/theme.json @@ -4,7 +4,7 @@ "author": "hacksalot ", "engine": "handlebars", "inherits": { - "text": "basis", + "txt": "basis", "md": "basis" } }