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#FF003C
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#F7A3B8
  • editor.background#120507
  • editor.foreground#FDECEF
  • editor.inactiveSelectionBackground#2B0B12
  • editor.lineHighlightBackground#1D0A0D
  • editor.selectionBackground#4A1020
  • editorCursor.foreground#FFFFFF
  • editorLineNumber.activeForeground#FF4D6D
  • editorLineNumber.foreground#6E2A36
  • panel.background#120507
  • sideBar.background#180609
  • sideBar.foreground#FDECEF
  • statusBar.background#FF003C
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#FF003C
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#120507
  • tab.inactiveForeground#9E7480
  • terminal.background#120507
  • titleBar.activeBackground#1C070A
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#120507
  • titleBar.inactiveForeground#9E7480

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8B7480italic
keyword, storage#FFFFFFbold
string#7CE7FF
constant.numeric#FFD166
entity.name.function#FF4D6D
entity.name.type#6DB8FF
variable.parameter#FFA56B