From a96bc64e277de0a4d59f1ccbab2b4048066f8513 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 12 May 2019 20:46:40 +0530 Subject: Wrote shittyTheme Depiction --- .../com.navanchauhan.shittyTheme/depiction.json | 185 +++++++++------------ 1 file changed, 77 insertions(+), 108 deletions(-) (limited to 'sileodepictions') diff --git a/sileodepictions/com.navanchauhan.shittyTheme/depiction.json b/sileodepictions/com.navanchauhan.shittyTheme/depiction.json index afc75e7..b003602 100644 --- a/sileodepictions/com.navanchauhan.shittyTheme/depiction.json +++ b/sileodepictions/com.navanchauhan.shittyTheme/depiction.json @@ -1,109 +1,78 @@ { - "minVersion": "0.1", - "headerImage": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/assets/Banners/Darkify.png", - "tintColor": "#3f4042", - "tabs": [ - { - "tabname": "Details", - "views": [ - { - "itemCornerRadius": 6, - "itemSize": "{320, 275.41333333333336}", - "screenshots": [ - { - "accessibilityText": "Showcase", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" - } - ], - "ipad": { - "itemCornerRadius": 9, - "itemSize": "{320, 550.8266666666667}", - "screenshots": [ - { - "accessibilityText": "Showcase", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png?size=640", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" - } - ], - "class": "DepictionScreenshotView" - }, - "class": "DepictionScreenshotsView" - }, - { - "class": "DepictionMarkdownView", - "markdown": "## Darkify\nDarkify is a dark theme for all iOS devices that keeps all icons fimiliar looking but with a dark grey gradient and adds a bit more depth to the icons." - }, - { - "title": "Suggest icons here!", - "action": "https://forms.gle/x38ZhSwcx3wreiUUA", - "class": "DepictionTableButtonView" - }, - { - "class": "DepictionSeparatorView" - }, - { - "title": "Latest Version", - "class": "DepictionHeaderView" - }, - { - "title": "Version", - "text": "0.2-2", - "class": "DepictionTableTextView" - }, - { - "title": "Released", - "text": "4/30/19", - "class": "DepictionTableTextView" - }, - { - "title": "Price", - "text": "FREE", - "class": "DepictionTableTextView" - }, - { - "title": "Developer", - "text": "StrugglingDoge", - "class": "DepictionTableTextView" - }, - { - "title": "Github", - "action": "https://github.com/StrugglingDoge", - "class": "DepictionTableButtonView" - }, - { - "spacing": 16, - "class": "DepictionSpacerView" - }, - { - "spacing": 20, - "class": "DepictionSpacerView" - } - ], - "class": "DepictionStackView" - }, - { - "tabname": "Changelog", - "views": [ - { - "title": "0.2-2", - "useBoldText": true, - "useBottomMargin": true, - "class": "DepictionSubheaderView" - }, - { - "markdown": "\t\n\u2022 Adds 35+ new icons.", - "useSpacing": false, - "class": "DepictionMarkdownView" - }, - { - "markdown": "Released 4/30/19", - "useRawFormat": true, - "class": "DepictionMarkdownView" - } - ], - "class": "DepictionStackView" - } - ], - "class": "DepictionTabView" -} + "class": "DepictionTabView", + "tabs": [ + { + "class": "DepictionStackView", + "tabname": "Details", + "views": [ + { + "title": "shittyTheme", + "useBoldText": true, + "class": "DepictionSubheaderView", + "useBottomMargin": false + }, + { + "class": "DepictionMarkdownView", + "markdown": "The best worst theme out there!", + "useSpacing": true + }, + { + "class": "DepictionSpacerView", + "spacing": 8 + }, + { + "itemCornerRadius": 6, + "class": "DepictionScreenshotsView", + "itemSize": "{160, 275.41333333333336}", + "screenshots": [ + { + "accessibilityText": "Screenshot0", + "url": "https://raw.githubusercontent.com/navanchauhan/repo/master/depictions/com.navanchauhan.shittyTheme/screenshots/s1.png" + } + ] + }, + { + "title": "markdown-description", + "useBoldText": true, + "class": "DepictionMarkdownView", + "markdown": "### Icons missing?\r\nHMU at navanchauhan@gmail.com", + "useBottomMargin": false + }, + { + "class": "DepictionSeparatorView" + }, + { + "title": "Version", + "text": "1.0.0", + "class": "DepictionTableTextView" + }, + { + "title": "Released", + "text": "05-12-2019", + "class": "DepictionTableTextView" + }, + { + "title": "Price", + "text": "Free", + "class": "DepictionTableTextView" + }, + { + "class": "DepictionSpacerView", + "spacing": 8 + }, + { + "title": "Developer", + "text": "Navan Chauhan", + "class": "DepictionTableTextView" + }, + { + "class": "DepictionSpacerView", + "spacing": 8 + } + ] + } + ], + "headerImage": "", + "tintColor": "#0657bb", + "minVersion": "0.1" +} \ No newline at end of file -- cgit v1.2.3