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#E6F0FF
  • activityBar.foreground#1A365D
  • activityBarBadge.background#FFDF00
  • activityBarBadge.foreground#1A365D
  • button.background#009C3B
  • button.foreground#FFFFFF
  • button.hoverBackground#00B844
  • editor.background#F0F7FF
  • editor.foreground#1A365D
  • editor.inactiveSelectionBackground#FFDF0015
  • editor.lineHighlightBackground#009C3B10
  • editor.selectionBackground#FFDF0030
  • editorLineNumber.foreground#6B8CBE
  • focusBorder#FFDF00
  • input.background#FFFFFF
  • input.border#009C3B
  • input.foreground#1A365D
  • input.placeholderForeground#88AADD
  • list.activeSelectionBackground#009C3B20
  • list.focusBackground#FFDF0025
  • list.hoverBackground#00277615
  • selection.background#FFDF0030
  • sideBar.background#E6F0FF
  • sideBar.foreground#1A365D
  • sideBarSectionHeader.background#009C3B
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#009C3B
  • statusBar.background#FFDF00
  • statusBar.debuggingBackground#009C3B
  • statusBar.foreground#1A365D
  • statusBarItem.hoverBackground#FFC800
  • tab.activeBackground#F0F7FF
  • tab.activeForeground#1A365D
  • tab.border#009C3B
  • tab.inactiveBackground#E6F0FF
  • tab.inactiveForeground#6B8CBE
  • titleBar.activeBackground#F0F7FF
  • titleBar.activeForeground#1A365D
  • titleBar.inactiveBackground#E6F0FF
  • titleBar.inactiveForeground#6B8CBE

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6B8CBEitalic
string, constant.other.symbol, constant.other.key#009C3B
constant.numeric, constant.language, keyword.other.unit#E6A700
entity.name.function, meta.function-call, support.function#002776
entity.name.class, support.class, support.type#E6A700
keyword, storage.type, storage.modifier#009C3B
variable, meta.block variable.other#1A365D
keyword.operator, punctuation#002776
entity.name.tag, meta.tag.sgml#009C3B
entity.other.attribute-name#E6A700
support.type.property-name#002776

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...