Codely Dark ships with first-class Python support, covering the full range of Python-specific TextMate grammar scopes. Docstrings are rendered in a warm muted tone to visually separate documentation from executable code. Decorators are styled in italic to set them apart from regular identifiers,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.
self and language-special parameters are rendered in coral red italic, and class methods use sage green. F-string placeholders get their own amber accent, and built-in type annotations are styled distinctly so they never blend into surrounding identifiers. Pip package names in requirements.txt files are highlighted too, giving dependency files the same visual clarity as source code.
Token Color Reference
| Token | Color | Style | Scope |
|---|---|---|---|
| Python docstrings | #a89984 | italic | string.quoted.docstring.multi.python |
| Python decorators | — | italic | entity.name.function.decorator.python |
self parameter | #fb5245 | italic | variable.parameter.function.language.special.self.python, variable.language.special.self.python |
| Python class methods | #8ec07c | — | source.python entity.name.function |
| Python logical operators | #fb5245 | italic | source.python keyword.operator.logical.python |
| Python function call arguments | #ebdbb2 | — | source.python meta.function-call.arguments.python |
| Python data types / builtins | #fac149 | — | source.python support.type.python |
| Argument parentheses | #ebdbb2 | — | source.python punctuation.definition.arguments.begin.python, ...end.python |
| F-string format placeholders | #fac149 | — | source.python constant.character.format.placeholder.other.python |
F-string prefix (f) | #b8bb26 | — | source.python storage.type.string.python |
| Pip package names | #fb5245 | italic | source.pip-requirements, source.pip-requirements entity.name.class |
| Dockerfile / docker-compose instructions | #fb5245 | italic | keyword.other.special-method.dockerfile, entity.name.tag.yaml |