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#e5eff4
  • activityBar.foreground#334248
  • editor.background#EAF3F7
  • editor.foreground#334248
  • editor.selectionBackground#cee2eb
  • editorCursor.foreground#91abb6
  • editorIndentGuide.activeBackground1#7c949f
  • editorIndentGuide.background1#d0dadf
  • editorInlayHint.background#e4eff4
  • editorInlayHint.foreground#80939b
  • editorLineNumber.activeForeground#93aeba
  • editorLineNumber.foreground#808c92
  • editorWhitespace.foreground#d4dee2
  • foreground#334248
  • list.activeSelectionBackground#cee2eb
  • list.activeSelectionForeground#303f44
  • list.inactiveSelectionBackground#d3e5ed
  • list.inactiveSelectionForeground#334248
  • sideBar.background#e2eef3
  • sideBar.foreground#334248
  • sideBarTitle.foreground#334248
  • statusBar.background#D1E3EB
  • statusBar.foreground#303f44
  • tab.activeForeground#303f44
  • tab.inactiveForeground#869aa2
  • titleBar.activeForeground#303f44
  • titleBar.inactiveForeground#869aa2

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#7a8dab
string, string.unquoted, string.unquoted.properties, meta.property-value, meta.property-value.properties#7b9b84
comment, comment.line.number-sign, comment.line.exclamation, punctuation.definition.comment#dacbd4italic
entity.name.function, support.function, meta.function-call, variable.function, support.function.property-list#6994a3
variable, support.variable, variable.other.key, variable.other.key.properties, entity.other.attribute-name, entity.other.attribute-name.properties#394b52
constant.numeric, number, constant.numeric.integer, constant.numeric.float#b58c78
entity.name.type, support.type, storage.type#9085b1
entity.name.class, support.class#8495c0
constant, support.constant, variable.other.constant, constant.language.boolean, constant.language.boolean.properties, constant.character.escape, constant.character.escape.properties#a7828f
pastel color theme by harnakam - VS Code Theme