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.activeBorder#eba0ac
  • activityBar.background#150c0e
  • activityBar.border#413739
  • activityBar.foreground#eba0ac
  • activityBar.inactiveForeground#79676a
  • activityBarBadge.background#eba0ac
  • activityBarBadge.foreground#1d1113
  • badge.background#eba0ac
  • badge.foreground#1d1113
  • breadcrumb.activeSelectionForeground#eba0ac
  • breadcrumb.focusForeground#e0d6d8
  • breadcrumb.foreground#79676a
  • button.background#eba0ac
  • button.foreground#1d1113
  • button.hoverBackground#eeadb8
  • descriptionForeground#a89498
  • dropdown.background#2f2426
  • dropdown.border#413739
  • dropdown.foreground#e0d6d8
  • editor.background#1d1113
  • editor.findMatchBackground#eba0ac73
  • editor.findMatchHighlightBackground#eba0ac38
  • editor.foreground#e0d6d8
  • editor.lineHighlightBackground#382e2f66
  • editor.selectionBackground#eba0ac52
  • editor.selectionHighlightBackground#eba0ac29
  • editor.wordHighlightBackground#eba0ac29
  • editor.wordHighlightStrongBackground#eba0ac3d
  • editorBracketMatch.background#eba0ac29
  • editorBracketMatch.border#eba0ac99
  • editorCursor.foreground#eba0ac
  • editorError.foreground#f38ba8
  • editorGroup.border#413739
  • editorGroupHeader.tabsBackground#1a0f11
  • editorGroupHeader.tabsBorder#413739
  • editorGutter.addedBackground#a6e3a1
  • editorGutter.deletedBackground#f38ba8
  • editorGutter.modifiedBackground#e6a781
  • editorHoverWidget.background#2f2426
  • editorHoverWidget.border#413739
  • editorIndentGuide.activeBackground1#eba0ac99
  • editorIndentGuide.background1#413739
  • editorInfo.foreground#eba0ac
  • editorLineNumber.activeForeground#eba0ac
  • editorLineNumber.foreground#79676a
  • editorSuggestWidget.background#2f2426
  • editorSuggestWidget.selectedBackground#eba0ac3d
  • editorWarning.foreground#f9e2af
  • editorWhitespace.foreground#79676a
  • editorWidget.background#2f2426
  • editorWidget.border#413739
  • errorForeground#f38ba8
  • focusBorder#eba0ac80
  • foreground#a89498
  • gitDecoration.deletedResourceForeground#f38ba8
  • gitDecoration.modifiedResourceForeground#e6a781
  • gitDecoration.untrackedResourceForeground#a6e3a1
  • input.background#2f2426
  • input.border#413739
  • input.foreground#e0d6d8
  • input.placeholderForeground#79676a
  • inputOption.activeBackground#eba0ac3d
  • inputOption.activeBorder#eba0ac
  • list.activeSelectionBackground#eba0ac47
  • list.activeSelectionForeground#e0d6d8
  • list.focusBackground#eba0ac47
  • list.highlightForeground#eba0ac
  • list.hoverBackground#3d323480
  • list.inactiveSelectionBackground#eba0ac29
  • minimap.selectionHighlight#eba0ac80
  • panel.background#1a0f11
  • panel.border#413739
  • panelTitle.activeBorder#eba0ac
  • panelTitle.activeForeground#e0d6d8
  • panelTitle.inactiveForeground#79676a
  • peekViewEditor.background#1d1113
  • peekViewResult.background#1a0f11
  • progressBar.background#eba0ac
  • quickInput.background#2f2426
  • quickInput.foreground#e0d6d8
  • quickInputList.focusBackground#eba0ac3d
  • scrollbarSlider.activeBackground#eba0ac8c
  • scrollbarSlider.background#eba0ac38
  • scrollbarSlider.hoverBackground#eba0ac61
  • selection.background#eba0ac57
  • sideBar.background#1a0f11
  • sideBar.border#413739
  • sideBar.foreground#a89498
  • sideBarSectionHeader.background#1a0f11
  • sideBarSectionHeader.foreground#e0d6d8
  • sideBarTitle.foreground#e0d6d8
  • statusBar.background#150c0e
  • statusBar.border#413739
  • statusBar.debuggingBackground#eba0ac
  • statusBar.debuggingForeground#1d1113
  • statusBar.foreground#a89498
  • statusBar.noFolderBackground#150c0e
  • statusBarItem.remoteBackground#eba0ac
  • statusBarItem.remoteForeground#1d1113
  • tab.activeBackground#1d1113
  • tab.activeBorder#eba0acb3
  • tab.activeBorderTop#eba0ac
  • tab.activeForeground#e0d6d8
  • tab.border#150c0e
  • tab.inactiveBackground#1a0f11
  • tab.inactiveForeground#79676a
  • terminal.background#1d1113
  • terminal.foreground#e0d6d8
  • terminalCursor.foreground#eba0ac
  • textLink.activeForeground#eeafb9
  • textLink.foreground#eba0ac
  • titleBar.activeBackground#150c0e
  • titleBar.activeForeground#e0d6d8
  • titleBar.border#413739
  • titleBar.inactiveBackground#150c0e
  • titleBar.inactiveForeground#79676a
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#79676aitalic
string, string.quoted, string.template#a7c384
constant.numeric, constant.language, constant.character, constant.other#6ccac3
keyword, storage, storage.type, storage.modifier, keyword.control, keyword.operator.new#eba0ac
keyword.operator, punctuation, meta.brace#a89498
entity.name.function, support.function, meta.function-call.generic#8bbcef
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#d6a4d7
variable, variable.other, meta.definition.variable.name#e0d6d8
variable.parameter, variable.other.readwrite#e0d6d8
variable.language, variable.other.constant, support.variable#6ccac3
entity.name.tag, punctuation.definition.tag#eba0ac
entity.other.attribute-name, meta.object-literal.key, support.type.property-name#e6a781
markup.heading, entity.name.section#eba0acbold
markup.bold#6ccac3bold
markup.italic#a7c384italic
markup.inline.raw, markup.fenced_code#8bbcef
markup.inserted#a6e3a1
markup.deleted#f38ba8
invalid, invalid.illegal#f38ba8