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#a6e22e
  • activityBar.background#1e1f1c
  • activityBar.foreground#f8f8f2
  • activityBar.inactiveForeground#75715e
  • activityBarBadge.background#a6e22e
  • activityBarBadge.foreground#272822
  • badge.background#a6e22e
  • badge.foreground#272822
  • button.background#a6e22e
  • button.foreground#272822
  • button.hoverBackground#89c025
  • diffEditor.insertedTextBackground#a6e22e20
  • diffEditor.removedTextBackground#f9267220
  • editor.background#272822
  • editor.findMatchBackground#e6db7460
  • editor.findMatchHighlightBackground#e6db7430
  • editor.foreground#f8f8f2
  • editor.inactiveSelectionBackground#49483e80
  • editor.lineHighlightBackground#3e3d32
  • editor.selectionBackground#49483e
  • editorBracketMatch.background#a6e22e30
  • editorBracketMatch.border#a6e22e
  • editorCursor.foreground#f8f8f0
  • editorGroupHeader.tabsBackground#1e1f1c
  • editorGutter.addedBackground#a6e22e
  • editorGutter.deletedBackground#f92672
  • editorGutter.modifiedBackground#e6db74
  • editorIndentGuide.activeBackground1#75715e
  • editorIndentGuide.background1#3b3a32
  • editorLineNumber.activeForeground#f8f8f2
  • editorLineNumber.foreground#75715e
  • focusBorder#a6e22e
  • input.background#1e1f1c
  • input.border#3b3a32
  • input.foreground#f8f8f2
  • inputOption.activeBorder#a6e22e
  • list.activeSelectionBackground#49483e
  • list.activeSelectionForeground#f8f8f2
  • list.focusBackground#49483e
  • list.highlightForeground#a6e22e
  • list.hoverBackground#3e3d3280
  • panel.background#1e1f1c
  • panel.border#3b3a32
  • panelTitle.activeForeground#a6e22e
  • panelTitle.inactiveForeground#75715e
  • scrollbarSlider.activeBackground#f8f8f260
  • scrollbarSlider.background#f8f8f220
  • scrollbarSlider.hoverBackground#f8f8f240
  • sideBar.background#1e1f1c
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#272822
  • sideBarSectionHeader.foreground#f8f8f2
  • sideBarTitle.foreground#f8f8f2
  • statusBar.background#1e1f1c
  • statusBar.foreground#f8f8f2
  • statusBar.noFolderBackground#1e1f1c
  • statusBarItem.hoverBackground#3e3d32
  • tab.activeBackground#272822
  • tab.activeBorder#a6e22e
  • tab.activeForeground#f8f8f2
  • tab.border#1a1b18
  • tab.inactiveBackground#1e1f1c
  • tab.inactiveForeground#75715e
  • terminal.ansiBlue#66d9e8
  • terminal.ansiBrightBlack#75715e
  • terminal.ansiBrightBlue#66d9e8
  • terminal.ansiBrightCyan#a1efe4
  • terminal.ansiBrightGreen#a6e22e
  • terminal.ansiBrightMagenta#ae81ff
  • terminal.ansiBrightRed#f92672
  • terminal.ansiBrightWhite#ffffff
  • 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
string#e6db74
constant.numeric, constant.language#ae81ff
keyword, storage.type, storage.modifier#f92672
entity.name.function, support.function#a6e22e
entity.name.type, entity.name.class, support.class#66d9e8
variable#f8f8f2
variable.parameter#fd971f
entity.name.tag#f92672
entity.other.attribute-name#a6e22e
markup.heading#f92672bold
markup.boldbold
markup.italicitalic
markup.inline.raw#e6db74
invalid#f92672