Codely Dark provides fine-grained token rules for CSS, Sass, SCSS, Less, Stylus, PostCSS, and plain HTML. CSS property names are displayed in a warm neutral tone, while selectors and property values are rendered in a vivid coral italic so the structure of a rule is immediately visible. Units and support constants use Gruvbox yellow-green, and CSS grid fractions (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.
fr) get their own italic coral accent. HTML tags are colored in coral italic, attributes in a matching coral regular weight, and angle-bracket punctuation in a muted sage green. Dockerfile and docker-compose.yml instructions share the same italic coral treatment, keeping infrastructure files readable alongside application source.
CSS Token Color Reference
| Token | Color | Style | Scope |
|---|---|---|---|
| CSS property names | #ebdbb2 | — | source.css support.type.property-name (and Sass, SCSS, Less, Stylus, PostCSS variants) |
| CSS selectors and property values | #fb5245 | italic | meta.selector.css, support.constant, meta.property-value.css |
CSS classes (.class-name) | #fb5245 | italic | entity.other.attribute-name.class |
CSS support functions (calc, var, rgb) | #fb5245 | italic | source.css support.function |
| CSS support constants and units | #b8bb26 | — | source.css support.constant, source.css keyword.other.unit, source.css variable.parameter |
CSS grid fractions (fr unit) | #fb5245 | italic | source.css keyword.other.unit.fr.css |
| Dockerfile / docker-compose instructions | #fb5245 | italic | keyword.other.special-method.dockerfile, entity.name.tag.yaml |
HTML Token Color Reference
| Token | Color | Style | Scope |
|---|---|---|---|
HTML DOCTYPE | #8ec07c | bold | meta.tag.sgml.doctype |
| HTML tags | #fb5245 | italic | entity.name.tag.html |
| HTML attributes | #fb5245 | — | text.html.basic entity.other.attribute-name.html, entity.other.attribute-name.html |
| HTML angle-bracket punctuation | #8ec07c | italic | punctuation.definition.tag.end.html, punctuation.definition.tag.begin.html |
CSS Preview
HTML Preview
Dockerfile
Dockerfile instructions anddocker-compose.yml service keys are styled with #fb5245 italic, matching the theme’s coral keyword treatment and making image, build, and run directives easy to scan.