Skip to main content
CodingTheme

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.activeBorder#5294e2
  • activityBar.background#21232b
  • activityBar.border#282a33
  • activityBar.foreground#dddddd
  • activityBarBadge.background#5294e2
  • activityBarBadge.foreground#dddddd
  • badge.background#595b64
  • badge.foreground#dddddd
  • button.background#595b64
  • button.foreground#dddddd
  • button.hoverBackground#5294e2ee
  • checkbox.background#5294e2ee
  • checkbox.border#5294e2ee
  • checkbox.foreground#dddddd
  • debugToolBar.background#21232b
  • descriptionForeground#dddddd
  • dropdown.background#21232b
  • dropdown.border#282a33
  • dropdown.foreground#dddddd
  • editor.background#21232b
  • editor.findMatchBackground#595b64e0
  • editor.findMatchHighlightBackground#595b6470
  • editor.foldBackground#5294e211
  • editor.foreground#dddddd
  • editor.inactiveSelectionBackground#595b6440
  • editor.lineHighlightBackground#595b6422
  • editor.selectionBackground#595b6470
  • editor.selectionHighlightBackground#595b6440
  • editor.wordHighlightBackground#595b64e0
  • editor.wordHighlightStrongBackground#595b6440
  • editorCodeLens.foreground#999999
  • editorCursor.foreground#ffffff
  • editorGroup.border#5294e2ee
  • editorGroup.dropBackground#282a3364
  • editorGroupHeader.noTabsBackground#21232b
  • editorGroupHeader.tabsBackground#21232b
  • editorGroupHeader.tabsBorder#282a33
  • editorLineNumber.activeForeground#5294e2
  • editorLineNumber.foreground#999999
  • editorLink.activeForeground#5294e2
  • editorPane.background#21232b
  • editorUnnecessaryCode.border#5294e2
  • editorWidget.background#21232b
  • editorWidget.border#595b64
  • errorForeground#fb4141
  • extensionButton.prominentBackground#595b64
  • extensionButton.prominentForeground#dddddd
  • extensionButton.prominentHoverBackground#5294e2
  • focusBorder#5294e299
  • foreground#dddddd
  • input.background#21232b
  • input.border#595b64
  • input.foreground#dddddd
  • input.placeholderForeground#999999
  • inputOption.activeBorder#282a33
  • list.activeSelectionBackground#5294e2ee
  • list.activeSelectionForeground#ffffff
  • list.focusForeground#dddddd
  • list.hoverBackground#595b6440
  • list.hoverForeground#dddddd
  • list.inactiveSelectionBackground#595b6440
  • list.inactiveSelectionForeground#dddddd
  • list.warningForeground#fb4141
  • menu.background#21232b
  • menu.foreground#dddddd
  • menu.selectionBackground#5294e2ee
  • menu.selectionForeground#ffffff
  • menu.separatorBackground#282a33
  • menubar.selectionBackground#282a33
  • menubar.selectionBorder#282a33
  • menubar.selectionForeground#ffffff
  • notificationCenter.border#282a33
  • notificationCenterHeader.background#21232b
  • notificationCenterHeader.foreground#dddddd
  • notifications.background#21232b
  • notifications.border#282a33
  • notifications.foreground#dddddd
  • notificationToast.border#282a33
  • panel.background#21232b
  • panel.border#282a33
  • panelSection.border#5294e299
  • panelTitle.activeBorder#5294e2ee
  • panelTitle.activeForeground#dddddd
  • panelTitle.inactiveForeground#595b64
  • progressBar.background#5294e2ee
  • quickInputList.focusBackground#595b6440
  • sash.hoverBorder#5294e2
  • scrollbar.shadow#191919
  • scrollbarSlider.activeBackground#5294e2bb
  • scrollbarSlider.background#595b6464
  • scrollbarSlider.hoverBackground#5294e299
  • selection.background#595b64f0
  • sideBar.background#21232b
  • sideBar.border#282a33
  • sideBar.dropBackground#282a3364
  • sideBar.foreground#dddddd
  • sideBarSectionHeader.background#21232b
  • sideBarSectionHeader.foreground#5294e2
  • sideBarTitle.foreground#dddddd
  • statusBar.background#5294e2
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#21232b
  • statusBar.noFolderForeground#dddddd
  • tab.activeBackground#21232b
  • tab.activeBorder#5294e2
  • tab.activeForeground#dddddd
  • tab.border#282a33
  • tab.inactiveBackground#21232b
  • tab.inactiveForeground#595b64
  • terminal.foreground#dddddd
  • terminal.selectionBackground#595b64e0
  • textLink.activeForeground#5294e2
  • textLink.foreground#9cacc6
  • titleBar.activeBackground#21232b
  • titleBar.activeForeground#dddddd
  • titleBar.border#282a33
  • titleBar.inactiveBackground#21232b
  • titleBar.inactiveForeground#595b64
  • welcomePage.background#21232b
  • welcomePage.buttonBackground#282a3399
  • welcomePage.buttonHoverBackground#282a33
  • widget.shadow#191919

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#999999italic
comment.block.preprocessor#999999italic
comment.documentation, comment.block.documentation, string.quoted.docstring.multi.python#999999italic
invalid.deprecated
invalid.illegal#ff0000
keyword.operator#dddddd
keyword, storage#dddddd
storage.type, support.type#dddddditalic
constant.language, support.constant#5294e2
variable, support.variable, variable.language#9cacc6
entity.name.function, support.function, meta.function-call.python#5294e2italic
entity.name.function.preprocessor, macro#5294e2
entity.name.type, entity.other.inherited-class, support.class#5294e2
entity.name.exception#ff0000
entity.name.section
constant.numeric, constant.character, constant#dddddd
string, string.quoted.double.c#dddddd
constant.character.escape#dddddditalic
string.regexp#9cacc6italic
constant.other.symbol#5294e2
punctuation#dddddd
string source, text source
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#AAAAAA
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#9cacc6
entity.name.tag#5294e2
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#9cacc6italic
constant.character.entity, punctuation.definition.entity#5294e2
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#dddddd
meta.property-name, support.type.property-name#9cacc6
meta.property-value, meta.property-value constant.other, support.constant.property-value#dddddd
keyword.other.important#dddddd
markup.changed#000000
markup.deleted#000000
markup.italicitalic
markup.error#ff0000
markup.inserted#000000
meta.link#5294e2
markup.output, markup.raw#777777
markup.prompt#777777
markup.heading#ffffff
markup.boldbold
markup.traceback#ff0000
markup.underlineunderline
markup.quoteitalic
markup.list#ffffff
markup.bold, markup.italic#ffffff
markup.inline.raw#9cacc6
meta.diff.range, meta.diff.index, meta.separator#434343
meta.diff.header.from-file#434343
meta.diff.header.to-file#434343

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Chogori Darkest by eggman - VS Code Theme