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.

  • activityBar.background#e1e6ea
  • activityBar.foreground#32373c
  • editor.background#E7EBEF
  • editor.foreground#32373c
  • editor.selectionBackground#c6cfda
  • editorCursor.foreground#8793a1
  • editorIndentGuide.activeBackground1#757f8b
  • editorIndentGuide.background1#ced2d6
  • editorInlayHint.background#e0e5e9
  • editorInlayHint.foreground#7b848b
  • editorLineNumber.activeForeground#8995a3
  • editorLineNumber.foreground#7e8387
  • editorWhitespace.foreground#d1d5da
  • foreground#32373c
  • list.activeSelectionBackground#c6cfda
  • list.activeSelectionForeground#303439
  • list.inactiveSelectionBackground#ccd4de
  • list.inactiveSelectionForeground#32373c
  • sideBar.background#dee3e8
  • sideBar.foreground#32373c
  • sideBarTitle.foreground#32373c
  • statusBar.background#CDD5DD
  • statusBar.foreground#303439
  • tab.activeForeground#303439
  • tab.inactiveForeground#818a91
  • titleBar.activeForeground#303439
  • titleBar.inactiveForeground#818a91

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, keyword.control, storage, storage.type, storage.modifier, punctuation.separator.key-value, punctuation.separator.key-value.properties#8e9bad—
string, string.unquoted, string.unquoted.properties, meta.property-value, meta.property-value.properties#849b8b—
comment, comment.line.number-sign, comment.line.exclamation, punctuation.definition.comment#d5cbd3italic
entity.name.function, support.function, meta.function-call, variable.function, support.function.property-list#7b94a5—
variable, support.variable, variable.other.key, variable.other.key.properties, entity.other.attribute-name, entity.other.attribute-name.properties#3a4147—
constant.numeric, number, constant.numeric.integer, constant.numeric.float#b08f7d—
entity.name.type, support.type, storage.type#958dae—
entity.name.class, support.class#909bb6—
constant, support.constant, variable.other.constant, constant.language.boolean, constant.language.boolean.properties, constant.character.escape, constant.character.escape.properties#a18994—