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#1d1e23
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#616264
  • activityBarBadge.background#e16350
  • activityBarBadge.foreground#ffffff
  • badge.background#e16350
  • badge.foreground#ffffff
  • diffEditor.insertedTextBackground#72c6a533
  • diffEditor.removedTextBackground#e1635033
  • editor.background#1d1e23
  • editor.findMatchBackground#e1635055
  • editor.findMatchHighlightBackground#e1635033
  • editor.foreground#d8c8b2
  • editor.lineHighlightBackground#262626
  • editor.selectionBackground#e1635033
  • editor.wordHighlightBackground#eaeaea20
  • editor.wordHighlightStrongBackground#e1635033
  • editorCursor.foreground#e16350
  • editorGroupHeader.tabsBackground#1d1e23
  • editorIndentGuide.activeBackground#616264
  • editorIndentGuide.background#262626
  • editorLineNumber.activeForeground#a4aaa7
  • editorLineNumber.foreground#616264
  • editorWidget.background#252526
  • editorWidget.border#454545
  • focusBorder#e1635033
  • foreground#959ea2
  • gitDecoration.addedResourceForeground#72c6a5
  • gitDecoration.conflictingResourceForeground#8e6f80
  • gitDecoration.deletedResourceForeground#e16350
  • gitDecoration.ignoredResourceForeground#616264
  • gitDecoration.modifiedResourceForeground#f7b938
  • gitDecoration.untrackedResourceForeground#72c6a5
  • input.background#1d1e23
  • input.border#e16350
  • inputValidation.errorBackground#1d1e23
  • inputValidation.errorBorder#e16350
  • inputValidation.infoBackground#1d1e23
  • inputValidation.infoBorder#5ac6d0
  • inputValidation.warningBackground#1d1e23
  • inputValidation.warningBorder#f7b938
  • list.activeSelectionBackground#262626
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#262626
  • progressBar.background#e16350
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#e1635066
  • scrollbarSlider.background#61626433
  • scrollbarSlider.hoverBackground#61626455
  • selection.background#61626440
  • sideBar.background#1d1e23
  • sideBar.foreground#a4aaa7
  • sideBarSectionHeader.background#1d1e23
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#ffffff
  • statusBar.background#1d1e23
  • statusBar.debuggingBackground#e16350
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#a4aaa7
  • tab.activeBackground#1d1e23
  • tab.activeBorderTop#e16350
  • tab.activeForeground#e16350
  • tab.border#1d1e23
  • tab.inactiveBackground#1d1e23
  • tab.inactiveForeground#616264
  • terminal.ansiBlack#1d1e23
  • terminal.ansiBlue#448ccb
  • terminal.ansiCyan#5ac6d0
  • terminal.ansiGreen#72c6a5
  • terminal.ansiMagenta#8e6f80
  • terminal.ansiRed#e16350
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#f7b938
  • terminal.background#1d1e23
  • terminal.foreground#a4aaa7
  • titleBar.activeBackground#1d1e23
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#1d1e23
  • titleBar.inactiveForeground#616264

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#959ea2italic
string, punctuation.definition.string#ebbc6b
punctuation, meta.brace#959ea2
keyword.operator#e16350
keyword, keyword.control, storage, storage.type, storage.modifier, keyword.operator.new, keyword.operator.expression#e16350
variable, meta.object-literal.key#d8c8b2
variable.language, constant.language#e16350italic
entity.name.function, support.function, meta.function-call#6979bb
variable.parameter#d8c8b2italic
entity.name.type, support.type, support.class, new.expr entity.name.type#72c6a5
constant.numeric, constant.other, support.constant#f7b938
entity.other.attribute-name, variable.other.property, meta.object.member#5ac6d0
entity.name.tag, punctuation.definition.tag#e16350
markup.heading, entity.name.section#6979bbbold
markup.underline.link, string.other.link#5ac6d0
markup.bold#e16350bold
constant.character.escape#8e6f80