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#2E2A29
  • activityBar.foreground#EEE6D3
  • activityBar.inactiveForeground#C9C9CD
  • activityBarBadge.background#49BDB0
  • activityBarBadge.foreground#262221
  • badge.background#49BDB0
  • badge.foreground#262221
  • button.background#4D9391
  • button.foreground#262221
  • button.hoverBackground#EED891
  • diffEditor.insertedLineBackground#35BF8822
  • diffEditor.insertedTextBackground#35BF8833
  • diffEditor.removedLineBackground#E84C5822
  • diffEditor.removedTextBackground#E84C5833
  • dropdown.background#2E2A29
  • dropdown.border#383030
  • dropdown.foreground#EEE6D3
  • editor.background#262221
  • editor.findMatchBackground#4C7DE8AA
  • editor.findMatchHighlightBackground#EEEB2866
  • editor.foreground#EEE6D3
  • editor.inactiveSelectionBackground#402E2E66
  • editor.lineHighlightBackground#332E2E80
  • editor.selectionBackground#402E2E99
  • editor.selectionHighlightBackground#EE704244
  • editor.wordHighlightBackground#E84C5844
  • editor.wordHighlightStrongBackground#4C7DE855
  • editorBracketMatch.background#68F3CA33
  • editorBracketMatch.border#68F3CA
  • editorCursor.foreground#EEE6D3
  • editorError.foreground#E84C58
  • editorGutter.addedBackground#35BF88
  • editorGutter.background#262221
  • editorGutter.deletedBackground#E84C58
  • editorGutter.modifiedBackground#EE7042
  • editorHint.foreground#635C4A
  • editorIndentGuide.activeBackground1#453947
  • editorIndentGuide.background1#383030AA
  • editorInfo.foreground#53E6B5
  • editorLineNumber.activeForeground#CFB05F
  • editorLineNumber.foreground#6E6653
  • editorOverviewRuler.addedForeground#35BF88
  • editorOverviewRuler.deletedForeground#E84C58
  • editorOverviewRuler.errorForeground#E84C58
  • editorOverviewRuler.infoForeground#53E6B5
  • editorOverviewRuler.modifiedForeground#EE7042
  • editorOverviewRuler.warningForeground#F3C91F
  • editorWarning.foreground#F3C91F
  • editorWhitespace.foreground#BEBEC466
  • input.background#2E2A29
  • input.border#383030
  • input.foreground#EEE6D3
  • input.placeholderForeground#BEBEC4
  • list.activeSelectionBackground#402E2E66
  • list.activeSelectionForeground#EEE6D3
  • list.highlightForeground#49BDB0
  • list.hoverBackground#332E2E88
  • panel.background#1C1616
  • panel.border#332E2E
  • panelTitle.activeBorder#49BDB0
  • panelTitle.activeForeground#EEE6D3
  • panelTitle.inactiveForeground#C9C9CD
  • peekView.border#383030
  • peekViewEditor.background#262221
  • peekViewEditor.matchHighlightBackground#EE704266
  • peekViewResult.background#1C1616
  • peekViewResult.matchHighlightBackground#EE704266
  • sideBar.background#1C1616
  • sideBar.foreground#D4D4D6
  • sideBarSectionHeader.background#2E2A29
  • sideBarSectionHeader.foreground#EEE6D3
  • sideBarTitle.foreground#EEE6D3
  • statusBar.background#2E2A29
  • statusBar.debuggingBackground#F3C91F
  • statusBar.debuggingForeground#262221
  • statusBar.foreground#EEE6D3
  • statusBar.noFolderBackground#2E2A29
  • tab.activeBackground#262221
  • tab.activeBorderTop#49BDB0
  • tab.activeForeground#EEE6D3
  • tab.border#332E2E
  • tab.inactiveBackground#2E2A29
  • tab.inactiveForeground#C9C9CD
  • terminal.ansiBlack#262221
  • terminal.ansiBlue#41B0F3
  • terminal.ansiBrightBlack#635C4A
  • terminal.ansiBrightBlue#53E6B5
  • terminal.ansiBrightCyan#EED891
  • terminal.ansiBrightGreen#65E6A7
  • terminal.ansiBrightMagenta#EF6787
  • terminal.ansiBrightRed#E84C58
  • terminal.ansiBrightWhite#EEE6D3
  • terminal.ansiBrightYellow#F3C91F
  • terminal.ansiCyan#6BD9DB
  • terminal.ansiGreen#91F368
  • terminal.ansiMagenta#CEA2CA
  • terminal.ansiRed#E84C58
  • terminal.ansiWhite#EEE6D3
  • terminal.ansiYellow#EED891
  • terminal.background#262221
  • terminal.foreground#EEE6D3
  • titleBar.activeBackground#2E2A29
  • titleBar.activeForeground#EEE6D3
  • titleBar.inactiveBackground#262221
  • titleBar.inactiveForeground#C9C9CD

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#635C4A
keyword, keyword.control, storage, storage.type#49BDB0
support.function, support.class, support.type, support.constant#53E6B5
entity.name.function, meta.function-call, support.function.any-method#7ED7E6
variable, meta.definition.variable.name, entity.name.variable#EF6787
variable.parameter, meta.parameter#D4D4D6
variable.other.property, meta.object-literal.key, support.variable.property#EF6787
entity.name.type, entity.name.class, entity.name.namespace, support.type#EED891
constant, constant.language, constant.character#EF6787
constant.numeric#91F368
constant.language.boolean#91F368
string, string.quoted, string.template#CEA2CA
constant.character.escape, string.regexp, string.regexp punctuation.definition.string.begin#A9779C
comment.block.documentation, string.quoted.docstring#A9779C
meta.preprocessor, entity.name.tag, entity.other.attribute-name#9587DD
keyword.operator, punctuation, meta.brace#D4D4D6
invalid, invalid.deprecated#E84C58
markup.warning#F3C91F
markup.heading, markup.heading punctuation.definition.heading#49BDB0
markup.italic, markup.bold, markup.bold markup.italic#53E6B5
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#E84C58