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.activeBorder#C3A1FF
  • activityBar.background#050512
  • activityBar.foreground#E3E5F2
  • activityBar.inactiveForeground#5F6177
  • activityBarBadge.background#C3A1FF
  • activityBarBadge.foreground#050512
  • editor.background#121322
  • editor.findMatchBackground#F2D76C66
  • editor.findMatchHighlightBackground#F2D76C33
  • editor.foreground#E3E5F2
  • editor.inactiveSelectionBackground#31334955
  • editor.lineHighlightBackground#E3E5F212
  • editor.selectionBackground#43465C80
  • editor.selectionHighlightBackground#31334955
  • editor.wordHighlightBackground#C3A1FF26
  • editor.wordHighlightStrongBackground#C3A1FF26
  • editorBracketMatch.background#C3A1FF26
  • editorBracketMatch.border#C3A1FF00
  • editorCursor.foreground#C3A1FF
  • editorError.foreground#F86B65
  • editorGroup.border#050512
  • editorGroupHeader.tabsBackground#050512
  • editorGutter.addedBackground#78E186
  • editorGutter.background#050512
  • editorGutter.deletedBackground#F86B65
  • editorGutter.modifiedBackground#86BFFF
  • editorIndentGuide.activeBackground1#43465C
  • editorIndentGuide.background1#232439
  • editorInfo.foreground#6EE0FC
  • editorLineNumber.activeForeground#E3E5F2
  • editorLineNumber.foreground#5F6177
  • editorRuler.foreground#232439
  • editorWarning.foreground#F2D76C
  • editorWhitespace.foreground#313349
  • focusBorder#C3A1FF
  • foreground#CACDDC
  • gitDecoration.addedResourceForeground#78E186
  • gitDecoration.deletedResourceForeground#F86B65
  • gitDecoration.modifiedResourceForeground#F2D76C
  • gitDecoration.untrackedResourceForeground#61E3D8
  • list.activeSelectionBackground#313349
  • list.activeSelectionForeground#E3E5F2
  • list.highlightForeground#C3A1FF
  • list.hoverBackground#232439
  • list.inactiveSelectionBackground#232439
  • list.inactiveSelectionForeground#E3E5F2
  • panel.background#0B0C1A
  • panel.border#050512
  • panelTitle.activeForeground#E3E5F2
  • panelTitle.inactiveForeground#5F6177
  • selection.background#C3A1FF40
  • sideBar.background#050512
  • sideBar.border#050512
  • sideBar.foreground#CACDDC
  • sideBarSectionHeader.background#0B0C1A
  • sideBarSectionHeader.foreground#E3E5F2
  • sideBarTitle.foreground#E3E5F2
  • statusBar.background#0B0C1A
  • statusBar.debuggingBackground#F8959E
  • statusBar.debuggingForeground#050512
  • statusBar.foreground#CACDDC
  • statusBar.noFolderBackground#0B0C1A
  • tab.activeBackground#121322
  • tab.activeBorderTop#C3A1FF
  • tab.activeForeground#E3E5F2
  • tab.border#050512
  • tab.hoverBackground#232439
  • tab.inactiveBackground#050512
  • tab.inactiveForeground#5F6177
  • terminal.ansiBlack#313349
  • terminal.ansiBlue#86BFFF
  • terminal.ansiBrightBlack#5F6177
  • terminal.ansiBrightBlue#6EE0FC
  • terminal.ansiBrightCyan#6EE0FC
  • terminal.ansiBrightGreen#78E186
  • terminal.ansiBrightMagenta#FFA3CF
  • terminal.ansiBrightRed#F8959E
  • terminal.ansiBrightWhite#E3E5F2
  • terminal.ansiBrightYellow#FFA659
  • terminal.ansiCyan#61E3D8
  • terminal.ansiGreen#78E186
  • terminal.ansiMagenta#C3A1FF
  • terminal.ansiRed#F86B65
  • terminal.ansiWhite#CACDDC
  • terminal.ansiYellow#F2D76C
  • terminal.background#121322
  • terminal.foreground#CACDDC
  • terminal.selectionBackground#43465C80
  • terminalCursor.foreground#C3A1FF
  • titleBar.activeBackground#050512
  • titleBar.activeForeground#E3E5F2
  • titleBar.inactiveBackground#050512
  • titleBar.inactiveForeground#787A8F

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#E3E5F2
comment, punctuation.definition.comment#9DA0B4italic
string, constant.other.symbol#78E186
constant.character.escape#FFA3CF
entity.name.function, support.function, meta.function-call#86BFFF
keyword, storage#C3A1FFbold
keyword.control#FFA3CFbold
constant.numeric, constant.numeric.hex#FFA659
constant.language, constant.language.boolean#F8959E
variable, identifier, meta.definition.variable#E3E5F2
variable.parameter#F8959E
entity.name.type, support.type, entity.name.class, support.class#F2D76C
entity.name.tag#6EE0FC
entity.other.attribute-name#F2D76C
keyword.operator#6EE0FC
punctuation.separator, punctuation.terminator#86899E
meta.decorator, punctuation.decorator, storage.type.annotation, entity.name.function.decorator#FFA659
variable.other.constant, constant.other#F2D76C
meta.object-literal.key, support.type.property-name#61E3D8
invalid, invalid.deprecated#F86B65
source.css.embedded, source.js.embedded#6EE0FC
entity.other.inherited-classunderline
markup.heading.1, heading.1.markdown entity.name.section#C3A1FFbold
markup.heading.2, heading.2.markdown entity.name.section#86BFFFbold
markup.heading.3, heading.3.markdown entity.name.section#6EE0FCbold
markup.heading.4, heading.4.markdown entity.name.section#61E3D8bold
markup.heading.5, heading.5.markdown entity.name.section#78E186bold
markup.heading.6, heading.6.markdown entity.name.section#FFA659bold
markup.bold#FFA659bold
markup.italic#F2D76Citalic
markup.strikethrough#9DA0B4strikethrough
markup.inline.raw, markup.fenced_code.block, markup.raw#61E3D8
markup.quote#B0B3C5italic
markup.list, punctuation.definition.list.begin#6EE0FC
markup.underline.link, string.other.link, markup.link#86BFFF
markup.underline.link.markdown, meta.link.inline.markdown markup.underline#6EE0FCunderline
punctuation.definition.heading.markdown, punctuation.definition.bold.markdown, punctuation.definition.italic.markdown, punctuation.definition.quote.begin.markdown, punctuation.definition.markdown#606378
meta.separator.markdown#44465B
support.type.property-name.json#61E3D8
entity.name.tag.yaml#61E3D8
string.unquoted.yaml#78E186
entity.other.attribute-name.class.css#F2D76C
entity.other.attribute-name.id.css#86BFFF
support.type.property-name.css#61E3D8
entity.name.tag.html#6EE0FC
entity.other.attribute-name.html#F2D76C
variable.other.normal.shell, variable.parameter.positional.shell#F8959E
support.function.builtin.shell#86BFFF
markup.inserted#78E186
markup.deleted#F86B65
markup.changed#F2D76C
LBB Builder Theme by LifeBusiness Builders - VS Code Theme