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.

  • activityBar.background#1e1e1e
  • activityBar.foreground#00FFFF
  • editor.background#2D2A2E
  • editor.foreground#FCFCFA
  • editor.lineHighlightBackground#3a3a3c
  • editor.selectionBackground#414339
  • editor.selectionHighlightBackground#414339
  • editorCursor.foreground#00FFFF
  • editorIndentGuide.activeBackground#4a4a4c
  • editorIndentGuide.background#3a3a3c
  • editorLineNumber.activeForeground#00FFFF
  • editorLineNumber.foreground#5b595c
  • focusBorder#00FFFF50
  • list.activeSelectionBackground#414339
  • list.hoverBackground#3a3a3c
  • panel.background#242124
  • sideBar.background#242124
  • sideBar.foreground#939293
  • statusBar.background#1e1e1e
  • statusBar.foreground#00FFFF
  • tab.activeBackground#2D2A2E
  • tab.inactiveBackground#1e1e1e
  • titleBar.activeBackground#1e1e1e
  • titleBar.activeForeground#939293

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, keyword.control, keyword.operator, keyword.other.special-method, keyword.other.new, storage.type, storage.modifier, storage.control#FF6D7Eitalic
variable, variable.parameter, variable.other.object, variable.language, variable.other.constant#FCFCFA
entity.name.function, meta.function-call, support.function, meta.method-call entity.name.function, variable.function#A9DC76
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.other.inherited-class, support.class, entity.name.type.class#FFD866italic
string, string.quoted.single, string.quoted.double, string.quoted.template, string.quoted.other, string.regexp, string.interpolated#FFD866
constant.numeric, constant.character.numeric, constant, constant.language, constant.character, constant.other#AB9DF2
comment, punctuation.definition.comment#727072italic
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator, punctuation.section, meta.brace#939293
variable.other.property, variable.other.object.property, support.type.property-name, meta.object-literal.key#78DCE8
entity.name.tag, punctuation.definition.tag#FF6D7E
entity.other.attribute-name#FFD866italic
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#78DCE8
support.constant.property-value, support.constant.font-name, support.constant.color#FFD866
meta.decorator, meta.decorator variable.other.readwrite, meta.decorator entity.name.function#FFD866italic
invalid, invalid.illegal#FF6D7E
markup.heading, punctuation.definition.heading, entity.name.section#FF6D7Ebold

Shiki preview

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

Loading...