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#facc15
  • activityBar.background#854d0e
  • activityBar.foreground#fef08a
  • activityBarBadge.background#eab308
  • activityBarBadge.foreground#713f12
  • badge.background#eab308
  • badge.foreground#713f12
  • button.background#ca8a04
  • button.foreground#fef9c3
  • button.hoverBackground#eab308
  • dropdown.background#854d0e
  • dropdown.border#ca8a04
  • dropdown.foreground#fef9c3
  • editor.background#713f12
  • editor.findMatchBackground#ca8a04
  • editor.findMatchHighlightBackground#a16207
  • editor.foreground#fef9c3
  • editor.hoverHighlightBackground#854d0e
  • editor.lineHighlightBackground#854d0e
  • editor.selectionBackground#a16207
  • editor.selectionHighlightBackground#a16207
  • editor.wordHighlightBackground#a16207
  • editor.wordHighlightStrongBackground#a16207
  • editorCursor.foreground#facc15
  • editorGroupHeader.tabsBackground#854d0e
  • editorIndentGuide.activeBackground#eab308
  • editorIndentGuide.background#a16207
  • editorLineNumber.activeForeground#fde047
  • editorLineNumber.foreground#eab308
  • editorRuler.foreground#a16207
  • editorWhitespace.foreground#ca8a04
  • input.background#854d0e
  • input.border#ca8a04
  • input.foreground#fef9c3
  • inputOption.activeBorder#facc15
  • list.activeSelectionBackground#a16207
  • list.activeSelectionForeground#fef9c3
  • list.focusBackground#a16207
  • list.hoverBackground#854d0e
  • list.inactiveSelectionBackground#854d0e
  • menuBar.selectionBackground#ca8a04
  • menuBar.selectionForeground#fef9c3
  • panel.background#854d0e
  • panel.border#a16207
  • panelTitle.activeForeground#fef9c3
  • panelTitle.inactiveForeground#facc15
  • progressBar.background#eab308
  • scrollbar.shadow#422006
  • scrollbarSlider.activeBackground#facc15
  • scrollbarSlider.background#ca8a04
  • scrollbarSlider.hoverBackground#eab308
  • sideBar.background#854d0e
  • sideBar.foreground#fef08a
  • sideBarSectionHeader.background#a16207
  • sideBarSectionHeader.foreground#fef9c3
  • sideBarTitle.foreground#fef9c3
  • statusBar.background#a16207
  • statusBar.debuggingBackground#b91c1c
  • statusBar.debuggingForeground#fee2e2
  • statusBar.foreground#fef9c3
  • statusBar.noFolderBackground#ca8a04
  • tab.activeBackground#713f12
  • tab.activeBorder#facc15
  • tab.activeForeground#fef9c3
  • tab.border#a16207
  • tab.inactiveBackground#854d0e
  • tab.inactiveForeground#facc15
  • terminal.ansiBlack#854d0e
  • terminal.ansiBlue#60a5fa
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#c084fc
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#fef08a
  • terminal.ansiYellow#facc15
  • terminal.background#713f12
  • terminal.foreground#fef9c3
  • titleBar.activeBackground#a16207
  • titleBar.activeForeground#fef9c3
  • titleBar.inactiveBackground#854d0e
  • titleBar.inactiveForeground#facc15
  • window.activeBorder#ca8a04
  • window.inactiveBorder#a16207

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#facc15italic
variable, string constant.other.placeholder#fef08a—
keyword, storage.type, storage.modifier#c084fc—
keyword.operator#f472b6—
string, string.quoted#4ade80—
entity.name.function, meta.require, support.function.any-method#60a5fa—
entity.name.type, entity.other.inherited-class, support.class#facc15—
constant.numeric, constant.language, support.constant, constant.character.escape#fb923c—
entity.name.tag, markup.deleted.git_gutter#f87171—
entity.other.attribute-name#fb923c—