Skip to main content
Coding Theme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • editor.background#f5edfa
  • editor.foreground#673c8b
  • editorGutter.background#f2def5
  • editorLineNumber.foreground#b55487
  • foreground#673c8b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
storage.modifier, storage.type, keyword, punctuation.separator.hash.cs, punctuation.definition.directive, keyword.operator.expression, markup.heading.markdown#c51478
support.type, support.class, entity.name.type, entity.name.namespace, constant.other.table-name, storage.modifier.attribute.swift, entity.other.inherited-class, meta.type-name, variable.other.object.cs, entity.other.attribute-name.class.css, punctuation.definition.list.begin.markdown, support.type.property-name.json, entity.name.tag.yaml#5579bc
string#487e70
meta.preprocessor, entity.name.function.preprocessor#d2626c
entity.other.attribute-name, meta.tag.attributes, entity.name.function, function, support.function, meta.function-call, support.function.any-method.swift, markup.inline.raw.string.markdown, markup.quote.markdown#6c4cbc
constant.language, entity.name.tag, variable.language.self, variable.language.this, variable.parameter.positional, support.constant, constant.other.caps, entity.name.function.decorator, variable.other.normal.shell#b74cbb
constant.numeric, entity.name.type.lifetime, meta.scope.logical-expression, constant.other.color, punctuation.definition.constant, constant.other.placeholder, constant.character.entity#d2626c
variable, meta.function-call.swift#563271
punctuation.brackets, punctuation.comma, punctuation.semi, keyword.operator, punctuation.definition.parameters, punctuation.definition.interpolation, punctuation.section.parens, punctuation.section.embedded, meta.parens, support.type.property-name, punctuation.definition.arguments, constant.character.format.placeholder, punctuation.definition.logical-expression.shell, punctuation.definition.variable.shell#673c8b
comment, punctuation.definition.comment#db74b7italic
markup.italic.markdownitalic
markup.bold.markdownbold
markup.strikethrough.markdownstrikethrough

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

T3 Theme - Coding Theme