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#111317
  • activityBar.border#1f1f1f
  • activityBar.foreground#8b5cf6
  • activityBar.inactiveForeground#6b7280
  • activityBarBadge.background#8b5cf6
  • activityBarBadge.foreground#ffffff
  • badge.background#8b5cf6
  • badge.foreground#ffffff
  • button.background#8b5cf6
  • button.foreground#ffffff
  • button.hoverBackground#7c3aed
  • button.secondaryBackground#1f2937
  • button.secondaryForeground#e5e7eb
  • diffEditor.insertedLineBackground#14b8a60A
  • diffEditor.insertedTextBackground#14b8a615
  • diffEditor.removedLineBackground#f473800A
  • diffEditor.removedTextBackground#f4738015
  • editor.background#14161a
  • editor.foreground#e5e7eb
  • editor.inactiveSelectionBackground#8b5cf620
  • editor.lineHighlightBackground#1d2024
  • editor.selectionBackground#8b5cf640
  • editor.selectionHighlightBackground#8b5cf620
  • editorCursor.foreground#8b5cf6
  • editorGhostText.foreground#6B7280
  • editorGroupHeader.tabsBackground#111317
  • editorGroupHeader.tabsBorder#1f1f1f
  • editorGutter.addedBackground#14b8a680
  • editorGutter.deletedBackground#f4738080
  • editorGutter.modifiedBackground#8b5cf680
  • editorIndentGuide.activeBackground#374151
  • editorIndentGuide.background#1f1f1f
  • editorInlayHint.background#1d202480
  • editorInlayHint.foreground#7A7F8A
  • editorLineNumber.activeForeground#8b5cf6
  • editorLineNumber.foreground#6b7280
  • editorOverviewRuler.addedForeground#14b8a699
  • editorOverviewRuler.deletedForeground#f4738099
  • editorOverviewRuler.modifiedForeground#8b5cf699
  • editorUnnecessaryCode.opacity#ffffff55
  • editorWhitespace.foreground#1f1f1f
  • editorWidget.background#1a1a1a
  • editorWidget.border#374151
  • focusBorder#8b5cf6
  • input.background#1a1a1a
  • input.border#374151
  • input.foreground#e5e7eb
  • input.placeholderForeground#6b7280
  • inputOption.activeBorder#8b5cf6
  • inputValidation.errorBackground#1a1a1a
  • inputValidation.errorBorder#ef4444
  • list.activeSelectionBackground#8b5cf6
  • list.activeSelectionForeground#ffffff
  • list.focusOutline#8b5cf6
  • list.hoverBackground#1a1a1a
  • list.inactiveSelectionBackground#1f2937
  • panel.background#14161a
  • panel.border#1f2529
  • panelTitle.activeBorder#8b5cf6
  • panelTitle.activeForeground#e5e7eb
  • panelTitle.inactiveForeground#6b7280
  • peekView.border#8b5cf6
  • peekViewEditor.background#0f0f0f
  • peekViewResult.background#1a1a1a
  • peekViewTitle.background#8b5cf6
  • progressBar.background#8b5cf6
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#8b5cf680
  • scrollbarSlider.background#37415166
  • scrollbarSlider.hoverBackground#4b556399
  • sideBar.background#111317
  • sideBar.border#1f1f1f
  • sideBar.foreground#d1d5db
  • sideBarSectionHeader.background#0f0f0f
  • sideBarSectionHeader.foreground#e5e7eb
  • sideBarTitle.foreground#8b5cf6
  • statusBar.background#0a0a0a
  • statusBar.border#1f1f1f
  • statusBar.foreground#8b5cf6
  • statusBar.noFolderBackground#0a0a0a
  • statusBarItem.hoverBackground#1a1a1a
  • statusBarItem.prominentBackground#8b5cf6
  • tab.activeBackground#14161a
  • tab.activeBorder#8b5cf6
  • tab.activeForeground#e5e7eb
  • tab.border#111317
  • tab.inactiveBackground#111317
  • tab.inactiveForeground#6b7280
  • terminal.ansiBlack#1f2428
  • terminal.ansiBlue#60a5fa
  • terminal.ansiBrightBlack#374151
  • terminal.ansiBrightBlue#93c5fd
  • terminal.ansiBrightCyan#67e8f9
  • terminal.ansiBrightGreen#2dd4bf
  • terminal.ansiBrightMagenta#c4b5fd
  • terminal.ansiBrightRed#fca5a5
  • terminal.ansiBrightWhite#f3f4f6
  • terminal.ansiBrightYellow#fcd34d
  • terminal.ansiCyan#22d3ee
  • terminal.ansiGreen#14b8a6
  • terminal.ansiMagenta#a78bfa
  • terminal.ansiRed#f87171
  • terminal.ansiWhite#e5e7eb
  • terminal.ansiYellow#fbbf24
  • terminal.foreground#e5e7eb
  • terminal.selectionBackground#8b5cf620
  • terminalCursor.foreground#8b5cf6
  • titleBar.activeBackground#111317
  • titleBar.activeForeground#e5e7eb
  • titleBar.border#1f1f1f
  • titleBar.inactiveBackground#111317
  • titleBar.inactiveForeground#6b7280

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a7581italic
keyword, storage.type, storage.modifier#60a5fa—
keyword.control, constant.other.color#c084fc—
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#60a5fa—
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#a78bfa—
support.other.variable, string.other.link#f44747—
constant.numeric, constant.language, support.constant, constant.character, constant.escape#11a194—
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#f472b6—
entity.name, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#22d3ee—
variable.parameter.function.language.special, variable.parameter#93c5fd—
constant.other.symbol.hashkey.ruby, entity.other.attribute-name.id#4fc1ff—
entity.other.attribute-name.class.css#a78bfa—
source.sass keyword.control#d4d4d4—
markup.inserted#14b8a6—
markup.deleted#ce9178—
markup.changed#569cd6—
string.regexp#d16969—
constant.character.escape#d7ba7d—
*url*, *link*, *uri*—underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#4ec9b0italic
source.js constant.other.object.key.js string.unquoted.label.js#9cdcfeitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#dcdcaa—
entity.other.attribute-name#9cdcfe—
text.html.markdown, punctuation.definition.list_item.markdown#d4d4d4—
text.html.markdown markup.inline.raw.markdown#ce9178—
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#569cd6—
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#569cd6—
markup.italic#d4d4d4italic
markup.bold, markup.bold string#d4d4d4bold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string—bold italic
markup.underline—underline
markup.quote punctuation.definition.blockquote.markdown#6A9955—
markup.quote—italic
string.other.link.title.markdown#569cd6—
string.other.link.description.title.markdown#c586c0—
constant.other.reference.link.markdown#a78bfa—
markup.raw.block#ce9178—
punctuation.definition.tag#808080—
meta.preprocessor, entity.name.function.preprocessor#569cd6—
meta.diff.header#569cd6—
source.ruby variable.other.readwrite#9cdcfe—
source.css support.property-name, source.sass support.property-name, source.scss support.property-name, source.less support.property-name, source.stylus support.property-name, source.postcss support.property-name#9cdcfe—
entity.name.type.namespace#22d3ee—