extratone / drafts

Documentation/configuration files for Drafts.
https://extratone.github.io/drafts
Other
22 stars 1 forks source link

Greyhound Theme #11

Open extratone opened 2 years ago

extratone commented 2 years ago
{
    "name": "Greyhound",
    "description": "Work in progress adaptation of the Greyhound for iOS Telegram theme.\n\n`01092022-0655`",
    "author": "David Blue",
    "isDark": true,
    "scopes": {
        "text.normal": {
            "name": "Normal Text",
            "settings": {
                "foreground": "foreground",
                "fontStyle": "normal"
            }
        },
        "text.normal.large": {
            "name": "Large Text",
            "settings": {
                "foreground": "foreground",
                "fontSize": "large"
            }
        },
        "text.normal.extraLarge": {
            "name": "Extra Large Text",
            "settings": {
                "foreground": "foreground",
                "fontSize": "extraLarge"
            }
        },
        "text.normal.small": {
            "name": "Small Text",
            "settings": {
                "foreground": "foreground",
                "fontSize": "small"
            }
        },
        "text.normal.extraSmall": {
            "name": "Extra Small Text",
            "settings": {
                "foreground": "foreground",
                "fontSize": "extraSmall"
            }
        },
        "text.bold": {
            "name": "Bold",
            "settings": {
                "foreground": "accent02",
                "fontWeight": "bold"
            }
        },
        "text.bold.large": {
            "name": "Large Bold",
            "settings": {
                "fontWeight": "bold",
                "fontSize": "large"
            }
        },
        "text.bold.extraLarge": {
            "name": "Extra Large Bold",
            "settings": {
                "fontWeight": "bold",
                "fontSize": "extraLarge"
            }
        },
        "text.bold.small": {
            "name": "Small Bold",
            "settings": {
                "fontWeight": "bold",
                "fontSize": "small"
            }
        },
        "text.bold.extraSmall": {
            "name": "Extra Small Bold",
            "settings": {
                "fontWeight": "bold",
                "fontSize": "extraSmall"
            }
        },
        "text.italic": {
            "name": "Italic",
            "settings": {
                "foreground": "accent03",
                "fontStyle": "italic"
            }
        },
        "text.italic.large": {
            "name": "Large Italic",
            "settings": {
                "fontStyle": "italic",
                "fontSize": "large"
            }
        },
        "text.italic.extraLarge": {
            "name": "Extra Large Italic",
            "settings": {
                "fontStyle": "italic",
                "fontSize": "extraLarge"
            }
        },
        "text.italic.small": {
            "name": "Small Italic",
            "settings": {
                "fontStyle": "italic",
                "fontSize": "small"
            }
        },
        "text.italic.extraSmall": {
            "name": "Extra Small Italic",
            "settings": {
                "fontStyle": "italic",
                "fontSize": "extraSmall"
            }
        },
        "text.bolditalic": {
            "name": "Bold, Italic",
            "settings": {
                "fontStyle": "italic",
                "fontWeight": "bold"
            }
        },
        "text.bolditalic.large": {
            "name": "Large Bold, Italic",
            "settings": {
                "fontStyle": "italic",
                "fontWeight": "bold",
                "fontSize": "large"
            }
        },
        "text.bolditalic.extraLarge": {
            "name": "Extra Large Bold, Italic",
            "settings": {
                "fontStyle": "italic",
                "fontWeight": "bold",
                "fontSize": "extraLarge"
            }
        },
        "text.bolditalic.small": {
            "name": "Small Bold, Italic",
            "settings": {
                "fontStyle": "italic",
                "fontWeight": "bold",
                "fontSize": "small"
            }
        },
        "text.bolditalic.extraSmall": {
            "name": "Extra Small Bold, Italic",
            "settings": {
                "fontStyle": "italic",
                "fontWeight": "bold",
                "fontSize": "extraSmall"
            }
        },
        "text.monospace": {
            "name": "Monospace",
            "settings": {
                "fontStyle": "monospace"
            }
        },
        "text.monospace.large": {
            "name": "Large Monospace",
            "settings": {
                "fontStyle": "monospace",
                "fontSize": "large"
            }
        },
        "text.monospace.extraLarge": {
            "name": "Extra Large Monospace",
            "settings": {
                "fontStyle": "monospace",
                "fontSize": "extraLarge"
            }
        },
        "text.monospace.small": {
            "name": "Small Monospace",
            "settings": {
                "fontStyle": "monospace",
                "fontSize": "small"
            }
        },
        "text.monospace.extraSmall": {
            "name": "Extra Small Monospace",
            "settings": {
                "fontStyle": "monospace",
                "fontSize": "extraSmall"
            }
        },
        "text.monospace.bold": {
            "name": "Monospace Bold",
            "settings": {
                "fontStyle": "monospace",
                "fontWeight": "bold"
            }
        },
        "text.monospace.bold.large": {
            "name": "Large Monospace Bold",
            "settings": {
                "fontStyle": "monospace",
                "fontWeight": "bold",
                "fontSize": "large"
            }
        },
        "text.monospace.bold.extraLarge": {
            "name": "Extra Large Monospace Bold",
            "settings": {
                "fontStyle": "monospace",
                "fontWeight": "bold",
                "fontSize": "extraLarge"
            }
        },
        "text.monospace.bold.small": {
            "name": "Small Monospace Bold",
            "settings": {
                "fontStyle": "monospace",
                "fontWeight": "bold",
                "fontSize": "small"
            }
        },
        "text.monospace.bold.extraSmall": {
            "name": "Extra Small Monospace Bold",
            "settings": {
                "fontStyle": "monospace",
                "fontWeight": "bold",
                "fontSize": "small"
            }
        },
        "text.monospace.italic": {
            "name": "Monospace Italic",
            "settings": {
                "fontStyle": "monospace",
                "foreground": "foreground"
            }
        },
        "text.monospace.italic.large": {
            "name": "Large Monospace Italic",
            "settings": {
                "fontStyle": "italic, monospace",
                "fontSize": "large"
            }
        },
        "text.monospace.italic.extraLarge": {
            "name": "Extra Large Monospace Italic",
            "settings": {
                "fontStyle": "italic, monospace",
                "fontSize": "extraLarge"
            }
        },
        "text.monospace.italic.small": {
            "name": "Small Monospace Italic",
            "settings": {
                "fontStyle": "italic, monospace",
                "fontSize": "small"
            }
        },
        "text.monospace.italic.extraSmall": {
            "name": "Extra Small Monospace Italic",
            "settings": {
                "fontStyle": "italic, monospace",
                "fontSize": "extraSmall"
            }
        },
        "text.underline": {
            "name": "Underline",
            "settings": {
                "fontStyle": "underline"
            }
        },
        "text.heading": {
            "name": "Heading",
            "settings": {
                "fontWeight": "bold",
                "fontSize": "extraLarge",
                "foreground": "accent01"
            }
        },
        "text.heading01": {
            "name": "Level 1 Heading",
            "settings": {
                "fontWeight": "bold",
                "fontSize": "extraLarge",
                "foreground": "accent01"
            }
        },
        "text.heading02": {
            "name": "Level 2 Heading",
            "settings": {
                "fontWeight": "bold",
                "fontSize": "large",
                "foreground": "accent02"
            }
        },
        "text.heading03": {
            "name": "Level 3 Heading",
            "settings": {
                "fontWeight": "bold",
                "fontSize": "normal",
                "foreground": "accent03"
            }
        },
        "text.heading04": {
            "name": "Level 4 Heading",
            "settings": {
                "fontWeight": "medium",
                "foreground": "accent04"
            }
        },
        "text.heading05": {
            "name": "Level 5 Heading",
            "settings": {
                "fontWeight": "regular",
                "foreground": "accent05"
            }
        },
        "text.heading06": {
            "name": "Level 6 Heading",
            "settings": {
                "fontWeight": "regular",
                "fontSize": "small",
                "foreground": "accent06"
            }
        },
        "text.link": {
            "name": "Link",
            "settings": {
                "foreground": "link"
            }
        },
        "text.activeLink": {
            "name": "Link which is tap/clickable",
            "settings": {
                "foreground": "activeLink"
            }
        },
        "text.quotation": {
            "name": "Quotation block",
            "settings": {
                "fontStyle": "italic",
                "foreground": "accent06"
            }
        },
        "text.url": {
            "name": "URL",
            "settings": {
                "fontWeight": "light",
                "fontSize": "small",
                "foreground": "link",
                "background": "background"
            }
        },
        "text.linkModeLink": {
            "name": "Link Mode Link",
            "settings": {
                "foreground": "link",
                "fontStyle": "underline"
            }
        },
        "text.strikethrough": {
            "name": "Strikethrough",
            "settings": {
                "fontStyle": "strikethrough",
                "foreground": "strikethrough"
            }
        },
        "markup": {
            "name": "Markup",
            "settings": {
                "foreground": "markup"
            }
        },
        "markup.heading": {
            "name": "Markup",
            "settings": {
                "foreground": "headingMarkup",
                "fontWeight": "bold",
                "fontSize": "small"
            }
        },
        "markup.quotation": {
            "name": "Markup",
            "settings": {
                "foreground": "markup"
            }
        },
        "markup.list": {
            "name": "Markup",
            "settings": {
                "foreground": "accent01"
            }
        },
        "markup.link": {
            "name": "Markup",
            "settings": {
                "foreground": "markup"
            }
        },
        "markup.code": {
            "name": "Markup",
            "settings": {
                "foreground": "markup",
                "fontStyle": "monospace"
            }
        },
        "markup.addition": {
            "name": "Addition",
            "settings": {
                "fontStyle": "italic",
                "foreground": "addition"
            }
        },
        "markup.deletion": {
            "name": "Deletion",
            "settings": {
                "fontStyle": "italic",
                "foreground": "deletion"
            }
        },
        "markup.substitution": {
            "name": "Substitution",
            "settings": {
                "fontStyle": "italic",
                "foreground": "substitution"
            }
        },
        "markup.highlight": {
            "name": "Highlight",
            "settings": {
                "fontWeight": "bold",
                "background": "highlight",
                "foreground": "background"
            }
        },
        "code.comment": {
            "name": "Comment",
            "settings": {
                "foreground": "comment"
            }
        },
        "code.inline": {
            "name": "Inline code",
            "settings": {
                "fontStyle": "monospace",
                "foreground": "code",
                "background": "codeBackground"
            }
        },
        "code.block": {
            "name": "Code block",
            "settings": {
                "fontStyle": "monospace",
                "foreground": "code"
            }
        },
        "code.literal": {
            "name": "Code block",
            "settings": {
                "foreground": "literal"
            }
        },
        "code.keyword": {
            "name": "Keyword",
            "settings": {
                "foreground": "keyword"
            }
        },
        "code.operator": {
            "name": "Operator",
            "settings": {
                "foreground": "markup"
            }
        },
        "code.punctuation": {
            "name": "Operator",
            "settings": {
                "foreground": "comment"
            }
        },
        "text.invisibles": {
            "name": "Invisible characters",
            "settings": {
                "foreground": "invisibles"
            }
        },
        "color.accent01": {
            "name": "Accent color",
            "settings": {
                "foreground": "accent01"
            }
        },
        "color.accent02": {
            "name": "Accent color",
            "settings": {
                "foreground": "accent02"
            }
        },
        "color.accent03": {
            "name": "Accent color",
            "settings": {
                "foreground": "accent03"
            }
        },
        "color.accent04": {
            "name": "Accent color",
            "settings": {
                "foreground": "accent04"
            }
        },
        "color.accent05": {
            "name": "Accent color",
            "settings": {
                "foreground": "accent05"
            }
        },
        "color.accent06": {
            "name": "Accent color",
            "settings": {
                "foreground": "accent06"
            }
        },
        "color.blue": {
            "name": "Blue color",
            "settings": {}
        },
        "color.indigo": {
            "name": "Blue color",
            "settings": {}
        },
        "color.purple": {
            "name": "Purple color",
            "settings": {}
        },
        "color.pink": {
            "name": "Pink color",
            "settings": {}
        },
        "color.red": {
            "name": "Red color",
            "settings": {}
        },
        "color.orange": {
            "name": "Orange color",
            "settings": {}
        },
        "color.yellow": {
            "name": "Yellow color",
            "settings": {}
        },
        "color.green": {
            "name": "Green color",
            "settings": {}
        },
        "color.black": {
            "name": "Black color",
            "settings": {}
        },
        "color.white": {
            "name": "White color",
            "settings": {}
        },
        "color.gray": {
            "name": "Gray color",
            "settings": {}
        }
    },
    "colors": {
        "editor": {
            "foreground": "#fffefe",
            "background": "#5d5658",
            "heading": "#d2386c",
            "headingMarkup": "#333333",
            "strikethrough": "#4f4f4f",
            "comment": "#4867f8",
            "link": "#48f8d9",
            "activeLink": "#da2573",
            "code": "#2a9ef1",
            "codeBackground": "#363945",
            "literal": "#f8d948",
            "keyword": "#53dc87",
            "markup": "#333333",
            "addition": "#008000",
            "deletion": "#a80000",
            "substitution": "#4867f8",
            "highlight": "#98981f",
            "invisibles": "#666666",
            "accent01": "#d2386c",
            "accent02": "#f39200",
            "accent03": "#48f8d9",
            "accent04": "#cca203",
            "accent05": "#fffcf2",
            "accent06": "#efe1ce"
        },
        "interface": {
            "foreground": "#dbdcde",
            "textForeground": "#dbdcde",
            "background": "#5d5658",
            "backgroundCollection": "#2c2c2c",
            "tint": "#d2386c",
            "tintAlternate": "#da2573",
            "textBackground": "#222222",
            "textCaret": "#f88148",
            "textSelection": "#7443bc",
            "textHighlight": "#333333",
            "promptBackground": "#333333",
            "promptButtonBackground": "#a3379e",
            "promptButtonForeground": "#222222",
            "promptButtonDestructiveBackground": "#f0004d",
            "promptButtonDestructiveForeground": "#dbdcde",
            "caption": "#99969f",
            "actionBarBackground": "#222222",
            "actionBarKeyBackground": "#444444",
            "actionBarKeyForeground": "#bbbbbb",
            "flagged": "#ff8100",
            "move": "#4867f8",
            "delete": "#f0004d",
            "tagForeground": "#d2386c",
            "tagBackground": "#36393e",
            "tagAddHighlight": "#efe1ce",
            "tagRemoveHighlight": "#ffd5e1",
            "border": "#444444",
            "messageForeground": "#dbdcde",
            "messageSuccess": "#009000",
            "messageInfo": "#666b71",
            "messageWarning": "#da2573",
            "messageError": "#f0004d",
            "tintGray": "#4f4f4f",
            "tintRed": "#a80000",
            "tintPink": "#9e00c6",
            "tintOrange": "#ff8100",
            "tintYellow": "#cca203",
            "tintGreen": "#1bd51b",
            "tintIndigo": "#00cad3",
            "tintBlue": "#4867f8",
            "tintViolet": "#6c00fa"
        }
    }
}
extratone commented 2 years ago

Greyhound Theme - Telegram for iOS