From 5b3409dc2b50b1c4a2da88f73f310e8159267b8c Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 21:46:35 -0400 Subject: testing --- .../com.struggling.darkify/depiction.json | 85 ++++++++++++++++++++++ .../com.sukarodo.samplepackage/depiction.json | 85 ---------------------- 2 files changed, 85 insertions(+), 85 deletions(-) create mode 100644 sileodepictions/com.struggling.darkify/depiction.json delete mode 100644 sileodepictions/com.sukarodo.samplepackage/depiction.json (limited to 'sileodepictions') diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json new file mode 100644 index 0000000..9f3e8b0 --- /dev/null +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -0,0 +1,85 @@ +{ + "minVersion": "0.1", + "headerImage": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png", + "tintColor": "#594d48", + "tabs": [ + { + "tabname": "Details", + "views": [ + { + "class": "DepictionMarkdownView", + "markdown": "## TWEAK_NAME\nSHORT_DESCRIPTION" + }, + { + "class": "DepictionSeparatorView" + }, + { + "title": "Latest Version", + "class": "DepictionHeaderView" + }, + { + "title": "Version", + "text": "VERSION_NUMBER", + "class": "DepictionTableTextView" + }, + { + "title": "Released", + "text": "RELEASE_DATE", + "class": "DepictionTableTextView" + }, + { + "title": "Price", + "text": "PRICE", + "class": "DepictionTableTextView" + }, + { + "title": "Developer", + "text": "DEVELOPER_NAME", + "class": "DepictionTableTextView" + }, + { + "title": "Website", + "action": "WEBSITE_HERE", + "class": "DepictionTableButtonView" + }, + { + "title": "Darkify", + "action": "https://github.com/sukarodo/Sidia", + "class": "DepictionTableButtonView" + }, + { + "spacing": 16, + "class": "DepictionSpacerView" + }, + { + "spacing": 20, + "class": "DepictionSpacerView" + } + ], + "class": "DepictionStackView" + }, + { + "tabname": "Changelog", + "views": [ + { + "title": "VERSION_NUMBER", + "useBoldText": true, + "useBottomMargin": true, + "class": "DepictionSubheaderView" + }, + { + "markdown": "\t\n\u2022 UPDATE_DESCRIPTION", + "useSpacing": false, + "class": "DepictionMarkdownView" + }, + { + "markdown": "Released RELEASE_DATE", + "useRawFormat": true, + "class": "DepictionMarkdownView" + } + ], + "class": "DepictionStackView" + } + ], + "class": "DepictionTabView" +} diff --git a/sileodepictions/com.sukarodo.samplepackage/depiction.json b/sileodepictions/com.sukarodo.samplepackage/depiction.json deleted file mode 100644 index 7404c6f..0000000 --- a/sileodepictions/com.sukarodo.samplepackage/depiction.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "minVersion": "0.1", - "headerImage": "https://raw.githubusercontent.com/sukarodo/Sidia/master/assets/Banners/RepoHeader.png", - "tintColor": "#ffae8e", - "tabs": [ - { - "tabname": "Details", - "views": [ - { - "class": "DepictionMarkdownView", - "markdown": "## TWEAK_NAME\nSHORT_DESCRIPTION" - }, - { - "class": "DepictionSeparatorView" - }, - { - "title": "Latest Version", - "class": "DepictionHeaderView" - }, - { - "title": "Version", - "text": "VERSION_NUMBER", - "class": "DepictionTableTextView" - }, - { - "title": "Released", - "text": "RELEASE_DATE", - "class": "DepictionTableTextView" - }, - { - "title": "Price", - "text": "PRICE", - "class": "DepictionTableTextView" - }, - { - "title": "Developer", - "text": "DEVELOPER_NAME", - "class": "DepictionTableTextView" - }, - { - "title": "Website", - "action": "WEBSITE_HERE", - "class": "DepictionTableButtonView" - }, - { - "title": "Use This Template", - "action": "https://github.com/sukarodo/Sidia", - "class": "DepictionTableButtonView" - }, - { - "spacing": 16, - "class": "DepictionSpacerView" - }, - { - "spacing": 20, - "class": "DepictionSpacerView" - } - ], - "class": "DepictionStackView" - }, - { - "tabname": "Changelog", - "views": [ - { - "title": "VERSION_NUMBER", - "useBoldText": true, - "useBottomMargin": true, - "class": "DepictionSubheaderView" - }, - { - "markdown": "\t\n\u2022 UPDATE_DESCRIPTION", - "useSpacing": false, - "class": "DepictionMarkdownView" - }, - { - "markdown": "Released RELEASE_DATE", - "useRawFormat": true, - "class": "DepictionMarkdownView" - } - ], - "class": "DepictionStackView" - } - ], - "class": "DepictionTabView" -} -- cgit v1.2.3