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#1e1f1c
  • activityBar.foreground#a6e22e
  • activityBar.inactiveForeground#75715e
  • activityBarBadge.background#a6e22e
  • activityBarBadge.foreground#272822
  • badge.background#a6e22e
  • badge.foreground#272822
  • button.background#a6e22e
  • button.foreground#272822
  • button.hoverBackground#8fc521
  • debugToolBar.background#1e1f1c
  • debugToolBar.border#49483e
  • editor.background#272822
  • editor.findMatchBackground#ffe792
  • editor.findMatchHighlightBackground#ffe79266
  • editor.foreground#f8f8f2
  • editor.inactiveSelectionBackground#3e3d32
  • editor.lineHighlightBackground#3e3d32
  • editor.selectionBackground#49483e
  • editor.wordHighlightBackground#49483e99
  • editor.wordHighlightStrongBackground#49483ecc
  • editorBracketMatch.background#49483e
  • editorBracketMatch.border#f8f8f0
  • editorCursor.foreground#f8f8f0
  • editorError.foreground#f92672
  • editorGroupHeader.tabsBackground#1e1f1c
  • editorHint.foreground#a6e22e
  • editorIndentGuide.activeBackground#49483e
  • editorIndentGuide.background#3e3d32
  • editorInfo.foreground#66d9ef
  • editorLineNumber.activeForeground#c2c2bf
  • editorLineNumber.foreground#90908a
  • editorSuggestWidget.background#1e1f1c
  • editorSuggestWidget.border#49483e
  • editorSuggestWidget.selectedBackground#49483e
  • editorWarning.foreground#e6db74
  • editorWhitespace.foreground#49483e
  • editorWidget.background#1e1f1c
  • editorWidget.border#49483e
  • extensionButton.prominentBackground#a6e22e
  • extensionButton.prominentForeground#272822
  • extensionButton.prominentHoverBackground#8fc521
  • gitDecoration.conflictingResourceForeground#ae81ff
  • gitDecoration.deletedResourceForeground#f92672
  • gitDecoration.ignoredResourceForeground#75715e
  • gitDecoration.modifiedResourceForeground#e6db74
  • gitDecoration.untrackedResourceForeground#a6e22e
  • input.background#272822
  • input.border#49483e
  • input.foreground#f8f8f2
  • inputOption.activeBackground#49483e
  • inputOption.activeForeground#f8f8f2
  • list.activeSelectionBackground#49483e
  • list.activeSelectionForeground#f8f8f2
  • list.hoverBackground#3e3d32
  • list.hoverForeground#f8f8f2
  • list.inactiveSelectionBackground#3e3d32
  • notificationCenter.border#49483e
  • notifications.background#1e1f1c
  • notifications.border#49483e
  • notificationToast.border#49483e
  • panel.background#1e1f1c
  • panel.border#272822
  • panelTitle.activeBorder#a6e22e
  • panelTitle.activeForeground#f8f8f2
  • panelTitle.inactiveForeground#75715e
  • peekViewEditor.background#1e1f1c
  • peekViewResult.background#1e1f1c
  • peekViewTitle.background#272822
  • pickerGroup.border#49483e
  • pickerGroup.foreground#a6e22e
  • scrollbarSlider.activeBackground#75715e
  • scrollbarSlider.background#49483e80
  • scrollbarSlider.hoverBackground#49483e
  • sideBar.background#1e1f1c
  • sideBar.foreground#cfcfc2
  • sideBarSectionHeader.background#272822
  • sideBarSectionHeader.foreground#a6e22e
  • sideBarTitle.foreground#f8f8f2
  • statusBar.background#1e1f1c
  • statusBar.debuggingBackground#f92672
  • statusBar.debuggingForeground#f8f8f2
  • statusBar.foreground#cfcfc2
  • statusBar.noFolderBackground#1e1f1c
  • tab.activeBackground#272822
  • tab.activeForeground#f8f8f2
  • tab.border#1e1f1c
  • tab.inactiveBackground#1e1f1c
  • tab.inactiveForeground#75715e
  • terminal.ansiBlack#48483e
  • terminal.ansiBlue#66d9ef
  • terminal.ansiBrightBlack#75715e
  • terminal.ansiBrightBlue#66d9ef
  • terminal.ansiBrightCyan#a1efe4
  • terminal.ansiBrightGreen#a6e22e
  • terminal.ansiBrightMagenta#ae81ff
  • terminal.ansiBrightRed#f92672
  • terminal.ansiBrightWhite#f8f8f2
  • terminal.ansiBrightYellow#e6db74
  • terminal.ansiCyan#a1efe4
  • terminal.ansiGreen#a6e22e
  • terminal.ansiMagenta#ae81ff
  • terminal.ansiRed#f92672
  • terminal.ansiWhite#f8f8f2
  • terminal.ansiYellow#e6db74
  • terminal.background#272822
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#1e1f1c
  • titleBar.activeForeground#f8f8f2
  • titleBar.inactiveBackground#1e1f1c
  • titleBar.inactiveForeground#75715e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#75715eitalic
keyword, storage.type, storage.modifier#f92672
keyword.control, keyword.operator#f92672
string, string.quoted#e6db74
constant.numeric, constant.language#ae81ff
constant.character.escape#ae81ff
entity.name.function, support.function#a6e22e
entity.name.class, entity.name.type, support.class#a6e22e
variable, variable.other#f8f8f2
variable.parameter#fd971f
entity.name.tag#f92672
entity.other.attribute-name#a6e22e
support.type.property-name#66d9ef
markup.heading#a6e22ebold
markup.bold#f92672bold
markup.italic#ae81ffitalic
markup.underlineunderline
markup.inline.raw#e6db74
punctuation.definition.tag#75715e
meta.function-call#66d9ef
invalid#f92672