From cc939e65519ac36f288fbfa0b9f97f9a275cde6a Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 22:11:10 -0400 Subject: better --- .../com.struggling.darkify/depiction.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'sileodepictions') diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json index 9f3e8b0..a61e051 100644 --- a/sileodepictions/com.struggling.darkify/depiction.json +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -8,7 +8,7 @@ "views": [ { "class": "DepictionMarkdownView", - "markdown": "## TWEAK_NAME\nSHORT_DESCRIPTION" + "markdown": "## Darkify\nA nice dark theme for all devices." }, { "class": "DepictionSeparatorView" @@ -19,32 +19,32 @@ }, { "title": "Version", - "text": "VERSION_NUMBER", + "text": "0.2-1", "class": "DepictionTableTextView" }, { "title": "Released", - "text": "RELEASE_DATE", + "text": "4/1/19", "class": "DepictionTableTextView" }, { "title": "Price", - "text": "PRICE", + "text": "FREE", "class": "DepictionTableTextView" }, { "title": "Developer", - "text": "DEVELOPER_NAME", + "text": "Struggling Doge", "class": "DepictionTableTextView" }, { "title": "Website", - "action": "WEBSITE_HERE", + "action": "https://thestrugglingdoge.github.io/repo", "class": "DepictionTableButtonView" }, { - "title": "Darkify", - "action": "https://github.com/sukarodo/Sidia", + "title": "Github Repo", + "action": "https://github.com/thestrugglingdoge/repo", "class": "DepictionTableButtonView" }, { @@ -62,18 +62,18 @@ "tabname": "Changelog", "views": [ { - "title": "VERSION_NUMBER", + "title": "0.2-1", "useBoldText": true, "useBottomMargin": true, "class": "DepictionSubheaderView" }, { - "markdown": "\t\n\u2022 UPDATE_DESCRIPTION", + "markdown": "\t\n\u2022 Adds 35+ new icons.", "useSpacing": false, "class": "DepictionMarkdownView" }, { - "markdown": "Released RELEASE_DATE", + "markdown": "Released 4/7/19", "useRawFormat": true, "class": "DepictionMarkdownView" } -- cgit v1.2.3