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.activeBorder#7dded6
  • activityBar.background#19111d
  • activityBar.foreground#7dded6
  • activityBar.hoverBackground#392741
  • activityBar.inactiveForeground#baa1c6
  • activityBarBadge.background#392741
  • activityBarBadge.foreground#9f7db0
  • button.background#9f7db0
  • button.foreground#19111d
  • buttonHover.background#8d64a1
  • editor.background#19111d
  • editor.foreground#ded2e4
  • editor.lineHighlightBackground#231929
  • editor.lineHighlightBorder#19111d
  • editor.selectionBackground#231929
  • editor.selectionHighlightBackground#2e2035
  • editorCursor.foreground#f9f7fa
  • editorGroup.border#2e2035
  • editorGroup.dropBackground#3d375e7f
  • editorGroupHeader.tabsBackground#0e0a10
  • editorGroupHeader.tabsBorder#0e0a10
  • editorHoverWidget.background#19111d
  • editorHoverWidget.border#6edad181
  • editorIndentGuide.activeBackground#392741
  • editorIndentGuide.background#2e2035
  • editorLineNumber.activeForeground#baa1c6
  • editorLineNumber.foreground#baa1c680
  • editorOverviewRuler.border#392741
  • editorSuggestWidget.background#19111d
  • editorSuggestWidget.border#6edad181
  • editorSuggestWidget.foreground#baa1c6
  • editorSuggestWidget.highlightForeground#6edad1
  • editorSuggestWidget.selectedBackground#392741
  • editorWidget.background#0e0a10
  • editorWidget.border#2e2035
  • list.activeSelectionBackground#432f4d
  • list.activeSelectionBorder#8d64a1
  • list.activeSelectionForeground#e7deeb
  • list.focusOutline#8d64a1
  • list.hoverBackground#392741
  • list.hoverForeground#e7deeb
  • list.inactiveSelectionBackground#2e2035
  • list.inactiveSelectionForeground#baa1c6
  • menu.background#0e0a10
  • menu.foreground#baa1c6
  • menu.selectionBackground#19111d
  • notification.background#19111d
  • notification.border#6edad1
  • notification.errorBackground#231929
  • notification.errorBorder#8de2db
  • notification.errorForeground#8de2db
  • notification.foreground#6edad1
  • notification.infoBackground#19111d
  • notification.infoBorder#6edad1
  • notification.infoForeground#6edad1
  • notification.warningBackground#2e2035
  • notification.warningBorder#6edad1
  • notification.warningForeground#6edad1
  • notificationLink.foreground#8de2db
  • panel.background#0e0a10
  • panel.border#2e2035
  • panelTitle.activeBorder#9f7db0
  • panelTitle.activeForeground#9f7db0
  • panelTitle.inactiveForeground#baa1c6
  • peekView.border#0e0a10
  • peekViewEditor.background#19111d
  • peekViewEditorGutter#9670a9
  • peekViewEditorGutter.background#19111d
  • peekViewResult.background#0e0a10
  • peekViewTitle.background#0e0a10
  • peekViewTitleDescription.foreground#f9f7fa
  • peekViewTitleLabel.foreground#9f7db0
  • sideBar.background#2e2035
  • sideBar.border#2e2035
  • sideBar.foreground#f9f7fa
  • sideBarSectionHeader.background#19111d
  • sideBarSectionHeader.border#392741
  • sideBarSectionHeader.foreground#baa1c6
  • sideBarTitle.activeForeground#e7deeb
  • sideBarTitle.foreground#baa1c6
  • sideBarTitle.inactiveForeground#baa1c6
  • statusBar.background#040204
  • statusBar.border#2e2035
  • statusBar.debuggingBackground#392741
  • statusBar.debuggingBorder#2e2035
  • statusBar.debuggingForeground#f9f7fa
  • statusBar.foreground#d7d7d3
  • statusBar.noFolderBackground#040204
  • statusBar.noFolderBorder#2e2035
  • statusBar.noFolderForeground#d7d7d3
  • statusBarItem.activeBackground#392741
  • statusBarItem.activeForeground#f9f7fa
  • statusBarItem.hoverBackground#432f4d
  • statusBarItem.hoverForeground#f9f7fa
  • statusBarItem.prominentBackground#8d64a1
  • tab.activeBackground#19111d
  • tab.activeBorderTop#6edad1
  • tab.activeForeground#6edad1
  • tab.border#2e2035
  • tab.hoverBackground#231929
  • tab.hoverForeground#baa1c6
  • tab.inactiveBackground#0e0a10
  • tab.inactiveForeground#baa1c6
  • terminal.ansiBlack#040204
  • terminal.ansiBlue#835b97
  • terminal.ansiBrightBlack#231929
  • terminal.ansiBrightBlue#a889b8
  • terminal.ansiBrightGreen#2fb7ac
  • terminal.ansiBrightMagenta#9e8d8f
  • terminal.ansiBrightRed#574a4b
  • terminal.ansiBrightWhite#fdfdfc
  • terminal.ansiBrightYellow#eaeae8
  • terminal.ansiGreen#238880
  • terminal.ansiMagenta#826e70
  • terminal.ansiRed#372f30
  • terminal.ansiWhite#e1e0de
  • terminal.ansiYellow#cecdc9
  • terminal.background#19111d
  • terminal.foreground#ded2e4
  • terminal.selectionBackground#231929
  • terminalCursor.foreground#f9f7fa
  • textLink.activeForeground#8d64a1
  • textLink.foreground#9f7db0
  • titleBar.activeBackground#040204
  • titleBar.activeForeground#f9f7fa
  • titleBar.border#0e0a10
  • titleBar.inactiveBackground#040204
  • titleBar.inactiveForeground#baa1c6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
support.type.property-name.css, meta.property-name.scss, source.css.scss#9f7db0italic
keyword.operator.comparison, keyword.control.loop.js, keyword.control.loop.ts, keyword.control.import.js, keyword.control.import.ts, keyword.control.import.tsx, keyword.control.from.js, keyword.control.from.ts, keyword.control.from.tsx, keyword.control.export, keyword.operator.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.instanceof.tsx, storage.modifier.async#6edad1
storage.modifier.async#6edad1italic
keyword, storage, support, variable.language, keyword.control.flow, storage.modifier, keyword.operator, entity.other.attribute-name.class.css, entity.other.keyframe-offset, markup.heading, markup.underline.link, variable.other.env, punctuation.definition.list.begin.markdown, punctuation.definition.bold.markdown, punctuation.definition.italic.markdown, punctuation.definition.markdown, punctuation.definition.quote.begin.markdown, punctuation.definition.raw.markdown, constant.length.units.css, constant.percentage.units.css#9670a9
string, markup.inserted, markup.raw, constant, source.env, support.type.builtin.graphql, variable.other.quoted.double, markup.inline.raw.string.markdown, entity.other.attribute-name.id.css, meta.jsx.children, JSXNested#9f9d96
entity.name.function, support.function, entity.name.function.elixir, entity.name.function-call.elixir, support.class.component, support.class.component.open, support.class.component.close, meta.function-call.generic.python, entity.name.section.markdown, storage.type.annotation.dart#a889b8
invalid, markup.deleted#9e8d8f
string.unquoted, punctuation.separator, entity.other.attribute-name, meta.object-literal.key, variable.object.property, variable.other.property, variable.other.object.property, variable.other.constant.property, meta.type.annotation, support.type.vendored, constant.language.symbol.elixir, variable.graphql, meta.attribute.python, source.dart#8d64a1
variable, markup.list, support.constant.property-value.css, variable.parameter.keyframe-list.css, source.css, support.constant.font-name, support.constant.vendored.property-value, variable.parameter, meta.class, meta.method.declaration, parameter.variable.function.elixir, punctuation.definition.tag, punctuation.section.embedded, meta.embedded.expression, punctuation.terminator.dart, punctuation.dot.dart#baa1c6
comment, string.quoted.docstring.multi.python, punctuation.definition.comment#776567
entity.name.type, entity.name.class, support.class.builtin, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.quasi.element.begin, punctuation.quasi.element.end, entity.other.inherited-class, variable.other.constant.elixir, entity.other.attribute-name.class.css, support.class.dart#7dded6
meta.return.type, entity.name.type.interface, meta.type.annotation, meta.function.parameters, markup.italic.markdownitalic
markup.underlineunderline
markup.bold.markdown, storage.type.annotation.dartbold
support.type.property-name.json, meta.object-literal.key.json#9f7db0italic
entity.name.tag.html, entity.name.tag.svg, entity.name.tag.xml#5ed6cc
entity.other.attribute-name.id.css, entity.other.attribute-name.class.css, support.class.component.css#4ed2c7
meta.decorator#3fcec2italic
meta.member.expression.js, variable.object.property, meta.property.access.js#33c7bb
support.variable.builtin.js, support.global#8de2db
punctuation.section.parens.begin, punctuation.section.parens.end, punctuation.section.brackets.begin, punctuation.section.brackets.end, punctuation.section.braces.begin, punctuation.section.braces.end, punctuation.definition.parameters.begin, punctuation.definition.parameters.end#ccbad5
Alolan Marowak Theme by Henrique-Oliveira - VS Code Theme