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#EBEFF5
  • activityBar.foreground#171C24
  • activityBar.inactiveForeground#5C6675
  • activityBarBadge.background#6D28D9
  • activityBarBadge.foreground#F6F8FB
  • badge.background#6D28D9
  • badge.foreground#F6F8FB
  • button.background#6D28D9
  • button.foreground#F6F8FB
  • button.hoverBackground#6026BE
  • diffEditor.insertedTextBackground#2F7A2F24
  • diffEditor.removedTextBackground#B3261E24
  • editor.background#F6F8FB
  • editor.findMatchBackground#96660A59
  • editor.findMatchHighlightBackground#96660A33
  • editor.foreground#171C24
  • editor.lineHighlightBackground#EBEFF599
  • editor.selectionBackground#D3E0F5
  • editor.selectionHighlightBackground#D3E0F580
  • editor.wordHighlightBackground#D3E0F573
  • editorBracketMatch.background#0E7C8633
  • editorBracketMatch.border#0E7C86
  • editorCursor.foreground#6D28D9
  • editorError.foreground#B3261E
  • editorGroupHeader.tabsBackground#EBEFF5
  • editorGroupHeader.tabsBorder#D5DCE6
  • editorGutter.addedBackground#2F7A2F
  • editorGutter.deletedBackground#B3261E
  • editorGutter.modifiedBackground#0E7C86
  • editorHoverWidget.background#FFFFFF
  • editorHoverWidget.border#D5DCE6
  • editorIndentGuide.activeBackground1#5C6675
  • editorIndentGuide.background1#D5DCE6
  • editorInfo.foreground#0E7C86
  • editorLineNumber.activeForeground#171C24
  • editorLineNumber.foreground#3A4350
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.selectedBackground#D6D9DF
  • editorWarning.foreground#96660A
  • editorWhitespace.foreground#D5DCE6
  • editorWidget.background#FFFFFF
  • editorWidget.border#D5DCE6
  • focusBorder#6D28D9
  • gitDecoration.addedResourceForeground#2F7A2F
  • gitDecoration.deletedResourceForeground#B3261E
  • gitDecoration.ignoredResourceForeground#5C6675
  • gitDecoration.modifiedResourceForeground#0E7C86
  • gitDecoration.untrackedResourceForeground#2F7A2F
  • input.background#FFFFFF
  • input.border#D5DCE6
  • input.foreground#171C24
  • list.activeSelectionBackground#D6D9DF
  • list.activeSelectionForeground#000000
  • list.highlightForeground#6D28D9
  • list.hoverBackground#DFE3E9
  • list.inactiveSelectionBackground#DFE3E9
  • panel.background#EBEFF5
  • panel.border#D5DCE6
  • panelTitle.activeForeground#171C24
  • panelTitle.inactiveForeground#5C6675
  • peekView.border#6D28D9
  • progressBar.background#6D28D9
  • scrollbarSlider.activeBackground#5C66758C
  • scrollbarSlider.background#5C667540
  • scrollbarSlider.hoverBackground#5C667566
  • selection.background#D3E0F5CC
  • sideBar.background#EBEFF5
  • sideBar.border#D5DCE6
  • sideBar.foreground#3A4350
  • sideBarSectionHeader.background#EBEFF5
  • sideBarSectionHeader.foreground#171C24
  • sideBarTitle.foreground#171C24
  • statusBar.background#EBEFF5
  • statusBar.border#D5DCE6
  • statusBar.debuggingBackground#6D28D9
  • statusBar.debuggingForeground#F6F8FB
  • statusBar.foreground#3A4350
  • statusBar.noFolderBackground#EBEFF5
  • tab.activeBackground#F6F8FB
  • tab.activeBorderTop#6D28D9
  • tab.activeForeground#000000
  • tab.border#D5DCE6
  • tab.inactiveBackground#EBEFF5
  • tab.inactiveForeground#5C6675
  • terminal.ansiBlack#171C24
  • terminal.ansiBlue#1D4ED8
  • terminal.ansiBrightBlack#5C6675
  • terminal.ansiBrightBlue#567AE2
  • terminal.ansiBrightCyan#4A9DA4
  • terminal.ansiBrightGreen#639B63
  • terminal.ansiBrightMagenta#925EE3
  • terminal.ansiBrightRed#C65C56
  • terminal.ansiBrightWhite#000000
  • terminal.ansiBrightYellow#B08C47
  • terminal.ansiCyan#0E7C86
  • terminal.ansiGreen#2F7A2F
  • terminal.ansiMagenta#6D28D9
  • terminal.ansiRed#B3261E
  • terminal.ansiWhite#F6F8FB
  • terminal.ansiYellow#96660A
  • terminal.background#F6F8FB
  • terminal.foreground#171C24
  • textLink.activeForeground#000000
  • textLink.foreground#0E7C86
  • titleBar.activeBackground#EBEFF5
  • titleBar.activeForeground#171C24
  • titleBar.border#D5DCE6
  • titleBar.inactiveBackground#EBEFF5
  • titleBar.inactiveForeground#5C6675

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5C6675italic
string, string.quoted, punctuation.definition.string#2F7A2F
string.regexp, constant.character.escape#0E7C86
constant.numeric, constant.language, constant.language.boolean#B45309
keyword, keyword.control, storage, storage.type, storage.modifier#6D28D9
keyword.operator#455467
entity.name.function, support.function, meta.function-call.generic#0E7C86
entity.name.type, entity.name.class, support.class, support.type#7C3AAD
variable, meta.definition.variable.name, support.variable#171C24
variable.parameter, meta.parameter#3A4350
variable.other.property, meta.object-literal.key#0E7C86
entity.name.tag, punctuation.definition.tag#B3261E
entity.other.attribute-name#7C3AAD
punctuation, meta.brace#3A4350
invalid, invalid.illegal#B3261Eunderline
markup.heading, entity.name.section#6D28D9bold
markup.bold#171C24bold
markup.italic#171C24italic
markup.inline.raw, markup.fenced_code#2F7A2F
markup.inserted#2F7A2F
markup.deleted#B3261E
markup.changed#0E7C86
markup.underline.link#0E7C86underline