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#DEDAD5
  • activityBar.foreground#383E3F
  • activityBar.inactiveForeground#545C5E
  • activityBarBadge.background#605DB3
  • activityBarBadge.foreground#EBE8E4
  • badge.background#605DB3
  • badge.foreground#EBE8E4
  • button.background#4D9391
  • button.foreground#EBE8E4
  • button.hoverBackground#EED891
  • diffEditor.insertedLineBackground#35BF8822
  • diffEditor.insertedTextBackground#35BF8833
  • diffEditor.removedLineBackground#C9323722
  • diffEditor.removedTextBackground#C9323733
  • dropdown.background#DEDAD5
  • dropdown.border#C9C2BD
  • dropdown.foreground#383E3F
  • editor.background#EBE8E4
  • editor.findMatchBackground#2683B5AA
  • editor.findMatchHighlightBackground#D1832E66
  • editor.foreground#383E3F
  • editor.inactiveSelectionBackground#C9C2BD66
  • editor.lineHighlightBackground#DEDAD580
  • editor.selectionBackground#C9C2BD99
  • editor.selectionHighlightBackground#E361C344
  • editor.wordHighlightBackground#C86D6D44
  • editor.wordHighlightStrongBackground#2683B555
  • editorBracketMatch.background#68F3CA33
  • editorBracketMatch.border#68F3CA
  • editorCursor.foreground#545C5E
  • editorError.foreground#CD5C60
  • editorGutter.addedBackground#35BF88
  • editorGutter.background#EBE8E4
  • editorGutter.deletedBackground#C93237
  • editorGutter.modifiedBackground#EE7042
  • editorHint.foreground#7D8468
  • editorIndentGuide.activeBackground1#919A9C
  • editorIndentGuide.background1#C9C2BDAA
  • editorInfo.foreground#4C6190
  • editorLineNumber.activeForeground#6D6487
  • editorLineNumber.foreground#AFBAA2
  • editorOverviewRuler.addedForeground#35BF88
  • editorOverviewRuler.deletedForeground#C93237
  • editorOverviewRuler.errorForeground#CD5C60
  • editorOverviewRuler.infoForeground#4C6190
  • editorOverviewRuler.modifiedForeground#EE7042
  • editorOverviewRuler.warningForeground#EE7042
  • editorWarning.foreground#EE7042
  • editorWhitespace.foreground#60696B66
  • input.background#DEDAD5
  • input.border#C9C2BD
  • input.foreground#383E3F
  • input.placeholderForeground#60696B
  • list.activeSelectionBackground#C9C2BD66
  • list.activeSelectionForeground#383E3F
  • list.highlightForeground#605DB3
  • list.hoverBackground#D2CECA88
  • panel.background#F6F2EF
  • panel.border#D2CECA
  • panelTitle.activeBorder#605DB3
  • panelTitle.activeForeground#383E3F
  • panelTitle.inactiveForeground#545C5E
  • peekView.border#C9C2BD
  • peekViewEditor.background#EBE8E4
  • peekViewEditor.matchHighlightBackground#E361C366
  • peekViewResult.background#F6F2EF
  • peekViewResult.matchHighlightBackground#E361C366
  • sideBar.background#F6F2EF
  • sideBar.foreground#4B5254
  • sideBarSectionHeader.background#DEDAD5
  • sideBarSectionHeader.foreground#383E3F
  • sideBarTitle.foreground#383E3F
  • statusBar.background#DEDAD5
  • statusBar.debuggingBackground#EE7042
  • statusBar.debuggingForeground#EBE8E4
  • statusBar.foreground#383E3F
  • statusBar.noFolderBackground#DEDAD5
  • tab.activeBackground#EBE8E4
  • tab.activeBorderTop#605DB3
  • tab.activeForeground#383E3F
  • tab.border#D2CECA
  • tab.inactiveBackground#DEDAD5
  • tab.inactiveForeground#545C5E
  • terminal.ansiBlack#383E3F
  • terminal.ansiBlue#2683B5
  • terminal.ansiBrightBlack#7D8468
  • terminal.ansiBrightBlue#4C6190
  • terminal.ansiBrightCyan#39855F
  • terminal.ansiBrightGreen#39854C
  • terminal.ansiBrightMagenta#EF6787
  • terminal.ansiBrightRed#CD5C60
  • terminal.ansiBrightWhite#383E3F
  • terminal.ansiBrightYellow#EE7042
  • terminal.ansiCyan#48A9A9
  • terminal.ansiGreen#39855F
  • terminal.ansiMagenta#845A84
  • terminal.ansiRed#CD5C60
  • terminal.ansiWhite#C9C2BD
  • terminal.ansiYellow#B87E3C
  • terminal.background#EBE8E4
  • terminal.foreground#383E3F
  • titleBar.activeBackground#DEDAD5
  • titleBar.activeForeground#383E3F
  • titleBar.inactiveBackground#EBE8E4
  • titleBar.inactiveForeground#545C5E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7D8468
keyword, keyword.control, storage, storage.type#605DB3
support.function, support.class, support.type, support.constant#4C6190
entity.name.function, meta.function-call, support.function.any-method#7D6360
variable, meta.definition.variable.name, entity.name.variable#EF6787
variable.parameter, meta.parameter#4B5254
variable.other.property, meta.object-literal.key, support.variable.property#EF6787
entity.name.type, entity.name.class, entity.name.namespace, support.type#39855F
constant, constant.language, constant.character#EF6787
constant.numeric#2683B5
constant.language.boolean#2683B5
string, string.quoted, string.template#845A84
constant.character.escape, string.regexp, string.regexp punctuation.definition.string.begin#734073
comment.block.documentation, string.quoted.docstring#734073
meta.preprocessor, entity.name.tag, entity.other.attribute-name#2683B5
keyword.operator, punctuation, meta.brace#4B5254
invalid, invalid.deprecated#CD5C60
markup.warning#EE7042
markup.heading, markup.heading punctuation.definition.heading#605DB3
markup.italic, markup.bold, markup.bold markup.italic#4C6190
markup.underline.link, string.other.link.title#9D81BA
markup.inserted, meta.diff.header.to-file#35BF88
markup.changed, meta.diff.header#EE7042
markup.deleted, meta.diff.header.from-file#C93237