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#0068a4
  • activityBarBadge.foreground#f1f6fd
  • badge.background#0068a4
  • badge.foreground#f1f6fd
  • button.background#0068a4
  • 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#0068a4
  • editorCursor.foreground#983472
  • editorError.foreground#a44602
  • editorGroupHeader.tabsBackground#e7ecf2
  • editorHoverWidget.background#e7ecf2
  • editorIndentGuide.activeBackground1#ced3d9
  • editorIndentGuide.background1#e7ecf2
  • editorInfo.foreground#0068a4
  • 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#0068a4
  • foreground#292e35
  • gitDecoration.deletedResourceForeground#a44602
  • gitDecoration.ignoredResourceForeground#616a76
  • gitDecoration.modifiedResourceForeground#756f1d
  • gitDecoration.untrackedResourceForeground#107c5a
  • input.background#e7ecf2
  • input.border#ced3d9
  • input.foreground#292e35
  • list.activeSelectionBackground#ced3d9
  • list.activeSelectionForeground#292e35
  • list.highlightForeground#0068a4
  • list.hoverBackground#e7ecf2
  • list.inactiveSelectionBackground#e7ecf2
  • minimap.selectionHighlight#0068a4
  • 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#0068a4
  • statusBarItem.remoteForeground#f1f6fd
  • tab.activeBackground#f1f6fd
  • tab.activeBorderTop#0068a4
  • tab.activeForeground#292e35
  • tab.border#e7ecf2
  • tab.inactiveBackground#e7ecf2
  • tab.inactiveForeground#616a76
  • terminal.ansiBlack#292e35
  • terminal.ansiBlue#0068a4
  • terminal.ansiBrightBlack#616a76
  • terminal.ansiBrightBlue#2f516c
  • terminal.ansiBrightCyan#154b4e
  • terminal.ansiBrightGreen#107c5a
  • terminal.ansiBrightMagenta#633750
  • terminal.ansiBrightRed#976700
  • terminal.ansiBrightWhite#e7ecf2
  • terminal.ansiBrightYellow#4d3919
  • terminal.ansiCyan#0b7b80
  • terminal.ansiGreen#107c5a
  • terminal.ansiMagenta#983472
  • terminal.ansiRed#a44602
  • terminal.ansiWhite#ced3d9
  • terminal.ansiYellow#756f1d
  • terminal.background#f1f6fd
  • terminal.foreground#292e35
  • terminalCursor.foreground#983472
  • 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#107c5a
constant.numeric, constant.numeric.integer, constant.numeric.float#976700
constant.language, constant.character, support.constant#756f1d
variable.other.constant, entity.name.constant#756f1d
keyword, keyword.control, storage, storage.type, storage.modifier#0068a4
keyword.operator#2f516c
entity.name.function, meta.function-call, support.function#983472
entity.name.type, entity.name.class, support.type, support.class#0b7b80
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#983472
entity.other.attribute-name#976700
markup.heading, entity.name.section#0068a4bold
markup.bold#292e35bold
markup.italic#292e35italic
markup.inserted, markup.inline.raw#107c5a
markup.deleted#a44602
invalid, invalid.illegal#a44602
datum by w0zro - VS Code Theme