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#B5F2D1
  • activityBar.foreground#08483D
  • activityBar.inactiveForeground#6A9C8E
  • editor.background#CFFFE3
  • editor.foreground#08483D
  • editor.inactiveSelectionBackground#E0FFF1
  • editor.lineHighlightBackground#C6F9DD
  • editor.lineHighlightBorder#C6F9DD
  • editor.selectionBackground#BFF8D6
  • editorCursor.foreground#042F28
  • editorError.foreground#D72638
  • editorLineNumber.activeForeground#08483D
  • editorLineNumber.foreground#7EB5A7
  • panel.background#B5F2D1
  • panel.border#90E7BF
  • sideBar.background#B5F2D1
  • sideBar.foreground#08483D
  • statusBar.background#B5F2D1
  • statusBar.foreground#08483D
  • tab.activeBackground#CFFFE3
  • tab.activeForeground#08483D
  • tab.inactiveBackground#B5F2D1
  • tab.inactiveForeground#6A9C8E
  • terminal.background#1F6858
  • terminal.foreground#E9FFF4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#7DB7A3italic
keyword, storage.type, storage.modifier, keyword.control#002B7Fbold
string, string.interpolated, string.quoted.double, string.quoted.single, constant.other.symbol, punctuation.definition.string#0B5E30italic
variable, variable.other, identifier#FF8F00bold
constant.numeric, constant.language#FF8F00
punctuation.section, punctuation.section.group, punctuation.section.block, punctuation.section.braces, punctuation.section.parens, punctuation.section.bracket, punctuation.section.array#6FAFA5
entity.name.type, entity.name.class#002B7Fbold
support.function, entity.name.function, meta.function-call#08483Dbold
variable.parameter#2F8C7B
invalid, invalid.illegal#FFFFFF