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#3a262b
  • activityBar.foreground#ffe9d6
  • activityBarBadge.background#ff9e80
  • activityBarBadge.foreground#2b1a1f
  • badge.background#ff9e80
  • badge.foreground#2b1a1f
  • button.background#ff9e80
  • button.foreground#2b1a1f
  • button.hoverBackground#ffc1a5
  • dropdown.background#3c262b
  • dropdown.foreground#ffe9d6
  • editor.background#2b1a1f
  • editor.foreground#ffe9d6
  • editor.inactiveSelectionBackground#ffc28520
  • editor.lineHighlightBackground#3c262b60
  • editor.selectionBackground#ffc28540
  • editorCursor.foreground#ffae88
  • editorLineNumber.activeForeground#ff9e80
  • editorLineNumber.foreground#a87c6f
  • input.background#3c262b
  • input.foreground#ffe9d6
  • input.placeholderForeground#d2b8ae
  • panel.background#2a1a1f
  • panel.border#3c262b
  • scrollbarSlider.background#3c262b70
  • scrollbarSlider.hoverBackground#47352fa0
  • sideBar.background#2a1a1f
  • sideBar.foreground#ffe9d6
  • sideBarSectionHeader.background#3a262b
  • sideBarSectionHeader.foreground#ffae88
  • statusBar.background#2a1a1f
  • statusBar.foreground#ffe9d6
  • tab.activeBackground#3c262b
  • tab.activeForeground#ffe9d6
  • tab.inactiveBackground#2a1a1f
  • tab.inactiveForeground#c8a89c
  • titleBar.activeBackground#2a1a1f
  • titleBar.activeForeground#ffe9d6
  • titleBar.inactiveBackground#1c1214
  • titleBar.inactiveForeground#c8a89c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a88c7fitalic
keyword, storage.type#ff7f50—
variable, identifier#f6d6b8—
string, constant.other.symbol#ffc285—
function, entity.name.function#c1e1ff—
type, entity.name.type#ffddb0—
constant, variable.language#ffeac2—
constant.numeric, constant.language.boolean#b2f0e0—
punctuation, meta.brace, meta.bracket#eacfc8—
invalid, invalid.illegal#ff675cunderline