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#33242A
  • activityBar.foreground#EEEED3
  • activityBar.inactiveForeground#C9C9CD
  • activityBarBadge.background#DBB68F
  • activityBarBadge.foreground#2E2025
  • badge.background#DBB68F
  • badge.foreground#2E2025
  • button.background#4D9391
  • button.foreground#2E2025
  • button.hoverBackground#EED891
  • diffEditor.insertedLineBackground#4D939122
  • diffEditor.insertedTextBackground#4D939133
  • diffEditor.removedLineBackground#BA5B7522
  • diffEditor.removedTextBackground#BA5B7533
  • dropdown.background#33242A
  • dropdown.border#453038
  • dropdown.foreground#EEEED3
  • editor.background#2E2025
  • editor.findMatchBackground#4CA6E8AA
  • editor.findMatchHighlightBackground#C7EE5366
  • editor.foreground#EEEED3
  • editor.inactiveSelectionBackground#45303866
  • editor.lineHighlightBackground#3A293080
  • editor.selectionBackground#45303899
  • editor.selectionHighlightBackground#EE704244
  • editor.wordHighlightBackground#E84C5844
  • editor.wordHighlightStrongBackground#4CA6E855
  • editorBracketMatch.background#68F3CA33
  • editorBracketMatch.border#68F3CA
  • editorCursor.foreground#EEEED3
  • editorError.foreground#E84C58
  • editorGutter.addedBackground#4D9391
  • editorGutter.background#2E2025
  • editorGutter.deletedBackground#BA5B75
  • editorGutter.modifiedBackground#DBAC66
  • editorHint.foreground#6B4B53
  • editorIndentGuide.activeBackground1#453947
  • editorIndentGuide.background1#453038AA
  • editorInfo.foreground#EED47E
  • editorLineNumber.activeForeground#AB98B5
  • editorLineNumber.foreground#6B4B53
  • editorOverviewRuler.addedForeground#4D9391
  • editorOverviewRuler.deletedForeground#BA5B75
  • editorOverviewRuler.errorForeground#E84C58
  • editorOverviewRuler.infoForeground#EED47E
  • editorOverviewRuler.modifiedForeground#DBAC66
  • editorOverviewRuler.warningForeground#F3C91F
  • editorWarning.foreground#F3C91F
  • editorWhitespace.foreground#BEBEC466
  • input.background#33242A
  • input.border#453038
  • input.foreground#EEEED3
  • input.placeholderForeground#BEBEC4
  • list.activeSelectionBackground#45303866
  • list.activeSelectionForeground#EEEED3
  • list.highlightForeground#DBB68F
  • list.hoverBackground#3A293088
  • panel.background#271F1F
  • panel.border#3A2930
  • panelTitle.activeBorder#DBB68F
  • panelTitle.activeForeground#EEEED3
  • panelTitle.inactiveForeground#C9C9CD
  • peekView.border#453038
  • peekViewEditor.background#2E2025
  • peekViewEditor.matchHighlightBackground#EE704266
  • peekViewResult.background#271F1F
  • peekViewResult.matchHighlightBackground#EE704266
  • sideBar.background#271F1F
  • sideBar.foreground#D4D4D6
  • sideBarSectionHeader.background#33242A
  • sideBarSectionHeader.foreground#EEEED3
  • sideBarTitle.foreground#EEEED3
  • statusBar.background#33242A
  • statusBar.debuggingBackground#F3C91F
  • statusBar.debuggingForeground#2E2025
  • statusBar.foreground#EEEED3
  • statusBar.noFolderBackground#33242A
  • tab.activeBackground#2E2025
  • tab.activeBorderTop#DBB68F
  • tab.activeForeground#EEEED3
  • tab.border#3A2930
  • tab.inactiveBackground#33242A
  • tab.inactiveForeground#C9C9CD
  • terminal.ansiBlack#33242A
  • terminal.ansiBlue#4CA6E8
  • terminal.ansiBrightBlack#6B4B53
  • terminal.ansiBrightBlue#EED47E
  • terminal.ansiBrightCyan#CD8266
  • terminal.ansiBrightGreen#65E6A7
  • terminal.ansiBrightMagenta#CEA2CA
  • terminal.ansiBrightRed#E84C58
  • terminal.ansiBrightWhite#EEEED3
  • terminal.ansiBrightYellow#F3C91F
  • terminal.ansiCyan#6BD9DB
  • terminal.ansiGreen#65E6A7
  • terminal.ansiMagenta#CEA2CA
  • terminal.ansiRed#E84C58
  • terminal.ansiWhite#EEEED3
  • terminal.ansiYellow#EAE46A
  • terminal.background#2E2025
  • terminal.foreground#EEEED3
  • titleBar.activeBackground#33242A
  • titleBar.activeForeground#EEEED3
  • titleBar.inactiveBackground#2E2025
  • titleBar.inactiveForeground#C9C9CD

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6B4B53
keyword, keyword.control, storage, storage.type#DBB68F
support.function, support.class, support.type, support.constant#EED47E
entity.name.function, meta.function-call, support.function.any-method#80BCB6
variable, meta.definition.variable.name, entity.name.variable#AB98B5
variable.parameter, meta.parameter#D4D4D6
variable.other.property, meta.object-literal.key, support.variable.property#AB98B5
entity.name.type, entity.name.class, entity.name.namespace, support.type#CD8266
constant, constant.language, constant.character#CEA2CA
constant.numeric#EF6787
constant.language.boolean#EF6787
string, string.quoted, string.template#8EE6D6
constant.character.escape, string.regexp, string.regexp punctuation.definition.string.begin#65A0A1
comment.block.documentation, string.quoted.docstring#65A0A1
meta.preprocessor, entity.name.tag, entity.other.attribute-name#BA5B75
keyword.operator, punctuation, meta.brace#D4D4D6
invalid, invalid.deprecated#E84C58
markup.warning#F3C91F
markup.heading, markup.heading punctuation.definition.heading#DBB68F
markup.italic, markup.bold, markup.bold markup.italic#EED47E
markup.underline.link, string.other.link.title#9D81BA
markup.inserted, meta.diff.header.to-file#4D9391
markup.changed, meta.diff.header#DBAC66
markup.deleted, meta.diff.header.from-file#BA5B75