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#2A2931
  • activityBar.foreground#E6E6E8
  • activityBar.inactiveForeground#C9C9CD
  • activityBarBadge.background#6BD9DB
  • activityBarBadge.foreground#212026
  • badge.background#6BD9DB
  • badge.foreground#212026
  • button.background#4D9391
  • button.foreground#212026
  • button.hoverBackground#EED891
  • diffEditor.insertedLineBackground#6DD79722
  • diffEditor.insertedTextBackground#6DD79733
  • diffEditor.removedLineBackground#E84C5822
  • diffEditor.removedTextBackground#E84C5833
  • dropdown.background#2A2931
  • dropdown.border#3D3B46
  • dropdown.foreground#E6E6E8
  • editor.background#212026
  • editor.findMatchBackground#4C7DE8AA
  • editor.findMatchHighlightBackground#E84C5866
  • editor.foreground#E6E6E8
  • editor.inactiveSelectionBackground#402E3366
  • editor.lineHighlightBackground#2A293180
  • editor.selectionBackground#402E3399
  • editor.selectionHighlightBackground#EE704244
  • editor.wordHighlightBackground#8B48CF44
  • editor.wordHighlightStrongBackground#4C7DE855
  • editorBracketMatch.background#68F3CA33
  • editorBracketMatch.border#68F3CA
  • editorCursor.foreground#C3C8E0
  • editorError.foreground#E84C58
  • editorGutter.addedBackground#6DD797
  • editorGutter.background#212026
  • editorGutter.deletedBackground#E84C58
  • editorGutter.modifiedBackground#EAE46A
  • editorHint.foreground#615B75
  • editorIndentGuide.activeBackground1#545C5E
  • editorIndentGuide.background1#3D3B46AA
  • editorInfo.foreground#49BDB0
  • editorLineNumber.activeForeground#41B0F3
  • editorLineNumber.foreground#615B75
  • editorOverviewRuler.addedForeground#6DD797
  • editorOverviewRuler.deletedForeground#E84C58
  • editorOverviewRuler.errorForeground#E84C58
  • editorOverviewRuler.infoForeground#49BDB0
  • editorOverviewRuler.modifiedForeground#EAE46A
  • editorOverviewRuler.warningForeground#F5C791
  • editorWarning.foreground#F5C791
  • editorWhitespace.foreground#BEBEC466
  • input.background#2A2931
  • input.border#3D3B46
  • input.foreground#E6E6E8
  • input.placeholderForeground#BEBEC4
  • list.activeSelectionBackground#402E3366
  • list.activeSelectionForeground#E6E6E8
  • list.highlightForeground#6BD9DB
  • list.hoverBackground#31303A88
  • panel.background#1C1B21
  • panel.border#31303A
  • panelTitle.activeBorder#6BD9DB
  • panelTitle.activeForeground#E6E6E8
  • panelTitle.inactiveForeground#C9C9CD
  • peekView.border#3D3B46
  • peekViewEditor.background#212026
  • peekViewEditor.matchHighlightBackground#EE704266
  • peekViewResult.background#1C1B21
  • peekViewResult.matchHighlightBackground#EE704266
  • sideBar.background#1C1B21
  • sideBar.foreground#D4D4D6
  • sideBarSectionHeader.background#2A2931
  • sideBarSectionHeader.foreground#E6E6E8
  • sideBarTitle.foreground#E6E6E8
  • statusBar.background#2A2931
  • statusBar.debuggingBackground#F5C791
  • statusBar.debuggingForeground#212026
  • statusBar.foreground#E6E6E8
  • statusBar.noFolderBackground#2A2931
  • tab.activeBackground#212026
  • tab.activeBorderTop#6BD9DB
  • tab.activeForeground#E6E6E8
  • tab.border#31303A
  • tab.inactiveBackground#2A2931
  • tab.inactiveForeground#C9C9CD
  • terminal.ansiBlack#212026
  • terminal.ansiBlue#41B0F3
  • terminal.ansiBrightBlack#615B75
  • terminal.ansiBrightBlue#49BDB0
  • terminal.ansiBrightCyan#EF6787
  • terminal.ansiBrightGreen#6DD797
  • terminal.ansiBrightMagenta#F5C791
  • terminal.ansiBrightRed#E84C58
  • terminal.ansiBrightWhite#E6E6E8
  • terminal.ansiBrightYellow#F5C791
  • terminal.ansiCyan#6BD9DB
  • terminal.ansiGreen#65E6A7
  • terminal.ansiMagenta#CEA2CA
  • terminal.ansiRed#EF6787
  • terminal.ansiWhite#E6E6E8
  • terminal.ansiYellow#EED891
  • terminal.background#212026
  • terminal.foreground#E6E6E8
  • titleBar.activeBackground#2A2931
  • titleBar.activeForeground#E6E6E8
  • titleBar.inactiveBackground#212026
  • titleBar.inactiveForeground#C9C9CD

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#615B75
keyword, keyword.control, storage, storage.type#6BD9DB
support.function, support.class, support.type, support.constant#49BDB0
entity.name.function, meta.function-call, support.function.any-method#CEA2CA
variable, meta.definition.variable.name, entity.name.variable#EED891
variable.parameter, meta.parameter#D4D4D6
variable.other.property, meta.object-literal.key, support.variable.property#EED891
entity.name.type, entity.name.class, entity.name.namespace, support.type#EF6787
constant, constant.language, constant.character#F5C791
constant.numeric#41B0F3
constant.language.boolean#41B0F3
string, string.quoted, string.template#65E6A7
constant.character.escape, string.regexp, string.regexp punctuation.definition.string.begin#709688
comment.block.documentation, string.quoted.docstring#709688
meta.preprocessor, entity.name.tag, entity.other.attribute-name#9587DD
keyword.operator, punctuation, meta.brace#D4D4D6
invalid, invalid.deprecated#E84C58
markup.warning#F5C791
markup.heading, markup.heading punctuation.definition.heading#6BD9DB
markup.italic, markup.bold, markup.bold markup.italic#49BDB0
markup.underline.link, string.other.link.title#9D81BA
markup.inserted, meta.diff.header.to-file#6DD797
markup.changed, meta.diff.header#EAE46A
markup.deleted, meta.diff.header.from-file#E84C58