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#E5E6DE
  • activityBar.foreground#4E4757
  • activityBar.inactiveForeground#545C5E
  • activityBarBadge.background#5E7801
  • activityBarBadge.foreground#F1F3E9
  • badge.background#5E7801
  • badge.foreground#F1F3E9
  • button.background#4D9391
  • button.foreground#F1F3E9
  • button.hoverBackground#EED891
  • diffEditor.insertedLineBackground#51827022
  • diffEditor.insertedTextBackground#51827033
  • diffEditor.removedLineBackground#C86D6D22
  • diffEditor.removedTextBackground#C86D6D33
  • dropdown.background#E5E6DE
  • dropdown.border#C4CCBA
  • dropdown.foreground#4E4757
  • editor.background#F1F3E9
  • editor.findMatchBackground#2683B5AA
  • editor.findMatchHighlightBackground#D1832E66
  • editor.foreground#4E4757
  • editor.inactiveSelectionBackground#D3EEEC66
  • editor.lineHighlightBackground#E5E6DE80
  • editor.selectionBackground#D3EEEC99
  • editor.selectionHighlightBackground#CA603644
  • editor.wordHighlightBackground#C86D6D44
  • editor.wordHighlightStrongBackground#2683B555
  • editorBracketMatch.background#68F3CA33
  • editorBracketMatch.border#68F3CA
  • editorCursor.foreground#545C5E
  • editorError.foreground#EF6787
  • editorGutter.addedBackground#518270
  • editorGutter.background#F1F3E9
  • editorGutter.deletedBackground#C86D6D
  • editorGutter.modifiedBackground#CD9575
  • editorHint.foreground#7D8468
  • editorIndentGuide.activeBackground1#919A9C
  • editorIndentGuide.background1#C4CCBAAA
  • editorInfo.foreground#40826D
  • editorLineNumber.activeForeground#CA6036
  • editorLineNumber.foreground#7D8468
  • editorOverviewRuler.addedForeground#518270
  • editorOverviewRuler.deletedForeground#C86D6D
  • editorOverviewRuler.errorForeground#EF6787
  • editorOverviewRuler.infoForeground#40826D
  • editorOverviewRuler.modifiedForeground#CD9575
  • editorOverviewRuler.warningForeground#C5882C
  • editorWarning.foreground#C5882C
  • editorWhitespace.foreground#60696B66
  • input.background#E5E6DE
  • input.border#C4CCBA
  • input.foreground#4E4757
  • input.placeholderForeground#60696B
  • list.activeSelectionBackground#D3EEEC66
  • list.activeSelectionForeground#4E4757
  • list.highlightForeground#5E7801
  • list.hoverBackground#DCDED188
  • panel.background#F5F6F5
  • panel.border#DCDED1
  • panelTitle.activeBorder#5E7801
  • panelTitle.activeForeground#4E4757
  • panelTitle.inactiveForeground#545C5E
  • peekView.border#C4CCBA
  • peekViewEditor.background#F1F3E9
  • peekViewEditor.matchHighlightBackground#CA603666
  • peekViewResult.background#F5F6F5
  • peekViewResult.matchHighlightBackground#CA603666
  • sideBar.background#F5F6F5
  • sideBar.foreground#4B5254
  • sideBarSectionHeader.background#E5E6DE
  • sideBarSectionHeader.foreground#4E4757
  • sideBarTitle.foreground#4E4757
  • statusBar.background#E5E6DE
  • statusBar.debuggingBackground#C5882C
  • statusBar.debuggingForeground#F1F3E9
  • statusBar.foreground#4E4757
  • statusBar.noFolderBackground#E5E6DE
  • tab.activeBackground#F1F3E9
  • tab.activeBorderTop#5E7801
  • tab.activeForeground#4E4757
  • tab.border#DCDED1
  • tab.inactiveBackground#E5E6DE
  • tab.inactiveForeground#545C5E
  • terminal.ansiBlack#4E4757
  • terminal.ansiBlue#3B84CC
  • terminal.ansiBrightBlack#7D8468
  • terminal.ansiBrightBlue#40826D
  • terminal.ansiBrightCyan#1D6B64
  • terminal.ansiBrightGreen#39854C
  • terminal.ansiBrightMagenta#39854C
  • terminal.ansiBrightRed#EF6787
  • terminal.ansiBrightWhite#4E4757
  • terminal.ansiBrightYellow#C5882C
  • terminal.ansiCyan#48A9A9
  • terminal.ansiGreen#317A56
  • terminal.ansiMagenta#D16BD1
  • terminal.ansiRed#CD5C60
  • terminal.ansiWhite#C4CCBA
  • terminal.ansiYellow#D1832E
  • terminal.background#F1F3E9
  • terminal.foreground#4E4757
  • titleBar.activeBackground#E5E6DE
  • titleBar.activeForeground#4E4757
  • titleBar.inactiveBackground#F1F3E9
  • titleBar.inactiveForeground#545C5E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7D8468
keyword, keyword.control, storage, storage.type#5E7801
support.function, support.class, support.type, support.constant#40826D
entity.name.function, meta.function-call, support.function.any-method#40826D
variable, meta.definition.variable.name, entity.name.variable#39854C
variable.parameter, meta.parameter#4B5254
variable.other.property, meta.object-literal.key, support.variable.property#39854C
entity.name.type, entity.name.class, entity.name.namespace, support.type#1D6B64
constant, constant.language, constant.character#39854C
constant.numeric#18A318
constant.language.boolean#18A318
string, string.quoted, string.template#18A318
constant.character.escape, string.regexp, string.regexp punctuation.definition.string.begin#18A318
comment.block.documentation, string.quoted.docstring#18A318
meta.preprocessor, entity.name.tag, entity.other.attribute-name#5BA111
keyword.operator, punctuation, meta.brace#4B5254
invalid, invalid.deprecated#EF6787
markup.warning#C5882C
markup.heading, markup.heading punctuation.definition.heading#5E7801
markup.italic, markup.bold, markup.bold markup.italic#40826D
markup.underline.link, string.other.link.title#9D81BA
markup.inserted, meta.diff.header.to-file#518270
markup.changed, meta.diff.header#CD9575
markup.deleted, meta.diff.header.from-file#C86D6D