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.activeBackground#43362A
  • activityBar.background#352033
  • activityBar.foreground#819500
  • activityBar.inactiveForeground#766776
  • activityBarBadge.background#819500
  • activityBarBadge.foreground#331E34
  • badge.background#819500
  • badge.foreground#331E34
  • breadcrumb.activeSelectionForeground#A1A59A
  • breadcrumb.background#3E2C3E
  • breadcrumb.focusForeground#A1A59A
  • breadcrumb.foreground#766776
  • button.background#819500
  • button.foreground#331E34
  • button.secondaryBackground#352033
  • button.secondaryForeground#A1A59A
  • dropdown.background#3E2C3E
  • dropdown.foreground#A1A59A
  • editor.background#331E34
  • editor.foreground#A1A59A
  • editor.lineHighlightBackground#402942
  • editor.lineHighlightBorder#402942
  • editor.selectionBackground#402942
  • editor.snippetFinalTabstopHighlightBackground#331E34
  • editor.snippetTabstopHighlightBackground#331E34
  • editor.snippetTabstopHighlightBorder#766776
  • editorBracketHighlight.foreground1#A1A59A
  • editorCodeLens.foreground#766776
  • editorCursor.foreground#819500
  • editorGroupHeader.tabsBackground#352033
  • editorHoverWidget.background#352033
  • editorHoverWidget.border#766776
  • editorIndentGuide.background1#766776
  • editorLineNumber.foreground#766776
  • editorLink.activeForeground#819500
  • editorRuler.foreground#3A626F33
  • editorSuggestWidget.background#352033
  • editorSuggestWidget.focusHighlightForeground#819500
  • editorSuggestWidget.foreground#A1A59A
  • editorSuggestWidget.highlightForeground#819500
  • editorSuggestWidget.selectedBackground#352033
  • editorSuggestWidget.selectedIconForeground#819500
  • editorWhitespace.foreground#3A626F33
  • editorWidget.background#352033
  • focusBorder#819500
  • foreground#A1A59A
  • gitDecoration.ignoredResourceForeground#766776
  • icon.foreground#819500
  • input.background#3E2C3E
  • input.foreground#A1A59A
  • input.placeholderForeground#766776
  • keybindingLabel.background#331E34
  • keybindingLabel.foreground#A1A59A
  • list.activeSelectionBackground#402942
  • list.activeSelectionForeground#A1A59A
  • list.dropBackground#402942
  • list.focusBackground#402942
  • list.highlightForeground#819500
  • list.hoverBackground#402942
  • list.inactiveSelectionBackground#544753
  • menu.background#352033
  • menu.foreground#A1A59A
  • menu.selectionBackground#402942
  • menu.separatorBackground#43362A
  • menubar.selectionBackground#402942
  • notificationLink.foreground#819500
  • notifications.background#352033
  • panel.background#3E2C3E
  • panelTitle.activeForeground#A1A59A
  • panelTitle.inactiveForeground#766776
  • peekView.border#402942
  • peekViewEditor.background#331E34
  • peekViewResult.fileForeground#A1A59A
  • peekViewResult.lineForeground#A1A59A
  • peekViewResult.selectionBackground#402942
  • peekViewResult.selectionForeground#A1A59A
  • peekViewTitleDescription.foreground#766776
  • peekViewTitleLabel.foreground#A1A59A
  • pickerGroup.border#352033
  • pickerGroup.foreground#819500
  • progressBar.background#819500
  • scrollbarSlider.activeBackground#544753
  • scrollbarSlider.background#43362A
  • settings.checkboxForeground#A1A59A
  • settings.dropdownForeground#A1A59A
  • settings.headerForeground#A1A59A
  • settings.numberInputForeground#A1A59A
  • settings.textInputForeground#A1A59A
  • sideBar.background#3E2C3E
  • sideBar.foreground#A1A59A
  • sideBarSectionHeader.background#331E34
  • sideBarTitle.background#352033
  • sideBarTitle.foreground#A1A59A
  • statusBar.background#43362A
  • statusBar.foreground#A1A59A
  • statusBar.noFolderBackground#402942
  • statusBar.noFolderForeground#A1A59A
  • statusBarItem.remoteForeground#331E34
  • tab.activeBackground#43362A
  • tab.activeForeground#819500
  • tab.inactiveBackground#3E2C3E
  • tab.inactiveForeground#A1A59A
  • terminal.background#331E34
  • terminal.border#43362A
  • terminal.foreground#A1A59A
  • terminalCursor.background#331E34
  • terminalCursor.foreground#819500
  • textLink.foreground#819500
  • titleBar.activeBackground#352033
  • titleBar.activeForeground#A1A59A
  • titleBar.inactiveForeground#766776

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
—#A1A59A—
invalid#F23749bold
entity.name.tag.yaml, keyword.control.at-rule, meta.at-rule, support.constant.media.css#819500—
entity.other.attribute-name.html#819500—
string.quoted.double.html, string.quoted.single.html#259D94—
markup.bold—bold
constant.language, constant.language.boolean#259D94—
entity.other.attribute-name.class.css#2B90D8—
entity.name.type.class#2B90D8—
text.html.markdown markup.inline.raw, text.html.markdown markup.raw#2B90D8—
comment#766776—
meta.embedded.line#D56500—
variable.other.constant#259D94—
meta.tag.metadata.doctype, meta.tag.sgml.doctype.html, meta.tag.sgml.html#766776—
entity.name.function, support.function#2B90D8—
constant.numeric.yaml-version, entity.other.document, keyword.other.directive, keyword.other.important, meta.directives, punctuation.definition.alias, punctuation.definition.anchor, punctuation.section.embedded, variable.other.alias, variable.other.anchor#819500bold
markup.italic—italic
constant.language.undefined, keyword, markup.inline.raw, markup.raw, storage#819500—
constant.language.null#259D94—
entity.name.type.namespace, storage.modifier.import#2B90D8—
constant.numeric#259D94—
keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.class, keyword.operator.comparison, keyword.operator.logical, keyword.operator.relational, keyword.other, punctuation.separator.dictionary.key-value#819500—
meta.property-list, support.type.property-name, support.type.property-name.css, support.type.vendored.property-name, variable.other.property#AC8300—
punctuation.definition.tag, punctuation.separator#A1A59A—
string.regexp#259D94—
meta.selector, source.css entity.name.tag, source.css entity.other.attribute-name#819500—
string#259D94—
meta.document.yaml, meta.tag, storage.type.tag#2B90D8—
markup.heading#AC8300bold
variable.other.object#A1A59A—
markup.underline.link#2B90D8—
meta.property-list.css, source.css keyword.other#2B90D8—
source.css variable#D56500—