Skip to main content
Coding Theme

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#310008
  • activityBar.foreground#FF667A
  • activityBar.inactiveForeground#A6162C
  • button.background#A90F2A
  • button.foreground#FFD7DC
  • button.hoverBackground#D71938
  • editor.background#1A0005
  • editor.foreground#FF5268
  • editor.inactiveSelectionBackground#50101C80
  • editor.lineHighlightBackground#2A0008
  • editor.selectionBackground#6B1424
  • editorGroupHeader.tabsBackground#600010
  • focusBorder#FF2947
  • input.background#180004
  • input.border#971128
  • input.foreground#FF5268
  • list.activeSelectionBackground#7E0A20
  • list.activeSelectionForeground#FF8796
  • list.hoverBackground#48000E
  • panel.background#210005
  • panel.border#9E122B
  • scrollbarSlider.activeBackground#FF3652AA
  • scrollbarSlider.background#A4132E66
  • scrollbarSlider.hoverBackground#D31B3A88
  • sideBar.background#260006
  • sideBar.border#8F1027
  • sideBar.foreground#E72A43
  • sideBarTitle.foreground#FF435C
  • statusBar.background#45000D
  • statusBar.foreground#FF6276
  • tab.activeBackground#B00020
  • tab.activeForeground#FF7183
  • tab.hoverBackground#B00020
  • tab.inactiveBackground#B00020
  • tab.inactiveForeground#FF7183
  • tab.selectedBackground#B00020
  • tab.selectedForeground#FF7183
  • tab.unfocusedActiveBackground#B00020
  • tab.unfocusedActiveForeground#FF7183
  • tab.unfocusedHoverBackground#B00020
  • tab.unfocusedInactiveBackground#B00020
  • tab.unfocusedInactiveForeground#FF7183
  • titleBar.activeBackground#3A000A
  • titleBar.activeForeground#FF536A
  • titleBar.inactiveBackground#190004
  • titleBar.inactiveForeground#941329

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8F2638
string#FF5369
keyword, storage#FF2342
variable, variable.other#E92643
entity.name.function, support.function#FF7485
constant.numeric, constant.language#C91431