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#f36
  • activityBar.activeFocusBorder#f36
  • activityBar.background#000
  • activityBar.foreground#fff
  • activityBarBadge.background#f36
  • activityBarBadge.foreground#141414
  • badge.background#40C4FF
  • badge.foreground#fff
  • button.background#47ffa0
  • button.foreground#1B1E23
  • button.hoverBackground#40C4FF
  • diffEditor.insertedTextBackground#00809B33
  • dropdown.background#0A0A0A
  • dropdown.border#ffffff22
  • dropdown.foreground#ffffff99
  • editor.background#00000070
  • editor.findMatchBackground#40c3ff66
  • editor.findMatchHighlightBackground#ffffff22
  • editor.foreground#f8f8f0
  • editor.hoverHighlightBackground#ffffff22
  • editor.inactiveSelectionBackground#ffffff20
  • editor.lineHighlightBackground#ffffff10
  • editor.lineHighlightBorder#ffffff05
  • editor.selectionBackground#0026ff69
  • editor.selectionHighlightBackground#ffffff22
  • editor.selectionHighlightBorder#ffffff30
  • editor.wordHighlightBackground#ff000000
  • editor.wordHighlightStrongBackground#000
  • editor.wordHighlightStrongBorder#ffffff80
  • editorCodeLens.foreground#ffffff66
  • editorCursor.foreground#fff
  • editorError.foreground#FF5252
  • editorGroup.border#181A1F
  • editorGroup.emptyBackground#0c0c0c
  • editorGroupHeader.tabsBackground#000
  • editorGutter.addedBackground#47ffa0
  • editorGutter.deletedBackground#FF5252
  • editorGutter.modifiedBackground#40C4FF
  • editorHoverWidget.background#1E1E1E
  • editorHoverWidget.border#1E1E1E
  • editorIndentGuide.background#ffffff22
  • editorLineNumber.foreground#ffffff33
  • editorLink.activeForeground#40C4FF
  • editorOverviewRuler.addedForeground#47ffa000
  • editorOverviewRuler.border#ff000000
  • editorOverviewRuler.bracketMatchForeground#40C4FF00
  • editorOverviewRuler.deletedForeground#E040FB00
  • editorOverviewRuler.errorForeground#FF5252
  • editorOverviewRuler.infoForeground#FFFF0000
  • editorOverviewRuler.modifiedForeground#40C4FF00
  • editorOverviewRuler.warningForeground#FFAB40
  • editorRuler.foreground#ffffff66
  • editorSuggestWidget.background#1E1E1E
  • editorSuggestWidget.border#1E1E1E
  • editorSuggestWidget.foreground#f8f8f0
  • editorSuggestWidget.highlightForeground#40C4FF
  • editorSuggestWidget.selectedBackground#2c313a
  • editorWarning.foreground#FFAB40
  • editorWhitespace.foreground#ffffff66
  • editorWidget.background#1E1E1E
  • editorWidget.border#40C4FF00
  • errorForeground#FF5252
  • extensionButton.prominentBackground#47ffa0
  • extensionButton.prominentForeground#0A0A0A
  • extensionButton.prominentHoverBackground#40C4FF
  • focusBorder#f36
  • input.background#0A0A0A
  • input.border#f36
  • input.foreground#f8f8f0
  • input.placeholderForeground#ffffff66
  • inputOption.activeBackground#00000000
  • inputOption.activeBorder#f36
  • inputValidation.errorBackground#0A0A0A
  • inputValidation.errorBorder#FF5252
  • inputValidation.infoBackground#0A0A0A
  • inputValidation.infoBorder#f36
  • inputValidation.warningBackground#0A0A0A
  • inputValidation.warningBorder#FFAB40
  • list.activeSelectionBackground#ffffff20
  • list.activeSelectionForeground#fff
  • list.errorForeground#FF5252
  • list.focusBackground#ffffff22
  • list.focusForeground#f8f8f0
  • list.highlightForeground#fff
  • list.hoverBackground#ffffff10
  • list.inactiveSelectionBackground#ffffff22
  • list.inactiveSelectionForeground#f8f8f0
  • list.warningForeground#FFAB40
  • panel.background#000
  • panel.border#141414
  • panelTitle.activeBorder#f36
  • pickerGroup.border#40c3ff00
  • pickerGroup.foreground#40C4FF
  • progressBar.background#47ffa0
  • scrollbar.shadow#ff000000
  • scrollbarSlider.activeBackground#ffffff99
  • scrollbarSlider.background#ffffff33
  • scrollbarSlider.hoverBackground#ffffff66
  • sideBar.background#000
  • sideBar.border#ffffff20
  • sideBar.foreground#ffffff99
  • sideBarSectionHeader.background#ffffff10
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#f8f8f0
  • statusBar.background#000
  • statusBar.debuggingBackground#1E1E1E
  • statusBar.foreground#fff
  • statusBar.noFolderBackground#1E1E1E
  • statusBarItem.hoverBackground#ffffff33
  • tab.activeBackground#000
  • tab.activeBorder#ffffff20
  • tab.activeForeground#fff
  • tab.border#ffffff00
  • tab.hoverBackground#000
  • tab.inactiveBackground#000
  • tab.inactiveForeground#ffffff80
  • terminal.background#000
  • titleBar.activeBackground#1E1E1E
  • titleBar.activeForeground#ffffff99
  • titleBar.inactiveBackground#1E1E1E
  • titleBar.inactiveForeground#ffffff99
  • tree.indentGuidesStroke#ffffff20
  • widget.shadow#00000090

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.quoted.docstring.multi.python, string.quoted.docstring.multi.python punctuation.definition.string.begin.python, string.quoted.docstring.multi.python punctuation.definition.string.end.python#848bbditalic
string.quoted, string.template, punctuation.definition.string#ff8b39
string.template meta.embedded.line#b6b1b1
variable, entity.name.variable#f73232
variable.language#fe4450bold
variable.parameter#28b881italic
storage.type, storage.modifier#fede5d
constant#f97e72
string.regexp#f97e72
constant.numeric#f97e72
constant.language#1afc65
constant.character.escape#36f9f6
entity.name#fe4450
entity.name.tag#72f1b8
punctuation.definition.tag#36f9f6
entity.other.attribute-name#fede5d
entity.other.attribute-name.html#fede5ditalic
entity.name.type, meta.attribute.class.html#fe4450
entity.other.inherited-class#D50
entity.name.function, variable.function#36f9f6
keyword.control.export.js, keyword.control.import.js#72f1b8
constant.numeric.decimal.js#2EE2FA
keyword#fede5d
keyword.control#fede5d
keyword.operator#fede5d
keyword.operator.new, keyword.operator.expression, keyword.operator.logical#fede5d
keyword.other.unit#f97e72
support#fe4450
support.function#36f9f6
support.variable, variable.other.object.property.js#f735c0
variable.other.object.property.js#fc98df
meta.object-literal.key, support.type.property-name#ff7edb
punctuation.separator.key-value#b6b1b1
punctuation.section.embedded#fede5d
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end#72f1b8
support.type.property-name.css, support.type.property-name.json#72f1b8
switch-block.expr.js#72f1b8
variable.other.constant.property.js, variable.other.property.js#2ee2fa
constant.other.color#f97e72
support.constant.font-name#f97e72
entity.other.attribute-name.id#36f9f6
entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class#D50
support.function.misc.css#fe4450
markup.heading, entity.name.section#ff7edb
text.html, keyword.operator.assignment#ffffffee
markup.quote#b6b1b1ccitalic
beginning.punctuation.definition.list#ff7edb
markup.underline.link#D50
string.other.link.description#f97e72
meta.function-call.generic.python#36f9f6
variable.parameter.function-call.python#72f1b8
storage.type.cs#fe4450
entity.name.variable.local.cs#ff7edb
entity.name.variable.field.cs, entity.name.variable.property.cs#ff7edb
constant.other.placeholder.c#72f1b8italic
keyword.control.directive.include.c, keyword.control.directive.define.c#72f1b8
storage.modifier.c#fe4450
source.cpp keyword.operator#fede5d
constant.other.placeholder.cpp#72f1b8italic
keyword.control.directive.include.cpp, keyword.control.directive.define.cpp#72f1b8
storage.modifier.specifier.const.cpp#fe4450
source.elixir support.type.elixir, source.elixir meta.module.elixir entity.name.class.elixir#36f9f6
source.elixir entity.name.function#72f1b8
source.elixir constant.other.symbol.elixir, source.elixir constant.other.keywords.elixir#36f9f6
source.elixir punctuation.definition.string#72f1b8
source.elixir variable.other.readwrite.module.elixir, source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir#72f1b8
source.elixir .punctuation.binary.elixir#ff7edbitalic
entity.global.clojure#36f9f6bold
storage.control.clojure#36f9f6italic
meta.metadata.simple.clojure, meta.metadata.map.clojure#fe4450italic
meta.quoted-expression.clojureitalic
meta.symbol.clojure#ff7edbff
source.go#ff7edbff
source.go meta.function-call.go#36f9f6
source.go keyword.package.go, source.go keyword.import.go, source.go keyword.function.go, source.go keyword.type.go, source.go keyword.const.go, source.go keyword.var.go, source.go keyword.map.go, source.go keyword.channel.go, source.go keyword.control.go#fede5d
source.go storage.type, source.go keyword.struct.go, source.go keyword.interface.go#72f1b8
source.go constant.language.go, source.go constant.other.placeholder.go, source.go variable#2EE2FA
markup.underline.link.markdown, markup.inline.raw.string.markdown#72f1b8italic
string.other.link.title.markdown#fede5d
markup.heading.markdown, entity.name.section.markdown#ff7edbbold
markup.italic.markdown#2EE2FAitalic
markup.bold.markdown#2EE2FAbold
punctuation.definition.quote.begin.markdown, markup.quote.markdown#72f1b8
source.dart, source.python, source.scala#ff7edbff
string.interpolated.single.dart#f97e72
variable.parameter.dart#72f1b8
constant.numeric.dart#2EE2FA
variable.parameter.scala#2EE2FA
meta.template.expression.scala#72f1b8

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Dark SynthWave '84 - Coding Theme