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#101512
  • activityBar.foreground#e3d9b0
  • activityBarBadge.background#9ed8ba
  • activityBarBadge.foreground#0f1410
  • badge.background#9ed8ba
  • badge.foreground#0f1410
  • button.background#e2b7ff
  • button.foreground#0f1410
  • button.hoverBackground#c99ce6
  • dropdown.background#161d18
  • dropdown.foreground#e3d9b0
  • editor.background#0f1410
  • editor.foreground#e3d9b0
  • editor.inactiveSelectionBackground#ffecd615
  • editor.lineHighlightBackground#1b1f1b
  • editor.selectionBackground#ffecd630
  • editorCursor.foreground#eac875
  • editorLineNumber.activeForeground#eac875
  • editorLineNumber.foreground#444d42
  • gitDecoration.addedResourceForeground#9ed8ba
  • gitDecoration.deletedResourceForeground#e27d60
  • gitDecoration.modifiedResourceForeground#eac875
  • gitDecoration.untrackedResourceForeground#c5e8c8
  • input.background#161d18
  • input.foreground#e3d9b0
  • input.placeholderForeground#6b7965
  • panel.background#101512
  • panel.border#1f2a1f
  • scrollbarSlider.background#e2b7ff30
  • scrollbarSlider.hoverBackground#e2b7ff60
  • sideBar.background#121915
  • sideBar.border#82f0e040
  • sideBar.foreground#e3d9b0
  • sideBarSectionHeader.background#1a221a
  • sideBarSectionHeader.foreground#9ed8ba
  • statusBar.background#101512
  • statusBar.foreground#9ed8ba
  • tab.activeBackground#161d18
  • tab.activeForeground#e2b7ff
  • tab.inactiveBackground#121915
  • tab.inactiveForeground#6b7965
  • terminal.ansiBlack#121915
  • terminal.ansiBlue#e2b7ff
  • terminal.ansiBrightBlack#6b7965
  • terminal.ansiBrightBlue#e2b7ff
  • terminal.ansiBrightCyan#a0f0e0
  • terminal.ansiBrightGreen#b8e8c8
  • terminal.ansiBrightMagenta#d9a7eb
  • terminal.ansiBrightRed#f08a5d
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffebaf
  • terminal.ansiCyan#82f0e0
  • terminal.ansiGreen#9ed8ba
  • terminal.ansiMagenta#c99ce6
  • terminal.ansiRed#e27d60
  • terminal.ansiWhite#e3d9b0
  • terminal.ansiYellow#eac875
  • terminal.background#0f1410
  • terminal.foreground#e3d9b0
  • terminalCursor.background#eac875
  • terminalCursor.foreground#eac875
  • titleBar.activeBackground#0f1410
  • titleBar.activeForeground#e3d9b0
  • titleBar.inactiveBackground#121915
  • titleBar.inactiveForeground#6b7965

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6b7965italic
keyword, storage.type#9ed8ba
string, constant.other.symbol#e3d9b0
variable, identifier#ffebaf
function, entity.name.function#e2b7ff
type, entity.name.type#c5e8c8
constant, variable.language#d8bba5
invalid, invalid.illegal#eac875underline