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.activeBackground#111
  • activityBar.background#0E0E0E
  • activityBar.foreground#b2b0b0
  • activityBarBadge.background#26233a
  • activityBarBadge.foreground#111
  • contrastBorder#14141400
  • editor.background#111
  • editor.foreground#e0def4
  • editor.lineHighlightBackground#171717
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#242424
  • editorBracketMatch.background#242424
  • editorBracketMatch.border#242424
  • editorCursor.foreground#6f80eb
  • editorGroupHeader.border#1A1A1A
  • editorGroupHeader.tabsBackground#0E0E0E
  • editorGutter.background#111
  • editorHoverWidget.background#111
  • editorHoverWidget.border#1A1A1A
  • editorIndentGuide.background1#222
  • editorLineNumber.activeForeground#666666
  • editorLineNumber.foreground#403d52
  • editorSuggestWidget.background#111
  • editorSuggestWidget.border#1A1A1A
  • editorSuggestWidget.focusHighlightForeground#f4f5f6
  • editorSuggestWidget.foreground#9c9c9c
  • editorSuggestWidget.highlightForeground#f3f4f6
  • editorSuggestWidget.selectedBackground#151515
  • editorSuggestWidget.selectedForeground#d7d7d7
  • editorSuggestWidget.selectedIconForeground#9c9c9c
  • focusBorder#26233a
  • list.activeSelectionBackground#111
  • list.activeSelectionForeground#bcbcbc
  • list.hoverBackground#151515
  • list.inactiveSelectionBackground#111
  • menu.background#111
  • menu.border#1A1A1A
  • menu.separatorBackground#26233a
  • panel.background#0E0E0E
  • panel.border#0E0E0E
  • panel.foreground#e0def4
  • panelTitle.activeBorder#26233a
  • panelTitle.activeForeground#e0def4
  • panelTitle.inactiveForeground#6e6a86
  • pickerGroup.border#1A1A1A
  • pickerGroup.foreground#c4a7e7
  • quickInput.background#111
  • quickInput.foreground#bcbcbc
  • quickInputList.focusBackground#222
  • quickInputList.focusForeground#fff
  • quickInputTitle.background#111
  • selection.background#24242466
  • sideBar.background#0E0E0E
  • sideBar.border#0E0E0E
  • sideBar.foreground#9c9c9c
  • sideBarSectionHeader.background#111
  • sideBarTitle.foreground#f4f5f6
  • statusBar.background#0E0E0E
  • statusBar.border#0E0E0E
  • statusBarItem.remoteBackground#111
  • statusBarItem.remoteForeground#8e97ff
  • tab.activeBackground#111
  • tab.activeBorder#00000000
  • tab.activeForeground#ffffff
  • tab.hoverBackground#151515
  • tab.inactiveBackground#0E0E0E
  • tab.inactiveForeground#545454
  • terminal.ansiBlack#26233a
  • terminal.ansiBlue#6f80eb
  • terminal.ansiMagenta#c4a7e7
  • terminal.ansiRed#eb6f92
  • terminal.ansiYellow#f6c177
  • terminal.background#0E0E0E
  • terminal.foreground#c4a7e7
  • terminalCursor.foreground#eb6f92
  • textLink.foreground#eb6f92
  • titleBar.activeBackground#0E0E0E
  • titleBar.inactiveBackground#0E0E0E
  • titleBar.inactiveForeground#8b949e
  • welcomePage.background#111
  • window.activeBorder#0E0E0E
  • window.inactiveBorder#0E0E0E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
Global settings#eff0eb
strong, markup.boldbold
emphasis, markup.italicitalic
markup.underlineunderline
comment, punctuation.definition.comment, string.quoted.docstring#616263italic
storage.type#f3f99d
storage.type.primitive, support.type, entity.name.type, keyword.type, keyword.other.unit#9aedfe
string, meta.structure.dictionary.json string.quoted.double.json#5af78e
constant.language.boolean#5af78e
constant.numeric, support.constant#5af78e
constant.language.null#5af78e
constant.language.undefined#5af78e
meta.function entity.name.function#57c7ff
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.require, variable.language.super, keyword.other.get, keyword.other.set#57c7ff
variable, support.variable, support.class, support.constant, meta.definition.variable entity.name.function#eff0eb
variable.other.constant.property#f3f99d
entity.name.type.class#ff5c57
entity.other.inherited-class entity.name.type.module#ff5c57italic
variable.object.property#f3f99d
variable.parameteritalic
meta.definition.method entity.name.function#f3f99d
keyword, modifier, storage.modifier, support.type.object, constant.language, variable.language.this, variable.language.special.self#ff6ac1
storage.modifier, storage.type.class.js, variable.language.this, variable.language.this.jsitalic
support.module, support.node#ff5c57italic
template.expression.begin, template.expression.end#ff6ac1
support.type.exception#f3f99d
markup.inserted.diff, meta.diff.header.to-file#5af78e
markup.deleted.diff, meta.diff.header.from-file#ff5c57
source.cs meta.class.identifier storage.type#ff5c57
source.cs meta.method.identifier entity.name.function#f3f99d
source.cs meta.method-call meta.method, source.cs entity.name.function#57c7ff
source.cs storage.type#f3f99d
source.cs meta.method.return-type#9aedfe
source.cs meta.preprocessor#616263
source.cs entity.name.type.namespace#eff0eb
entity.other.attribute-name.class#9aedfe
entity.other.attribute-name.id#9aedfe
source.css entity.name.tag#f3f99d
source.css support.type.property-name#ff5c57
meta.tag, punctuation.definition.tag#eff0eb
entity.name.tag#ff5c57
entity.other.attribute-name#f3f99ditalic
punctuation.section.embedded#ff5c57
keyword.other.definition.ini#ff5c57
entity.name.section.group-title.ini#57c7ff
source.java storage.modifier.package, source.java storage.modifier.import#eff0eb
source.java storage.type.annotation#ff5c57italic
source.java meta.method-call meta.method#57c7ff
source.java meta.method-call meta.inner-class meta.method#eff0eb
source.java meta.method-call meta.inner-class meta.method meta.method-call meta.method#57c7ff
source.java meta.definition.variable entity.name.function#57c7ff
source.java constant.language#5af78e
source.js storage.modifier.async#ff6ac1
meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json#ff5c57
constant.language.json#ff6ac1
markup.heading#57c7ff
text.html.markdown meta.link.inline, meta.link.reference, markup.underline.link.image#ff5c57
text.html.markdown markup.quote#9aedfe
text.html.markdown beginning.punctuation.definition.list#f3f99d
text.html.markdown markup.inline.raw#ff6ac1
markup.italic#ff5c57italic
markup.bold#ff5c57bold
markup.bold markup.italic, markup.italic markup.bold#ff5c57italic bold
source.python keyword.operator.arithmetic#eff0eb
source.python meta.function storage.type.function#ff6ac1
source.python meta.function-call.arguments#eff0eb
source.python meta.function entity.name.function.decorator#ff5c57
source.python constant.language#5af78e
entity.name.tag.yaml#ff5c57
Snazzy Darker+ by vulnerability6848 - VS Code Theme