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#f7f7f7
  • badge.background#e30840
  • badge.foreground#ffffff
  • button.background#e30840
  • button.foreground#ffffff
  • button.hoverBackground#c30537
  • descriptionForeground#6b6b70
  • dropdown.background#ffffff
  • editor.background#ffffff
  • editor.foreground#161616
  • editorError.foreground#b00020
  • editorGroupHeader.tabsBackground#f1f1f1
  • editorLineNumber.foreground#a0a0a0
  • editorSuggestWidget.background#ffffff
  • editorWidget.background#ffffff
  • errorForeground#b00020
  • focusBorder#e30840
  • foreground#161616
  • input.background#f0f0f2
  • input.border#d3d3d3
  • list.activeSelectionBackground#ededef
  • list.hoverBackground#f1f1f1
  • menu.background#ffffff
  • panel.border#e2e2e5
  • progressBar.background#e30840
  • quickInput.background#ffffff
  • sideBar.background#f7f7f7
  • sideBar.border#e2e2e5
  • sideBarSectionHeader.background#fafafa
  • tab.inactiveBackground#f1f1f1
  • terminal.ansiBlack#111013
  • terminal.ansiBlue#2b6cb0
  • terminal.ansiBrightBlack#808080
  • terminal.ansiBrightBlue#3578c4
  • terminal.ansiBrightCyan#358795
  • terminal.ansiBrightGreen#1f9d6b
  • terminal.ansiBrightMagenta#c14d8e
  • terminal.ansiBrightRed#c30537
  • terminal.ansiBrightWhite#111013
  • terminal.ansiBrightYellow#c08532
  • terminal.ansiCyan#2a7c87
  • terminal.ansiGreen#1f8a65
  • terminal.ansiMagenta#a23a73
  • terminal.ansiRed#e30840
  • terminal.ansiWhite#606060
  • terminal.ansiYellow#a9791f
  • terminal.foreground#161616
  • terminal.selectionBackground#e3084022
  • terminalCursor.foreground#e30840
  • textLink.activeForeground#c30537
  • textLink.foreground#c30537

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8a8a90italic
string, constant.other.symbol#3f3f3f
constant.numeric, constant.language#9b1f44
keyword, storage, storage.type#c30537
entity.name.function, support.function#161616
variable, entity.name.variable#3f3f3f
entity.name.type, support.type, support.class#7a1330