Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions repository/t.json
Original file line number Diff line number Diff line change
Expand Up @@ -3920,6 +3920,18 @@
}
]
},
{
"name": "Text-Mate Theme",
"details": "https://github.com/vivekgohel2004/Text-Mate-Theme",
"author": "vivekgohel2004",
"labels": ["theme"],
Comment on lines +3924 to +3927
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"name": "Text-Mate Theme",
"details": "https://github.com/vivekgohel2004/Text-Mate-Theme",
"author": "vivekgohel2004",
"labels": ["theme"],
"name": "Text-Mate Color Scheme",
"details": "https://github.com/vivekgohel2004/Text-Mate-Theme",
"labels": ["color scheme"],

As the file extension indicates, in Sublime Text parlance your package is not a "theme" (which is for UI elements only) but a "color scheme" (syntax highlighting).

You don't need to specify the author if it's your GitHub username.

Finally, Text-Mate is a bit of an unfortunate name because TextMate is an editor that ST (and VS Code) borrows a lot of config file formats from. Like the tmTheme file format ("Text Mate Theme")... using the words "Text Mate" in your package name without it having a relation to the TextMate editor is going to be really confusing for a lot of people 😅

"releases": [
{
"sublime_text": ">=3000",
"tags": true
}
]
},
{
"name": "Typst",
"details": "https://github.com/hyrious/typst-syntax-highlight",
Expand Down
Loading