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#002029
  • activityBarBadge.background#268bd2
  • editor.background#002b36
  • editor.foreground#839496
  • editor.lineHighlightBackground#073642
  • editor.selectionBackground#586e7588
  • editorBracketHighlight.foreground1#268bd2
  • editorBracketHighlight.foreground2#b58900
  • editorBracketHighlight.foreground3#d33682
  • editorCursor.background#002b36
  • editorGroup.emptyBackground#002029
  • editorGroupHeader.noTabsBackground#002029
  • editorGroupHeader.tabsBackground#002029
  • editorGutter.addedBackground#859900
  • editorGutter.background#073642
  • editorGutter.deletedBackground#dc322f
  • editorGutter.modifiedBackground#b58900
  • editorLineNumber.activeForeground#839496
  • editorLineNumber.foreground#586e75
  • editorSuggestWidget.background#073642
  • editorSuggestWidget.border#073642
  • editorSuggestWidget.focusHighlightForeground#eee8d5
  • editorSuggestWidget.foreground#839496
  • editorSuggestWidget.highlightForeground#268bd2
  • editorSuggestWidget.selectedBackground#586e75
  • editorSuggestWidget.selectedForeground#eee8d5
  • editorSuggestWidget.selectedIconForeground#eee8d5
  • editorWidget.background#073642
  • editorWidget.foreground#839496
  • gitDecoration.addedResourceForeground#859900
  • gitDecoration.deletedResourceForeground#dc322f
  • gitDecoration.modifiedResourceForeground#b58900
  • input.background#003847
  • input.foreground#93a1a1
  • input.placeholderForeground#93a1a1aa
  • inputOption.activeBorder#2aa19899
  • inputValidation.errorBackground#571b26
  • inputValidation.errorBorder#cb4b16
  • inputValidation.infoBackground#052730
  • inputValidation.infoBorder#363b5f
  • inputValidation.warningBackground#5d5938
  • inputValidation.warningBorder#9d8a5e
  • list.activeSelectionBackground#073642
  • list.dropBackground#00445488
  • list.highlightForeground#2aa198
  • list.hoverBackground#586e75
  • list.inactiveSelectionBackground#073642
  • menu.selectionBackground#586e75
  • menu.selectionForeground#839496
  • minimapGutter.addedBackground#859900
  • minimapGutter.deletedBackground#dc322f
  • minimapGutter.modifiedBackground#b58900
  • peekView.border#2b2b4a
  • peekViewEditor.background#10192c
  • peekViewEditor.matchHighlightBackground#7744aa40
  • peekViewResult.background#00212b
  • peekViewTitle.background#00212b
  • selection.background#586e75
  • sideBar.background#002029
  • sideBarTitle.foreground#93a1a1
  • statusBar.background#93a1a1
  • statusBar.foreground#073642
  • tab.inactiveBackground#002029
  • terminal.ansiBlack#073642
  • terminal.ansiBlue#268bd2
  • terminal.ansiBrightBlack#002b36
  • terminal.ansiBrightBlue#839496
  • terminal.ansiBrightCyan#93a1a1
  • terminal.ansiBrightGreen#586e75
  • 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#002b36
  • terminal.foreground#839496
  • titleBar.activeBackground#002029

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
constant.language#2AA198—
keyword.operator#839496—
constant.numeric#2AA198—
keyword, storage.modifier#859900—
keyword.control.as, keyword.control.import, keyword.control.from, keyword.control.export#cb4b16—
comment#586E75italic
string#2AA198—
string.regexp#DC322F—
storage.type#b58900—
constant.character.escape#DC322F—
meta.function-call entity.name.function#268bd2—
entity.name.tag, support.class.component#268bd2—
entity.other.attribute-name#b58900—
support.class#2aa198—
keyword.operator.new#859900—
invalid#DC322F—
meta.diff, meta.diff.header#268BD2italic
markup.deleted#DC322F
markup.changed#CB4B16
markup.inserted#859900—
markup.quote#859900—
markup.list#B58900—
markup.bold, markup.italic#D33682—
markup.bold—bold
markup.italic—italic
markup.strikethrough—strikethrough
markup.inline.raw#2AA198
markup.heading#268BD2bold
markup.heading.setext#268BD2
token.info-token#6796E6—
token.warn-token#CD9731—
token.error-token#F44747—
token.debug-token#B267E6—