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#16211C
  • activityBar.foreground#E9EAE7
  • activityBar.inactiveForeground#CFD2CB
  • activityBarBadge.background#40826D
  • activityBarBadge.foreground#141E1B
  • badge.background#40826D
  • badge.foreground#141E1B
  • button.background#4D9391
  • button.foreground#141E1B
  • button.hoverBackground#EED891
  • diffEditor.insertedLineBackground#49BDB022
  • diffEditor.insertedTextBackground#49BDB033
  • diffEditor.removedLineBackground#CD5C6022
  • diffEditor.removedTextBackground#CD5C6033
  • dropdown.background#16211C
  • dropdown.border#25352D
  • dropdown.foreground#E9EAE7
  • editor.background#141E1B
  • editor.findMatchBackground#CFB05FAA
  • editor.findMatchHighlightBackground#EE704266
  • editor.foreground#E9EAE7
  • editor.inactiveSelectionBackground#25352D66
  • editor.lineHighlightBackground#1B282280
  • editor.selectionBackground#25352D99
  • editor.selectionHighlightBackground#68F3CA44
  • editor.wordHighlightBackground#47CC4744
  • editor.wordHighlightStrongBackground#CFB05F55
  • editorBracketMatch.background#68F3CA33
  • editorBracketMatch.border#68F3CA
  • editorCursor.foreground#D4D4D6
  • editorError.foreground#CD5C60
  • editorGutter.addedBackground#49BDB0
  • editorGutter.background#141E1B
  • editorGutter.deletedBackground#CD5C60
  • editorGutter.modifiedBackground#CD9575
  • editorHint.foreground#41544B
  • editorIndentGuide.activeBackground1#545C5E
  • editorIndentGuide.background1#25352DAA
  • editorInfo.foreground#90AEA1
  • editorLineNumber.activeForeground#919A9C
  • editorLineNumber.foreground#2E4038
  • editorOverviewRuler.addedForeground#49BDB0
  • editorOverviewRuler.deletedForeground#CD5C60
  • editorOverviewRuler.errorForeground#CD5C60
  • editorOverviewRuler.infoForeground#90AEA1
  • editorOverviewRuler.modifiedForeground#CD9575
  • editorOverviewRuler.warningForeground#DBAC66
  • editorWarning.foreground#DBAC66
  • editorWhitespace.foreground#C5C9C066
  • input.background#16211C
  • input.border#25352D
  • input.foreground#E9EAE7
  • input.placeholderForeground#C5C9C0
  • list.activeSelectionBackground#25352D66
  • list.activeSelectionForeground#E9EAE7
  • list.highlightForeground#40826D
  • list.hoverBackground#1B282288
  • panel.background#0C120F
  • panel.border#1B2822
  • panelTitle.activeBorder#40826D
  • panelTitle.activeForeground#E9EAE7
  • panelTitle.inactiveForeground#CFD2CB
  • peekView.border#25352D
  • peekViewEditor.background#141E1B
  • peekViewEditor.matchHighlightBackground#68F3CA66
  • peekViewResult.background#0C120F
  • peekViewResult.matchHighlightBackground#68F3CA66
  • sideBar.background#0C120F
  • sideBar.foreground#DCDED9
  • sideBarSectionHeader.background#16211C
  • sideBarSectionHeader.foreground#E9EAE7
  • sideBarTitle.foreground#E9EAE7
  • statusBar.background#16211C
  • statusBar.debuggingBackground#DBAC66
  • statusBar.debuggingForeground#141E1B
  • statusBar.foreground#E9EAE7
  • statusBar.noFolderBackground#16211C
  • tab.activeBackground#141E1B
  • tab.activeBorderTop#40826D
  • tab.activeForeground#E9EAE7
  • tab.border#1B2822
  • tab.inactiveBackground#16211C
  • tab.inactiveForeground#CFD2CB
  • terminal.ansiBlack#141E1B
  • terminal.ansiBlue#53859D
  • terminal.ansiBrightBlack#41544B
  • terminal.ansiBrightBlue#90AEA1
  • terminal.ansiBrightCyan#47BA99
  • terminal.ansiBrightGreen#35BF88
  • terminal.ansiBrightMagenta#80BCB6
  • terminal.ansiBrightRed#CD5C60
  • terminal.ansiBrightWhite#E9EAE7
  • terminal.ansiBrightYellow#DBAC66
  • terminal.ansiCyan#80BCB6
  • terminal.ansiGreen#40826D
  • terminal.ansiMagenta#AB98B5
  • terminal.ansiRed#E84C58
  • terminal.ansiWhite#E9EAE7
  • terminal.ansiYellow#DBAC66
  • terminal.background#141E1B
  • terminal.foreground#E9EAE7
  • titleBar.activeBackground#16211C
  • titleBar.activeForeground#E9EAE7
  • titleBar.inactiveBackground#141E1B
  • titleBar.inactiveForeground#CFD2CB

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#41544B
keyword, keyword.control, storage, storage.type#40826D
support.function, support.class, support.type, support.constant#90AEA1
entity.name.function, meta.function-call, support.function.any-method#90AEA1
variable, meta.definition.variable.name, entity.name.variable#80BCB6
variable.parameter, meta.parameter#DCDED9
variable.other.property, meta.object-literal.key, support.variable.property#80BCB6
entity.name.type, entity.name.class, entity.name.namespace, support.type#47BA99
constant, constant.language, constant.character#80BCB6
constant.numeric#47BA99
constant.language.boolean#47BA99
string, string.quoted, string.template#65E6A7
constant.character.escape, string.regexp, string.regexp punctuation.definition.string.begin#65E6A7
comment.block.documentation, string.quoted.docstring#65E6A7
meta.preprocessor, entity.name.tag, entity.other.attribute-name#47BA99
keyword.operator, punctuation, meta.brace#DCDED9
invalid, invalid.deprecated#CD5C60
markup.warning#DBAC66
markup.heading, markup.heading punctuation.definition.heading#40826D
markup.italic, markup.bold, markup.bold markup.italic#90AEA1
markup.underline.link, string.other.link.title#9D81BA
markup.inserted, meta.diff.header.to-file#49BDB0
markup.changed, meta.diff.header#CD9575
markup.deleted, meta.diff.header.from-file#CD5C60