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#ddd6c1
  • activityBar.foreground#584c27
  • 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.findMatchHighlightForeground#fdf6e3
  • editor.foreground#657b83
  • editor.lineHighlightBackground#eee8d5
  • editor.selectionBackground#eee8d5
  • editorCursor.foreground#657b83
  • editorGroup.border#ddd6c1
  • editorGroup.dropBackground#ddd6c1aa
  • editorGroupHeader.tabsBackground#d9d2c2
  • editorHoverWidget.background#eee8d5
  • editorLineNumber.activeForeground#93a1a1
  • editorLineNumber.dimmedForeground#93a1a1
  • editorLineNumber.foreground#93a1a1
  • editorWhitespace.foreground#586e7580
  • editorWidget.background#eee8d5
  • extensionButton.prominentBackground#b58900
  • extensionButton.prominentHoverBackground#584c27aa
  • focusBorder#b49471
  • input.background#ddd6c1
  • input.foreground#586e75
  • input.placeholderForeground#586e75aa
  • inputOption.activeBorder#d3af86
  • list.activeSelectionBackground#dfca88
  • list.activeSelectionForeground#6c6c6c
  • list.highlightForeground#b58900
  • list.hoverBackground#dfca8844
  • list.inactiveSelectionBackground#d1cbb8
  • list.warningForeground#657b83
  • minimap.selectionHighlight#eee8d5
  • notebook.cellEditorBackground#f7f0e0
  • panel.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
  • sideBarTitle.foreground#586e75
  • statusBar.background#eee8d5
  • 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#d3cbb7
  • tab.inactiveForeground#586e75
  • tab.lastPinnedBorder#fdf6e3
  • terminal.ansiBlack#586e75
  • terminal.ansiBlue#268bd2
  • terminal.ansiBrightBlack#586e75
  • terminal.ansiBrightBlue#268bd2
  • terminal.ansiBrightCyan#2aa198
  • terminal.ansiBrightGreen#859900
  • terminal.ansiBrightMagenta#6c71c4
  • terminal.ansiBrightRed#cb4b16
  • terminal.ansiBrightWhite#fdf6e3
  • terminal.ansiBrightYellow#657b83
  • terminal.ansiCyan#2aa198
  • terminal.ansiGreen#859900
  • terminal.ansiMagenta#d33682
  • terminal.ansiRed#dc322f
  • terminal.ansiWhite#eee8d5
  • terminal.ansiYellow#b58900
  • terminal.background#fdf6e3
  • titleBar.activeBackground#eee8d5
  • walkThrough.embeddedEditorBackground#00000014

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#93a1a1—
constant, entity.name.constant, variable.other.constant, variable.other.enummember, variable.language#268bd2—
entity, entity.name#6c71c4—
variable.parameter.function#586e75—
entity.name.tag#859900—
keyword#dc322f—
storage, storage.type#dc322f—
storage.modifier.package, storage.modifier.import, storage.type.java#586e75—
string, punctuation.definition.string, string punctuation.section.embedded source#268bd2—
support#268bd2—
meta.property-name#268bd2—
variable#cb4b16—
variable.other#586e75—
invalid.broken#dc322fitalic
invalid.deprecated#dc322fitalic
invalid.illegal#dc322fitalic
invalid.unimplemented#dc322fitalic
carriage-return#fdf6e3italic underline
message.error#dc322f—
string variable#268bd2—
source.regexp, string.regexp#586e75—
string.regexp.character-class, string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition#586e75—
string.regexp constant.character.escape#859900bold
support.constant#268bd2—
support.variable#268bd2—
meta.module-reference#268bd2—
punctuation.definition.list.begin.markdown#cb4b16—
markup.heading, markup.heading entity.name#268bd2bold
markup.quote#859900—
markup.italic#586e75italic
markup.bold#586e75bold
markup.underline—underline
markup.strikethrough—strikethrough
markup.inline.raw#268bd2—
markup.deleted, meta.diff.header.from-file, punctuation.definition.deleted#dc322f—
markup.inserted, meta.diff.header.to-file, punctuation.definition.inserted#859900—
markup.changed, punctuation.definition.changed#cb4b16—
markup.ignored, markup.untracked#F6F8FA—
meta.diff.range#6c71c4bold
meta.diff.header#268bd2—
meta.separator#268bd2bold
meta.output#268bd2—
brackethighlighter.tag, brackethighlighter.curly, brackethighlighter.round, brackethighlighter.square, brackethighlighter.angle, brackethighlighter.quote#657b83—
brackethighlighter.unmatched#dc322f—
constant.other.reference.link, string.other.link#586e75underline
token.info-token#268bd2—
token.warn-token#b58900—
token.error-token#dc322f—
token.debug-token#d33682—