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#191b1f
  • activityBar.foreground#c0ccdb
  • activityBarBadge.background#00B27D
  • activityBarBadge.foreground#ffffff
  • badge.background#00B27D
  • badge.foreground#ffffff
  • button.background#9A6FC4
  • button.foreground#ffffff
  • dropdown.background#0f1113
  • dropdown.border#0f1113
  • dropdown.foreground#c0ccdb
  • editor.background#141619
  • editor.foreground#c0ccdb
  • editor.hoverHighlightBackground#00B27D22
  • editor.lineHighlightBackground#1b1d21
  • editor.selectionBackground#00B27D55
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#9A6FC422
  • editorBracketMatch.background#00B27D44
  • editorBracketMatch.border#9A6FC4
  • editorCursor.foreground#ffffff
  • editorGroup.background#1b1d21
  • editorGroupHeader.tabsBackground#1b1d21
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0f1113
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorHoverWidget.statusBarBackground#343840
  • editorIndentGuide.background#2b2f35
  • editorLineNumber.foreground#414852
  • editorLink.activeForeground#00B27D
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#9A6FC455
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2b2f35
  • editorSuggestWidget.foreground#c0ccdb
  • editorSuggestWidget.highlightForeground#00B27D
  • editorSuggestWidget.selectedBackground#414852
  • editorWhitespace.foreground#2b2f35
  • editorWidget.background#2b2f35
  • editorWidget.border#414852
  • extensionButton.prominentBackground#00B27D
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#00e5a1
  • focusBorder#00B27D
  • foreground#c0ccdb
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#58616e
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.background#090a0b
  • input.border#363b43
  • input.foreground#c0ccdb
  • input.placeholderForeground#3d434c
  • inputOption.activeBorder#9A6FC4
  • list.activeSelectionBackground#9A6FC4
  • list.activeSelectionForeground#141619
  • list.focusBackground#363b43
  • list.hoverBackground#1b1d21
  • list.inactiveSelectionBackground#141619
  • panel.background#2b2f35
  • panel.border#414852
  • panelTitle.activeBorder#00B27D
  • panelTitle.inactiveForeground#636d7c
  • peekView.border#00B27D
  • peekViewEditor.background#0b0c0e
  • peekViewEditor.matchHighlightBackground#9A6FC455
  • peekViewEditorGutter.background#0f1113
  • peekViewResult.background#1f2227
  • peekViewResult.fileForeground#b3c1d4
  • peekViewResult.lineForeground#a0b2c8
  • peekViewResult.matchHighlightBackground#9A6FC455
  • peekViewResult.selectionBackground#191b1f
  • peekViewResult.selectionForeground#c0ccdb
  • peekViewTitle.background#0f1113
  • peekViewTitleDescription.foreground#b6c4d5
  • peekViewTitleLabel.foreground#c0ccdb
  • progressBar.background#ffffff
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#00B27Daa
  • scrollbarSlider.background#414852aa
  • scrollbarSlider.hoverBackground#00B27D55
  • sideBar.background#1f2227
  • sideBar.foreground#c0ccdb
  • sideBarSectionHeader.background#262a30
  • sideBarSectionHeader.foreground#c0ccdb
  • statusBar.background#9A6FC4
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#00B27D
  • tab.inactiveBackground#1d2024
  • tab.inactiveForeground#6f7a8a
  • terminal.ansiBlack#1f2227
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#414852
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#cdb7e2
  • terminal.ansiBrightGreen#19ffbb
  • terminal.ansiBrightMagenta#b48adf
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#eee567
  • terminal.ansiCyan#9A6FC4
  • terminal.ansiGreen#9A6FC4
  • terminal.ansiMagenta#00B27D
  • terminal.ansiRed#c9324e
  • terminal.ansiWhite#d0d9e4
  • terminal.ansiYellow#d6cd52
  • terminal.background#090a0b
  • terminal.foreground#c0ccdb
  • titleBar.activeBackground#0b0c0e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#494d58
constant.language, constant.character, constant.other, entity.name.section.group-title, storage, entity.name.class, entity.other.inherited-class, entity.other.attribute-name, support.function, support.constant, support.type, support.class#9A6FC4
storage.type, entity.name.tag, keyword, keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as, meta.use support.class.builtin, meta.other.inherited-class support.class.builtin, punctuation.definition.heading.markdown, punctuation.definition.bold.markdown, punctuation.definition.italic.markdown, punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown, markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown, markup.bold.markdown, markup.italic.markdown#00B27D
string, meta.structure.dictionary.json string.quoted.double.json, meta.structure.dictionary.value.json string.quoted.double.json, string.quoted.double.json, meta.property-value, support.constant.property-value, constant.other.color#CCCCCC
entity.name.function, variable.parameter, variable.other#FFFFFF
constant.numeric#AAAAAA
entity.name.classunderline
invalid#CF433E
meta.diff, meta.diff.header#76818E
markup.deleted#E61F44
markup.inserted#A6E22E
markup.changed#F7B83D
constant.numeric.line-number.find-in-files - match#8FBE00A0
entity.name.filename.find-in-files#E6DB74
keyword.other#A0A8B1
meta.property-value punctuation.separator.key-value#C0CCDB
variable.parameter.function.coffee#AAAAAA
entity.name.section.markdown#9A6FC4
markup.raw.inline.markdown#CCCCCC
markup.italic.markdownitalic
markup.bold.markdownbold
markup.raw.block.markdown#664E4D
markup.deleted.git_gutter#E61F44
markup.inserted.git_gutter#A7DA1E
markup.changed.git_gutter#F7B83D
meta.template.expression#C0CCDB
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
vscode-xanido-theme by xanido - VS Code Theme