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#528bff
  • activityBar.background#21252b
  • activityBar.foreground#abb2bf
  • activityBar.inactiveForeground#7a8394
  • activityBarBadge.background#528bff
  • activityBarBadge.foreground#ffffff
  • badge.background#528bff
  • badge.foreground#ffffff
  • button.background#528bff
  • button.foreground#ffffff
  • button.hoverBackground#3a6fe0
  • diffEditor.insertedTextBackground#98c37920
  • diffEditor.removedTextBackground#e06c7520
  • editor.background#282c34
  • editor.findMatchBackground#e5c07b60
  • editor.findMatchHighlightBackground#e5c07b30
  • editor.foreground#abb2bf
  • editor.inactiveSelectionBackground#3e445180
  • editor.lineHighlightBackground#2c313a
  • editor.selectionBackground#3e4451
  • editorBracketMatch.background#528bff30
  • editorBracketMatch.border#528bff
  • editorCursor.foreground#528bff
  • editorGroupHeader.tabsBackground#21252b
  • editorGutter.addedBackground#98c379
  • editorGutter.deletedBackground#e06c75
  • editorGutter.modifiedBackground#e5c07b
  • editorIndentGuide.activeBackground1#4b5263
  • editorIndentGuide.background1#3b4048
  • editorLineNumber.activeForeground#abb2bf
  • editorLineNumber.foreground#4b5263
  • focusBorder#528bff
  • input.background#1d2026
  • input.border#3b4048
  • input.foreground#abb2bf
  • inputOption.activeBorder#528bff
  • list.activeSelectionBackground#2c313a
  • list.activeSelectionForeground#abb2bf
  • list.focusBackground#2c313a
  • list.highlightForeground#528bff
  • list.hoverBackground#2c313a80
  • panel.background#21252b
  • panel.border#3b4048
  • panelTitle.activeForeground#528bff
  • panelTitle.inactiveForeground#7a8394
  • scrollbarSlider.activeBackground#abb2bf60
  • scrollbarSlider.background#abb2bf20
  • scrollbarSlider.hoverBackground#abb2bf40
  • sideBar.background#21252b
  • sideBar.foreground#abb2bf
  • sideBarSectionHeader.background#282c34
  • sideBarSectionHeader.foreground#abb2bf
  • sideBarTitle.foreground#abb2bf
  • statusBar.background#21252b
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#21252b
  • statusBarItem.hoverBackground#2c313a
  • tab.activeBackground#282c34
  • tab.activeBorder#528bff
  • tab.activeForeground#abb2bf
  • tab.border#181a1f
  • tab.inactiveBackground#21252b
  • tab.inactiveForeground#7a8394
  • terminal.ansiBlue#61afef
  • terminal.ansiBrightBlack#5c6370
  • terminal.ansiBrightBlue#61afef
  • terminal.ansiBrightCyan#56b6c2
  • terminal.ansiBrightGreen#98c379
  • terminal.ansiBrightMagenta#c678dd
  • terminal.ansiBrightRed#e06c75
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#e5c07b
  • terminal.ansiCyan#56b6c2
  • terminal.ansiGreen#98c379
  • terminal.ansiMagenta#c678dd
  • terminal.ansiRed#e06c75
  • terminal.ansiWhite#abb2bf
  • terminal.ansiYellow#e5c07b
  • terminal.background#282c34
  • terminal.foreground#abb2bf
  • titleBar.activeBackground#21252b
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#21252b
  • titleBar.inactiveForeground#7a8394

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5c6370italic
string#98c379—
constant.numeric, constant.language#d19a66—
keyword, storage.type, storage.modifier#c678dd—
entity.name.function, support.function#61afef—
entity.name.type, entity.name.class, support.class#e5c07b—
variable#e06c75—
variable.parameter#d19a66—
entity.name.tag#e06c75—
entity.other.attribute-name#d19a66—
markup.heading#e06c75bold
markup.bold—bold
markup.italic—italic
markup.inline.raw#98c379—
invalid#e06c75—