This changelog tracks every notable change to the Codely Theme. The project follows the Keep a Changelog format, so each version documents what was added, changed, or fixed in a consistent and readable way.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/CodelyTV/vscode-theme/llms.txt
Use this file to discover all available pages before exploring further.
v0.0.1 — 2020-03-04
Initial release of the Codely Dark theme for Visual Studio Code.- Initial release of the Codely Dark theme, published to the VS Code Marketplace under the
Codelypublisher - Gruvbox-inspired dark palette — built around a
#1e1e1eeditor background and#ebdbb2primary foreground, with accent colors drawn from the classic Gruvbox spectrum (#b8bb26yellow-green,#fac149orange-yellow,#fb5245red,#8ec07caqua-green,#d3869bpurple) - Syntax highlighting for the following languages and file formats:
- Python (including decorators, docstrings, f-strings, type hints,
self,super, and built-in functions) - JavaScript (classes, methods, decorators, ES7 operators,
in/of/newkeywords) - CSS, Sass, SCSS, Less, Stylus, and PostCSS (property names, selectors, values, units, functions)
- HTML (tags, attributes, punctuation, and DOCTYPE)
- JSON (key-value structure with level-aware coloring)
- Markdown (headings, bold, italic, blockquotes, links, fenced code blocks, separators, tables)
- SQL (DML keywords, table names, database names, aliases)
- Dockerfile and docker-compose YAML
- Python (including decorators, docstrings, f-strings, type hints,
- Full VS Code workbench UI coverage — theme tokens defined for:
- Activity Bar (background, icons, badges, borders, active indicator)
- Status Bar (normal, no-folder, debugging, and remote item states)
- Sidebar and Sidebar Section Headers
- Editor Tabs (active, inactive, hover, modified, pinned, and unfocused variants)
- Panels and Panel Titles
- Terminal (foreground, border, and selection)
- Debug toolbar, Debug Console, and Debug View
- Integrated terminal ANSI color support — full palette of 16 ANSI colors mapped to theme-consistent values, including bright variants for black, red, green, yellow, blue, magenta, cyan, and white
- Debug console, gutter, and breakpoint icon colors — distinct colors for active, disabled, unverified, and current-stack-frame breakpoint states, plus step controls (continue, pause, step over, step into, step out, restart, stop, disconnect)
To receive updates automatically, install the theme from the VS Code Marketplace — VS Code will notify you when a new version is available.