From 93f4728fbefa1babc25653f8f627fee4add3b71c Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 2 Jun 2020 23:06:26 +0530 Subject: added autodock-vina, removed other packages including zebra dark mod :( --- sileodepictions/vina/depiction.json | 78 +++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 sileodepictions/vina/depiction.json (limited to 'sileodepictions/vina/depiction.json') diff --git a/sileodepictions/vina/depiction.json b/sileodepictions/vina/depiction.json new file mode 100644 index 0000000..b29331b --- /dev/null +++ b/sileodepictions/vina/depiction.json @@ -0,0 +1,78 @@ +{ + "class": "DepictionTabView", + "tabs": [ + { + "class": "DepictionStackView", + "tabname": "Details", + "views": [ + { + "title": "Open-Babel", + "useBoldText": true, + "class": "DepictionSubheaderView", + "useBottomMargin": false + }, + { + "class": "DepictionMarkdownView", + "markdown": "Open Babel is a chemical toolbox designed to speak the many languages of chemical data!", + "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.openbabel/screenshots/s1.png" + } + ] + }, + { + "title": "markdown-description", + "useBoldText": true, + "class": "DepictionMarkdownView", + "markdown": "### Love or Hate it?\r\n\r\nSend me feedback :p\r\n\r\n### Want something else compiled?\r\n\r\nEmail me at navanchauhan@gmail.com", + "useBottomMargin": false + }, + { + "class": "DepictionSeparatorView" + }, + { + "title": "Version", + "text": "3.1.0", + "class": "DepictionTableTextView" + }, + { + "title": "Released", + "text": "31-05-2020", + "class": "DepictionTableTextView" + }, + { + "title": "Price", + "text": "Free", + "class": "DepictionTableTextView" + }, + { + "class": "DepictionSpacerView", + "spacing": 8 + }, + { + "title": "Developer", + "text": "Navan Chauhan", + "class": "DepictionTableTextView" + }, + { + "class": "DepictionSpacerView", + "spacing": 8 + } + ] + } + ], + "headerImage": "https://raw.githubusercontent.com/navanchauhan/repo/gh-pages/assets/Banners/openbabel.png", + "tintColor": "#0657bb", + "minVersion": "0.1" +} -- cgit v1.2.3