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#1E1B1F
  • activityBar.foreground#FF79C6
  • editor.background#2D2A2E
  • editor.foreground#F8F8F2
  • editor.lineHighlightBackground#3A373C
  • editor.selectionBackground#41394C
  • editor.selectionHighlightBackground#41394C
  • editorCursor.foreground#FF79C6
  • editorIndentGuide.activeBackground#4A474C
  • editorIndentGuide.background#3A373C
  • editorLineNumber.activeForeground#FF79C6
  • editorLineNumber.foreground#5B595C
  • focusBorder#FF79C650
  • list.activeSelectionBackground#41394C
  • list.hoverBackground#3A373C
  • panel.background#242225
  • sideBar.background#242225
  • sideBar.foreground#939293
  • statusBar.background#1E1B1F
  • statusBar.foreground#FF79C6
  • tab.activeBackground#2D2A2E
  • tab.inactiveBackground#1E1B1F
  • titleBar.activeBackground#1E1B1F
  • 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#FF79C6italic
variable, variable.parameter, variable.other.object, variable.language, variable.other.constant#F8F8F2
entity.name.function, meta.function-call, support.function, meta.method-call entity.name.function, variable.function#BD93F9
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.other.inherited-class, support.class, entity.name.type.class#8BE9FDitalic
string, string.quoted.single, string.quoted.double, string.quoted.template, string.quoted.other, string.regexp, string.interpolated#F1FA8C
constant.numeric, constant.character.numeric, constant, constant.language, constant.character, constant.other#BD93F9
comment, punctuation.definition.comment#6272A4italic
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#8BE9FD

Shiki preview

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

Loading...