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#EEE8D5
  • activityBar.border#DDD6C1
  • activityBar.foreground#586e75
  • activityBarBadge.background#B58900
  • badge.background#B58900AA
  • button.background#AC9D57
  • debugExceptionWidget.background#DDD6C1
  • debugExceptionWidget.border#AB395B
  • debugToolBar.background#DDD6C1
  • dropdown.background#EEE8D5
  • dropdown.border#D3AF86
  • editor.background#FDF6E3
  • editor.findMatchBackground#cb4b1659
  • editor.findMatchHighlightBackground#85990059
  • editor.foreground#586e75
  • editor.lineHighlightBorder#eee8d5
  • editor.rangeHighlightBackground#EEE8D5cc
  • editor.selectionBackground#268bd21a
  • editor.wordHighlightBackground#8599001a
  • editor.wordHighlightStrongBackground#cb4b161a
  • editorBracketMatch.background#268bd22c
  • editorBracketMatch.border#268bd24d
  • editorCursor.foreground#b58900
  • editorGroup.border#DDD6C1
  • editorGroup.dropBackground#DDD6C1AA
  • editorGroupHeader.border#DDD6C1
  • editorGroupHeader.tabsBackground#EEE8D5
  • editorHoverWidget.background#EEE8D5
  • editorIndentGuide.activeBackground1#93a1a1b3
  • editorIndentGuide.background1#93a1a14d
  • editorLineNumber.activeForeground#586e75
  • editorLineNumber.foreground#93a1a1b3
  • editorRuler.foreground#93a1a14d
  • editorWhitespace.foreground#657b8340
  • editorWidget.background#EEE8D5
  • extensionButton.prominentBackground#b58900
  • extensionButton.prominentHoverBackground#584c27aa
  • focusBorder#b49471
  • input.background#FDF6E3
  • input.border#DDD6C1
  • input.foreground#586e75
  • input.placeholderForeground#657b83AA
  • inputOption.activeBorder#D3AF86
  • list.activeSelectionBackground#DFCA88
  • list.activeSelectionForeground#6C6C6C
  • list.highlightForeground#B58900
  • list.hoverBackground#DFCA8844
  • list.inactiveSelectionBackground#D1CBB8
  • minimap.selectionHighlight#268bd21a
  • notebook.cellEditorBackground#F7F0E0
  • panel.background#EEE8D5
  • panel.border#DDD6C1
  • panelTitle.border#DDD6C1
  • peekView.border#B58900
  • peekViewEditor.background#FFFBF2
  • peekViewEditor.matchHighlightBackground#7744AA40
  • peekViewResult.background#EEE8D5
  • peekViewTitle.background#EEE8D5
  • pickerGroup.border#2AA19899
  • pickerGroup.foreground#2AA19899
  • ports.iconRunningProcessForeground#2AA19899
  • progressBar.background#B58900
  • quickInputList.focusBackground#DFCA8866
  • selection.background#878b9180
  • sideBar.background#EEE8D5
  • sideBar.border#DDD6C1
  • sideBar.foreground#586e75
  • sideBarTitle.foreground#586e75
  • statusBar.background#EEE8D5
  • statusBar.border#DDD6C1
  • statusBar.debuggingBackground#EEE8D5
  • statusBar.foreground#586e75
  • statusBar.noFolderBackground#EEE8D5
  • statusBarItem.prominentBackground#DDD6C1
  • statusBarItem.prominentHoverBackground#DDD6C199
  • statusBarItem.remoteBackground#AC9D57
  • tab.activeBackground#FDF6E3
  • tab.activeModifiedBorder#cb4b16
  • tab.border#DDD6C1
  • tab.inactiveBackground#EEE8D5
  • tab.inactiveForeground#586e75
  • tab.lastPinnedBorder#FDF6E3
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#268bd2
  • terminal.ansiBrightBlack#000000
  • terminal.ansiBrightBlue#268bd2
  • terminal.ansiBrightCyan#2aa198
  • terminal.ansiBrightGreen#859900
  • terminal.ansiBrightMagenta#d33682
  • terminal.ansiBrightRed#dc322f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#b58900
  • terminal.ansiCyan#2aa198
  • terminal.ansiGreen#859900
  • terminal.ansiMagenta#d33682
  • terminal.ansiRed#dc322f
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#b58900
  • terminal.background#FDF6E3
  • terminal.foreground#586e75
  • titleBar.activeBackground#EEE8D5
  • walkThrough.embeddedEditorBackground#00000014

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.variable#586e75
comment, punctuation.definition.comment#cb4b16
string, string.regexp, constant.other.symbol#2aa198
constant.character.escape#839496
constant.numeric, constant.character, constant.keyword, constant#d33682
entity.name,support.function#268bd2
punctuation,meta.brace#93a1a1
invalid#dc322f