Skip to main content
Coding Theme

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#140E15
  • activityBar.border#36273A
  • activityBar.foreground#C9A0E8
  • activityBar.inactiveForeground#65536A
  • activityBarBadge.background#C9A0E8
  • activityBarBadge.foreground#140E15
  • badge.background#C9A0E8
  • badge.foreground#140E15
  • breadcrumb.focusForeground#E8E1EA
  • breadcrumb.foreground#9D80A3
  • button.background#C9A0E8
  • button.foreground#140E15
  • button.hoverBackground#E0C9F2
  • diffEditor.insertedTextBackground#8FD4B01A
  • diffEditor.removedTextBackground#E88A881A
  • dropdown.background#140E15
  • dropdown.border#36273A
  • dropdown.foreground#E8E1EA
  • editor.background#1A121C
  • editor.foreground#E8E1EA
  • editor.lineHighlightBackground#1F162299
  • editor.selectionBackground#36273A99
  • editor.selectionHighlightBackground#36273A66
  • editor.wordHighlightBackground#36273A66
  • editorBracketMatch.background#36273A
  • editorBracketMatch.border#C9A0E8
  • editorCursor.foreground#C9A0E8
  • editorError.foreground#E88A88
  • editorGroupHeader.tabsBackground#1F1622
  • editorGroupHeader.tabsBorder#36273A
  • editorHoverWidget.background#1F1622
  • editorHoverWidget.border#36273A
  • editorIndentGuide.activeBackground1#473A4A
  • editorIndentGuide.background1#251B28
  • editorInfo.foreground#9FB8F0
  • editorLineNumber.activeForeground#C9A0E8
  • editorLineNumber.foreground#554659
  • editorRuler.foreground#251B28
  • editorSuggestWidget.background#1F1622
  • editorSuggestWidget.selectedBackground#36273A
  • editorWarning.foreground#EEA870
  • editorWhitespace.foreground#2E2131
  • editorWidget.background#1F1622
  • editorWidget.border#36273A
  • focusBorder#554659
  • foreground#CFC1D2
  • gitDecoration.addedResourceForeground#8FD4B0
  • gitDecoration.deletedResourceForeground#E88A88
  • gitDecoration.ignoredResourceForeground#65536A
  • gitDecoration.modifiedResourceForeground#EEA870
  • gitDecoration.untrackedResourceForeground#8FD4B0
  • input.background#140E15
  • input.border#36273A
  • input.foreground#E8E1EA
  • inputOption.activeBorder#C9A0E8
  • list.activeSelectionBackground#36273A
  • list.activeSelectionForeground#E8E1EA
  • list.highlightForeground#C9A0E8
  • list.hoverBackground#251B28
  • list.inactiveSelectionBackground#251B28
  • menu.background#1F1622
  • menu.foreground#E8E1EA
  • menubar.selectionBackground#36273A
  • minimap.background#1A121C
  • notifications.background#1F1622
  • notifications.border#36273A
  • panel.background#1F1622
  • panel.border#36273A
  • panelTitle.activeForeground#E8E1EA
  • panelTitle.inactiveForeground#9D80A3
  • peekView.border#C9A0E8
  • peekViewEditor.background#140E15
  • peekViewResult.background#1F1622
  • scrollbarSlider.activeBackground#554659CC
  • scrollbarSlider.background#36273A99
  • scrollbarSlider.hoverBackground#473A4ACC
  • selection.background#36273A
  • sideBar.background#1F1622
  • sideBar.border#36273A
  • sideBar.foreground#CFC1D2
  • sideBarSectionHeader.background#140E15
  • sideBarSectionHeader.foreground#CFC1D2
  • sideBarTitle.foreground#9D80A3
  • statusBar.background#140E15
  • statusBar.border#36273A
  • statusBar.debuggingBackground#EEA870
  • statusBar.debuggingForeground#140E15
  • statusBar.foreground#CFC1D2
  • statusBar.noFolderBackground#140E15
  • tab.activeBackground#1A121C
  • tab.activeBorderTop#C9A0E8
  • tab.activeForeground#E8E1EA
  • tab.border#36273A
  • tab.inactiveBackground#1F1622
  • tab.inactiveForeground#9D80A3
  • terminal.ansiBlack#251B28
  • terminal.ansiBlue#9FB8F0
  • terminal.ansiBrightBlack#65536A
  • terminal.ansiBrightBlue#CBD9F7
  • terminal.ansiBrightCyan#B7DADC
  • terminal.ansiBrightGreen#B4E2CA
  • terminal.ansiBrightMagenta#F2C9E0
  • terminal.ansiBrightRed#F0B4B3
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#E0C9F2
  • terminal.ansiCyan#94C8CC
  • terminal.ansiGreen#8FD4B0
  • terminal.ansiMagenta#E8A0C8
  • terminal.ansiRed#E88A88
  • terminal.ansiWhite#E8E1EA
  • terminal.ansiYellow#C9A0E8
  • terminal.background#140E15
  • terminal.foreground#CFC1D2
  • titleBar.activeBackground#140E15
  • titleBar.activeForeground#E8E1EA
  • titleBar.border#36273A
  • titleBar.inactiveBackground#140E15
  • titleBar.inactiveForeground#9D80A3
  • widget.shadow#0000004D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#775A7Citalic
string, string.quoted, punctuation.definition.string#8FD4B0
string.regexp#94C8CC
constant.numeric, constant.language, keyword.other.unit#EEA870
constant.character.escape#E8A0C8
variable, variable.other.readwrite, meta.definition.variable.name#E8E1EA
variable.parameter#CFC1D2
variable.language, variable.other.constant#E8A0C8
keyword, keyword.control, storage, storage.type, storage.modifier#C9A0E8bold
keyword.operator#BFACC3
entity.name.function, support.function, meta.function-call#9FB8F0
entity.name.class, entity.name.type, support.class, support.type#D0B4E8
entity.name.tag#C9A0E8
entity.other.attribute-name#8FD4B0
support.constant, support.variable#E8A0C8
punctuation, meta.brace#AB92B0
markup.heading#C9A0E8bold
markup.bold#E8E1EAbold
markup.italic#E8E1EAitalic
markup.inline.raw, markup.raw#8FD4B0
markup.underline.link#9FB8F0underline
invalid, invalid.illegal#E88A88
meta.diff.header, meta.diff.range#9FB8F0
markup.inserted#8FD4B0
markup.deleted#E88A88
support.type.property-name.json, support.type.property-name#C9A0E8