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.activeBorder#00b691
  • activityBar.background#d8d8d8
  • activityBar.border#000000
  • activityBar.foreground#000000
  • activityBar.inactiveForeground#4a4a4a
  • editor.background#e7e6e6
  • editor.foreground#000000
  • editor.lineHighlightBackground#ebeaea
  • editor.selectionBackground#C0E8E0
  • editor.selectionHighlightBackground#c0e8e0df
  • editorCursor.foreground#f01f80
  • editorGroupHeader.tabsBackground#d8d8d8
  • editorIndentGuide.activeBackground1#C0E8E0
  • editorIndentGuide.background1#D0D0D0
  • list.activeSelectionBackground#a8d8cc
  • list.activeSelectionForeground#000000
  • list.hoverBackground#bdddd4
  • list.inactiveSelectionBackground#b5d4cc
  • panel.background#bebebe
  • panel.foreground#1a1a1a
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#3d3d3d
  • sideBar.background#d8d8d8
  • sideBar.foreground#000000
  • statusBar.background#C0E8E0
  • statusBar.foreground#000000
  • terminal.ansiGreen#40FF40
  • terminal.ansiYellow#ffb625
  • terminal.background#bebebe
  • terminal.foreground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#A0A0A0
keyword.control, keyword.operator, keyword.other#ed7600
storage.type, storage.modifier#ed7600
string#004ede
entity.name.function, support.function, meta.function-call entity.name.function#de00a3
entity.name.class, entity.name.type, support.type, entity.other.inherited-class, support.class, entity.name.type.module#149525
support.type.primitive, entity.name.type.alias, entity.name.type.interface, entity.name.type.enum, entity.name.type.class, meta.type.annotation, constant.language.null, constant.language.undefined#00b0b0
variable, variable.parameter, variable.other.object#9723c5
variable.other.readwrite, variable.other.property, variable.other.constant#000000
constant.numeric, constant.language, constant.numeric.hex, constant.other.color, constant.numeric.integer.hexadecimal, constant.numeric.hex.css#e61405