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#f1f6fd
  • activityBar.foreground#292e35
  • activityBar.inactiveForeground#616a76
  • activityBarBadge.background#0176b8
  • activityBarBadge.foreground#f1f6fd
  • badge.background#0176b8
  • badge.foreground#f1f6fd
  • button.background#0176b8
  • button.foreground#f1f6fd
  • dropdown.background#e7ecf2
  • dropdown.foreground#292e35
  • editor.background#f1f6fd
  • editor.foreground#292e35
  • editor.lineHighlightBackground#e7ecf2
  • editor.selectionBackground#ced3d9
  • editorBracketMatch.background#ced3d9
  • editorBracketMatch.border#0176b8
  • editorCursor.foreground#973070
  • editorError.foreground#a24500
  • editorGroupHeader.tabsBackground#e7ecf2
  • editorHoverWidget.background#e7ecf2
  • editorIndentGuide.activeBackground1#ced3d9
  • editorIndentGuide.background1#e7ecf2
  • editorInfo.foreground#0176b8
  • editorLineNumber.activeForeground#616a76
  • editorLineNumber.foreground#ced3d9
  • editorSuggestWidget.background#e7ecf2
  • editorSuggestWidget.selectedBackground#ced3d9
  • editorWarning.foreground#976700
  • editorWhitespace.foreground#ced3d9
  • editorWidget.background#e7ecf2
  • editorWidget.border#ced3d9
  • focusBorder#0176b8
  • foreground#292e35
  • gitDecoration.deletedResourceForeground#a24500
  • gitDecoration.ignoredResourceForeground#616a76
  • gitDecoration.modifiedResourceForeground#656023
  • gitDecoration.untrackedResourceForeground#007553
  • input.background#e7ecf2
  • input.border#ced3d9
  • input.foreground#292e35
  • list.activeSelectionBackground#ced3d9
  • list.activeSelectionForeground#292e35
  • list.highlightForeground#0176b8
  • list.hoverBackground#e7ecf2
  • list.inactiveSelectionBackground#e7ecf2
  • minimap.selectionHighlight#0176b8
  • panel.background#f1f6fd
  • panel.border#ced3d9
  • panelTitle.activeForeground#292e35
  • panelTitle.inactiveForeground#616a76
  • scrollbarSlider.background#ced3d980
  • scrollbarSlider.hoverBackground#ced3d9b0
  • sideBar.background#e7ecf2
  • sideBar.foreground#292e35
  • sideBarSectionHeader.background#e7ecf2
  • sideBarTitle.foreground#616a76
  • statusBar.background#e7ecf2
  • statusBar.foreground#616a76
  • statusBar.noFolderBackground#e7ecf2
  • statusBarItem.remoteBackground#0176b8
  • statusBarItem.remoteForeground#f1f6fd
  • tab.activeBackground#f1f6fd
  • tab.activeBorderTop#0176b8
  • tab.activeForeground#292e35
  • tab.border#e7ecf2
  • tab.inactiveBackground#e7ecf2
  • tab.inactiveForeground#616a76
  • terminal.ansiBlack#292e35
  • terminal.ansiBlue#0176b8
  • terminal.ansiBrightBlack#616a76
  • terminal.ansiBrightBlue#2f516c
  • terminal.ansiBrightCyan#154b4e
  • terminal.ansiBrightGreen#007553
  • terminal.ansiBrightMagenta#633750
  • terminal.ansiBrightRed#976700
  • terminal.ansiBrightWhite#e7ecf2
  • terminal.ansiBrightYellow#4d3919
  • terminal.ansiCyan#0d7a7f
  • terminal.ansiGreen#007553
  • terminal.ansiMagenta#973070
  • terminal.ansiRed#a24500
  • terminal.ansiWhite#ced3d9
  • terminal.ansiYellow#656023
  • terminal.background#f1f6fd
  • terminal.foreground#292e35
  • terminalCursor.foreground#973070
  • titleBar.activeBackground#f1f6fd
  • titleBar.activeForeground#292e35
  • titleBar.inactiveBackground#f1f6fd
  • titleBar.inactiveForeground#616a76
  • widget.shadow#00000040

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#616a76italic
string, string.quoted, constant.other.symbol#007553
constant.numeric, constant.numeric.integer, constant.numeric.float#976700
constant.language, constant.character, support.constant#656023
variable.other.constant, entity.name.constant#656023
keyword, keyword.control, storage, storage.type, storage.modifier#0176b8
keyword.operator#2f516c
entity.name.function, meta.function-call, support.function#973070
entity.name.type, entity.name.class, support.type, support.class#0d7a7f
variable, meta.definition.variable#4d3919
variable.parameter#154b4e
variable.other.property, meta.object-literal.key#4d3919
punctuation, meta.brace, punctuation.separator, punctuation.terminator#616a76
entity.name.tag#973070
entity.other.attribute-name#976700
markup.heading, entity.name.section#0176b8bold
markup.bold#292e35bold
markup.italic#292e35italic
markup.inserted, markup.inline.raw#007553
markup.deleted#a24500
invalid, invalid.illegal#a24500