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#050310
  • activityBar.border#180c28
  • activityBar.foreground#e050a0
  • activityBar.inactiveForeground#7a60a0
  • activityBarBadge.background#e050a0
  • activityBarBadge.foreground#050310
  • badge.background#e050a0
  • badge.foreground#050310
  • breadcrumb.activeSelectionForeground#e050a0
  • breadcrumb.focusForeground#dcc8e8
  • breadcrumb.foreground#8a73ab
  • breadcrumbPicker.background#0c0820
  • button.background#e050a0
  • button.foreground#050310
  • button.hoverBackground#f888c0
  • button.secondaryBackground#1e1030
  • button.secondaryForeground#dcc8e8
  • descriptionForeground#a070a0
  • dropdown.background#0c0820
  • dropdown.border#1e1030
  • dropdown.foreground#dcc8e8
  • editor.background#060412
  • editor.findMatchBackground#e050a030
  • editor.findMatchHighlightBackground#e050a018
  • editor.foreground#dcc8e8
  • editor.inactiveSelectionBackground#e050a015
  • editor.lineHighlightBackground#14083808
  • editor.selectionBackground#e050a028
  • editor.wordHighlightBackground#e050a018
  • editorBracketMatch.background#e050a018
  • editorBracketMatch.border#e050a044
  • editorCursor.foreground#f070a8
  • editorGroupHeader.tabsBackground#050310
  • editorGroupHeader.tabsBorder#180c28
  • editorGutter.addedBackground#60b89066
  • editorGutter.deletedBackground#e8484866
  • editorGutter.modifiedBackground#e050a066
  • editorIndentGuide.activeBackground1#261840
  • editorIndentGuide.background1#160a28
  • editorLineNumber.activeForeground#8c779c
  • editorLineNumber.foreground#81788d
  • editorOverviewRuler.border#180c28
  • editorWhitespace.foreground#1a0e30
  • errorForeground#e84848
  • focusBorder#e050a044
  • foreground#dcc8e8
  • gitDecoration.addedResourceForeground#60b890
  • gitDecoration.conflictingResourceForeground#d8c050
  • gitDecoration.deletedResourceForeground#e84848
  • gitDecoration.ignoredResourceForeground#70667d
  • gitDecoration.modifiedResourceForeground#e050a0
  • gitDecoration.untrackedResourceForeground#68b8d8
  • input.background#0c0820
  • input.border#1e1030
  • input.foreground#dcc8e8
  • input.placeholderForeground#7c658f
  • inputOption.activeBorder#e050a0
  • list.activeSelectionBackground#e050a022
  • list.activeSelectionForeground#ead8f0
  • list.focusBackground#e050a018
  • list.highlightForeground#f070a8
  • list.hoverBackground#0c081c
  • list.inactiveSelectionBackground#e050a012
  • minimap.findMatchHighlight#f070a844
  • minimap.selectionHighlight#e050a044
  • notifications.background#0c0820
  • notifications.border#1e1030
  • notifications.foreground#dcc8e8
  • panel.background#060412
  • panel.border#1e1030
  • panelTitle.activeBorder#e050a0
  • panelTitle.activeForeground#dcc8e8
  • panelTitle.inactiveForeground#7a60a0
  • peekView.border#e050a044
  • peekViewEditor.background#080618
  • peekViewResult.background#080618
  • peekViewTitle.background#0c0820
  • scrollbar.shadow#00000040
  • scrollbarSlider.activeBackground#e050a044
  • scrollbarSlider.background#e050a018
  • scrollbarSlider.hoverBackground#e050a030
  • selection.background#e050a033
  • sideBar.background#080618
  • sideBar.border#180c28
  • sideBar.foreground#dcc8e8
  • sideBarSectionHeader.background#0c0820
  • sideBarSectionHeader.foreground#a070a0
  • sideBarTitle.foreground#e050a0
  • statusBar.background#050310
  • statusBar.border#180c28
  • statusBar.debuggingBackground#e050a0
  • statusBar.debuggingForeground#050310
  • statusBar.foreground#e050a0
  • statusBar.noFolderBackground#050310
  • statusBarItem.hoverBackground#e050a022
  • statusBarItem.remoteBackground#e050a0
  • statusBarItem.remoteForeground#050310
  • tab.activeBackground#0c081c
  • tab.activeBorderTop#e050a0
  • tab.activeForeground#ead8f0
  • tab.border#180c28
  • tab.hoverBackground#100828
  • tab.inactiveBackground#050310
  • tab.inactiveForeground#7a60a0
  • terminal.ansiBlack#1a0e30
  • terminal.ansiBlue#68b8d8
  • terminal.ansiBrightBlack#3e2858
  • terminal.ansiBrightBlue#88c8e8
  • terminal.ansiBrightCyan#80c8e0
  • terminal.ansiBrightGreen#78d0a8
  • terminal.ansiBrightMagenta#ffa0d0
  • terminal.ansiBrightRed#ff6868
  • terminal.ansiBrightWhite#ead8f0
  • terminal.ansiBrightYellow#f0d868
  • terminal.ansiCyan#68b8d8
  • terminal.ansiGreen#60b890
  • terminal.ansiMagenta#e050a0
  • terminal.ansiRed#e84848
  • terminal.ansiWhite#dcc8e8
  • terminal.ansiYellow#d8c050
  • terminal.background#050310
  • terminal.foreground#dcc8e8
  • terminalCursor.foreground#f070a8
  • titleBar.activeBackground#050310
  • titleBar.activeForeground#e050a0
  • titleBar.inactiveBackground#050310
  • titleBar.inactiveForeground#7c658f
  • widget.shadow#00000060

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8b7f9bitalic
string, string.quoted#60b890—
constant.numeric#d8c050—
constant.language, constant.other#f07070—
keyword, storage.type, storage.modifier#e050a0—
keyword.control, keyword.operator.logical#f888c0—
keyword.operator#68b8d8—
entity.name.function, support.function, meta.function-call#f090c0—
entity.name.type, entity.name.class, support.class, support.type#f090c0—
entity.name.type.interface#68b8d8—
variable, variable.other#dcc8e8—
variable.parameter#f090c0—
variable.other.property, variable.other.object.property#d878b0—
entity.name.tag#e050a0—
entity.other.attribute-name#f07070italic
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#e050a0—
support.type.property-name.css#d878b0—
variable.scss, variable.css#f090c0—
string.regexp#e84848—
constant.character.escape#68b8d8—
punctuation#86779d—
support.type.property-name.json#d878b0—
markup.heading, entity.name.section.markdown#e050a0bold
markup.bold#ead8f0bold
markup.italic#f090c0italic
markup.underline.link#68b8d8—
markup.inline.raw, markup.fenced_code#60b890—
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#e84848—
variable.other.php#f090c0—
entity.name.tag.yaml#d878b0—
variable.language.this, variable.language.self#f07070italic
Syn Themes — Syn-Agentic Cyberpunk Glass Design Presets by jenninexus - VS Code Theme