| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A centralized repository of syntax highlighting themes for the GitHub Syntax Themes browser extension.
This store provides a collection of JSON theme files that define consistent syntax colors for GitHub code blocks, markdown snippets, etc.
The theme store acts as a registry of themes. Each theme is defined in a simple JSON format and can be loaded by the extension.
Themes describe:
{
"$schema": "https://raw.githubusercontent.com/calebephrem/github-syntax-theme-store/refs/heads/main/schema.json",
"name": "Dracula",
"author": "dracula",
"type": "dark",
"description": "Classic dark theme with vibrant syntax colors",
"syntaxHighlighting": {
"comment": "#ffffff70",
"constant": "#ffdd70",
"constantNumeric": "#00ddee",
"constantBuiltin": "#ffdd70",
"keyword": "#86ff72",
"keywordControl": "#86ff72",
"string": "#aaff4f",
"stringRegexp": "#00ddee",
"variable": "#c0c0ff"
}
}We welcome contributions of new themes or improvements to existing ones.
To contribute:
Tip
Just provide the schema.json file along with a VS Code theme file of your choice to an AI agent, and it will generate a fully compatible theme file for you automatically. No manual writing needed ✨
Please include:
MIT © Caleb Ephrem
| Back | FazBrowse Home | New Git URL |