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#f2f2f7
  • activityBar.border#d1d1d6
  • activityBar.foreground#1c1c1e
  • activityBarBadge.background#0071e3
  • button.background#0071e3
  • button.foreground#ffffff
  • editor.background#ffffff
  • editor.findMatchBackground#0071e340
  • editor.findMatchHighlightBackground#0071e320
  • editor.foreground#000000
  • editor.lineHighlightBackground#f2f2f7
  • editor.selectionBackground#b3d7ff
  • editor.wordHighlightBackground#b3d7ff80
  • editorCursor.foreground#000000
  • editorGutter.background#ffffff
  • editorLineNumber.activeForeground#1c1c1e
  • editorLineNumber.foreground#aeaeb2
  • input.background#ffffff
  • input.border#c7c7cc
  • input.foreground#000000
  • panel.background#f9f9fb
  • panel.border#d1d1d6
  • sideBar.background#f9f9fb
  • sideBar.border#d1d1d6
  • sideBar.foreground#1c1c1e
  • sideBarTitle.foreground#1c1c1e
  • statusBar.background#e5e5ea
  • statusBar.foreground#1c1c1e
  • tab.activeBackground#ffffff
  • tab.activeForeground#000000
  • tab.border#d1d1d6
  • tab.inactiveBackground#f2f2f7
  • tab.inactiveForeground#8e8e93
  • terminal.background#ffffff
  • terminal.foreground#000000
  • titleBar.activeBackground#f2f2f7
  • titleBar.activeForeground#1c1c1e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5c6e74italic
variable, string constant.other.placeholder#000000
keyword, storage.type, storage.modifier#ad3da4
keyword.control, keyword.operator#ad3da4
string, constant.other.symbol, constant.other.key#c41a16
constant.numeric, constant.language, constant.character, constant.escape#1c00cf
entity.name.function, meta.function-call, variable.function, support.function#3900a0
entity.name, support.type, support.class#0b4f79
entity.name.tag#ad3da4
entity.other.attribute-name#836c28
punctuation#000000
invalid, invalid.illegal#ff3b30
markup.inserted#3900a0
markup.deleted#ff3b30