Skip to main content
CodingTheme

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#FFFFFF
  • editor.foreground#000000
  • editor.inactiveSelectionBackground#D4D4D4
  • editor.lineHighlightBackground#EDEDED
  • editor.selectionBackground#B5D5FF
  • editorCursor.foreground#000000
  • editorWhitespace.foreground#E0E0E0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#000000
comment#8E908C
keyword.operator.class, constant.other, source.php.embedded.line#666969
variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag#C82829
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit#F5871F
entity.name.class, entity.name.type.class, support.type, support.class#C99E00
string, constant.other.symbol, entity.other.inherited-class, markup.heading#718C00
keyword.operator, constant.other.color#3E999F
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level#4271AE
keyword, storage, storage.type#8959A8
invalid#000000
meta.separator#FFFFFF
invalid.deprecated#FFFFFF

Shiki preview

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

Loading...

Aqua Theme by kimulaco - VS Code Theme