Skip to main content
CodingTheme

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#F92672
  • activityBar.activeFocusBorder#F92672
  • activityBar.background#0A0A0A
  • activityBar.foreground#fff
  • activityBarBadge.background#F92672
  • activityBarBadge.foreground#F8F8F2
  • badge.background#66D9EF
  • badge.foreground#fff
  • button.background#4ade80
  • button.foreground#1B1E23
  • button.hoverBackground#66D9EF
  • diffEditor.insertedTextBackground#00809B33
  • dropdown.background#0A0A0A
  • dropdown.border#ffffff22
  • dropdown.foreground#ffffff99
  • editor.background#0A0A0A
  • editor.findMatchBackground#40c3ff66
  • editor.findMatchHighlightBackground#ffffff22
  • editor.foreground#F8F8F2
  • editor.hoverHighlightBackground#ffffff22
  • editor.inactiveSelectionBackground#ffffff20
  • editor.lineHighlightBackground#ffffff10
  • editor.lineHighlightBorder#ffffff05
  • editor.selectionBackground#f8f8f259
  • editor.selectionHighlightBackground#f8f8f23b
  • editor.selectionHighlightBorder#ffffff30
  • editor.wordHighlightBackground#ff000000
  • editor.wordHighlightStrongBorder#ffffff80
  • editorCodeLens.foreground#ffffff66
  • editorCursor.foreground#4ade80
  • editorError.foreground#FF5555
  • editorGroup.border#181A1F
  • editorGroup.emptyBackground#0c0c0c
  • editorGroupHeader.tabsBackground#000
  • editorGutter.addedBackground#4ade80
  • editorGutter.deletedBackground#FF5555
  • editorGutter.modifiedBackground#40C4FF
  • editorHoverWidget.background#1E1E1E
  • editorHoverWidget.border#1E1E1E
  • editorIndentGuide.background1#ffffff22
  • editorLineNumber.foreground#ffffff33
  • editorLink.activeForeground#66D9EF
  • editorOverviewRuler.addedForeground#47ffa000
  • editorOverviewRuler.border#ff000000
  • editorOverviewRuler.bracketMatchForeground#40C4FF00
  • editorOverviewRuler.deletedForeground#E040FB00
  • editorOverviewRuler.errorForeground#FF5555
  • editorOverviewRuler.infoForeground#FFFF0000
  • editorOverviewRuler.modifiedForeground#66D9EF00
  • 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#FF5555
  • extensionButton.prominentBackground#4ade80
  • extensionButton.prominentForeground#0A0A0A
  • extensionButton.prominentHoverBackground#66D9EF
  • focusBorder#F92672
  • input.background#0A0A0A
  • input.border#F92672
  • input.foreground#f8f8f0
  • input.placeholderForeground#ffffff66
  • inputOption.activeBackground#00000000
  • inputOption.activeBorder#F92672
  • inputValidation.errorBackground#0A0A0A
  • inputValidation.errorBorder#FF5555
  • inputValidation.infoBackground#0A0A0A
  • inputValidation.infoBorder#F92672
  • inputValidation.warningBackground#0A0A0A
  • inputValidation.warningBorder#FFAB40
  • list.activeSelectionBackground#ffffff20
  • list.activeSelectionForeground#fff
  • list.errorForeground#FF5555
  • 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#F92672
  • pickerGroup.border#40c3ff00
  • pickerGroup.foreground#40C4FF
  • progressBar.background#4ade80
  • 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#75715Eitalic
constant.numeric, entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class, support.type.property-name.json#FD971F
keyword, keyword.operator, keyword.operator.new, keyword.operator.expression, keyword.operator.logical, punctuation.section.embedded, 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, source.cpp keyword.operator, string.other.link.title.markdown#E6DB74
storage.modifier, meta.var.expr, meta.class, storage.type.class, variable.other.constant.property.js, variable.other.property.js, source.go constant.language.go, source.go constant.other.placeholder.go, source.go variable, variable.parameter.scala, markup.italic.markdown, markup.bold.markdown, meta.attribute.class.html, punctuation.separator.key-value#66D9EF
storage.type, meta.tag.metadata.doctype.html#66D9EFitalic
variable, entity.name.variable, source.js, entity.name, entity.name.tag.js.jsx, support.variable, variable.other.object.property.js, storage.type.cs, storage.modifier.c, storage.modifier.specifier.const.cpp, meta.metadata.simple.clojure, meta.metadata.map.clojure#F92672
support.function, meta.function, character.escape, constant.character.escape, keyword.control.export, keyword.control.import, keyword.control.from, entity.other.attribute-name.id, meta.function-call.generic.python, variable.parameter.function-call.python, constant.other.placeholder.c, keyword.control.directive.include.c, keyword.control.directive.define.c, constant, string.template, punctuation.definition.string, constant.language.boolean.true, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#4ade80
constant.language, keyword.other.unit, support.function.misc.css, keyword.operator.assignment#F8F8F2
entity.name.type, meta.attribute.class.html#AE81FF
entity.name.function, variable.function, source.elixir entity.name.function#fc0303
variable.language#4ade80bold
variable.parameter#4ade80italic
entity.other.inherited-class#D50
string.regexp, punctuation.terminator.statement, support.constant.font-name, string.other.link.description, string.interpolated.single.dart, constant.language.boolean.false#f97e72
support.type.property-name.css, support.type.property-name.json, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, switch-block.expr.js, constant.other.placeholder.cpp, keyword.control.directive.include.cpp, keyword.control.directive.define.cpp, source.go storage.type, source.go keyword.struct.go, source.go keyword.interface.go, markup.underline.link.markdown, markup.inline.raw.string.markdown, punctuation.definition.quote.begin.markdown, markup.quote.markdown, variable.parameter.dart, meta.template.expression.scala, source.elixir punctuation.definition.string, source.elixir variable.other.readwrite.module.elixir, source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir#72f1b8
meta.object-literal.key, support.type.property-name, markup.heading, entity.name.section, beginning.punctuation.definition.list, entity.name.variable.local.cs, entity.name.variable.field.cs, entity.name.variable.property.cs, source.elixir .punctuation.binary.elixir, entity.name.section.markdown#ff7edb
markup.heading.markdown, entity.name.section.markdown#ff7edbbold
source.elixir .punctuation.binary.elixir#ff7edbitalic
source.dart, source.python, source.scala, source.go, meta.symbol.clojure#ff7edbff
source.elixir support.type.elixir, source.elixir meta.module.elixir entity.name.class.elixir, source.elixir constant.other.symbol.elixir, source.elixir constant.other.keywords.elixir, entity.global.clojure, storage.control.clojure, source.go meta.function-call.go#36f9f6
entity.global.clojure#36f9f6bold
storage.control.clojure#36f9f6italic
markup.quote, string.template meta.embedded.line#b6b1b1ccitalic
text.html, keyword.operator.assignment#ffffffee
text.html#fc0303
markup.underline.link.markdown, markup.inline.raw.string.markdown#72f1b8italic
entity.name.tag.html, entity.name.tag, meta.tag.structure.any.html#4ade80
entity.other.attribute-name.html, entity.other.attribute-name#66D9EFitalic
string.quoted.single.html, string.quoted.double.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html, string.quoted.single, string.quoted.double, string.quoted#E6DB74
source.ts string.quoted.single.ts, source.ts string.quoted.double.ts, source.ts string.template.ts, source.ts punctuation.definition.string.begin.ts, source.ts punctuation.definition.string.end.ts, source.ts punctuation.definition.template-expression.begin.ts, source.ts punctuation.definition.template-expression.end.ts, source.ts constant.language.boolean.ts#FD971F

Shiki preview

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

Loading...

SynthWave Dark by SammyKumar - VS Code Theme