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.background#0b1015
  • activityBar.foreground#19ffb6
  • activityBar.inactiveForeground#3c3c3c
  • activityBarBadge.background#eee
  • activityBarBadge.foreground#000000
  • button.hoverBackground#a7a7a7
  • debugToolBar.background#0b1015
  • dropdown.background#0b1015
  • dropdown.border#97a7c8ff
  • editor.background#000
  • editor.findMatchBackground#18222Dff
  • editor.foreground#CED5E5
  • editor.lineHighlightBackground#000
  • editor.lineHighlightBorder#000
  • editor.selectionBackground#18222Dff
  • editorBracketMatch.border#97a7c8ff
  • editorCursor.foreground#fff
  • editorError.background#ff000026
  • editorError.border#da2626cc
  • editorError.foreground#ff000000
  • editorGroup.border#0b1015
  • editorGroup.dropBackground#0b1015
  • editorGroupHeader.noTabsBackground#0b1015
  • editorGroupHeader.tabsBackground#0b1015
  • editorGutter.addedBackground#56D6D6
  • editorGutter.deletedBackground#FB467B
  • editorGutter.modifiedBackground#19ffb6
  • editorHoverWidget.background#0b1015
  • editorIndentGuide.background1#18222Dff
  • editorLineNumber.foreground#5C6370
  • editorOverviewRuler.border#0b1015
  • editorRuler.foreground#18222Dff
  • editorSuggestWidget.background#0b1015
  • editorSuggestWidget.selectedBackground#18222Dff
  • editorWarning.border#e2df00
  • editorWarning.foreground#e2df0000
  • editorWhitespace.foreground#18222Dff
  • editorWidget.background#0b1015
  • focusBorder#97a7c8ff
  • input.background#0b1015
  • input.border#19ffb6
  • list.activeSelectionBackground#0b1015
  • list.activeSelectionForeground#19ffb6
  • list.focusBackground#18222Dff
  • list.focusForeground#19ffb6
  • list.highlightForeground#19ffb6
  • list.hoverBackground#18222Dff
  • list.inactiveSelectionBackground#0b1015
  • list.inactiveSelectionForeground#19ffb6
  • notification.background#0b1015
  • panel.background#0b1015
  • panel.border#0b1015
  • panelTitle.activeForeground#19ffb6
  • panelTitle.inactiveForeground#97a7c8ff
  • scrollbar.shadow#000000
  • scrollbarSlider.background#18222Dff
  • scrollbarSlider.hoverBackground#0e151c
  • sideBar.background#0b1015
  • sideBarSectionHeader.background#0b1015
  • statusBar.background#0b1015
  • statusBar.debuggingBackground#0b1015
  • statusBar.foreground#97a7c8ff
  • tab.activeBackground#0b1015
  • tab.activeBorder#19ffb6
  • tab.activeForeground#19ffb6
  • tab.border#0b1015
  • tab.inactiveBackground#0b1015
  • tab.inactiveForeground#97a7c8ff
  • tab.unfocusedActiveBorder#97a7c8ff
  • titleBar.activeBackground#050a0e
  • titleBar.inactiveForeground#0b1015
  • widget.shadow#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#CED5E5
comment, punctuation.definition.comment#5C6370
string.quoted.docstring.multi.python, string.quoted.docstring.multi.python keyword.control.flow.python#5C6370italic
meta.brace.round.begin, meta.brace.round.end, meta.brace.square.begin, meta.brace.square.end, meta.brace.curly.begin, meta.brace.curly.end, meta.group.braces.round.function.arguments#97a7c8ff
string#aee062italic
Boolean#CB6CFEitalic
string.regexp#C3E88D
string.detected-link#CB6CFE
constant.numeric, constant.language, markdown.python.constant.numeric#F78C6C
constant.character#56D6D6
constant.character.escape.backslash.regexp#C3E88D
constant.character.format.placeholder.other.python#F78C6C
constant.other.key, meta.group.braces.curly constant.other.object.key string.unquoted.label#56D6D6
variable.other.object#50da98
meta.property.object#F78C6C
variable.other.class, meta.class.property.other.property#FB467B
variable.other, meta.class.object.property, meta.property.class variable.other.property.static#FB467B
variable.other.readwrite#FB467B
meta.group.braces variable.other.readwrite#FB467B
variable.language, meta.class variable.other.readwrite#ce21c5
variable.language.prototype#CED5E5
python.support.magic.variable#FB467B
meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level#61AFEF
entity.name.function#50da98bold
meta.function-call.generic.python#61AFEF
meta.function.decorator.python#56D6D6
variable.function.constructor#FFCC00
keyword.control, keyword.operator.new, keyword.operator.module, variable.language.super#ce21c5
meta.preprocessor, entity.name.function.preprocessor#ce21c5
entity.name.function.preprocessor#FFCC00
meta.namespace.identifier entity.name.type, entity.name.variable#FFCC00
cs.meta.namespace.function.identifier.body.class.method#61AFEF
storage.type.cs, storage.type.variable.cs#56D6D6
keyword, keyword.other.namespace, storage.modifier#ce21c5
keyword.operator.logical.python#ce21c5
keyword.other.substitution.begin, keyword.other.substitution.end#56D6D6
keyword.operator.accessor#97a7c8ff
keyword.operator, constant.other.color, punctuation.separator.key-value#56D6D6
keyword.regexp, keyword.operator.quantifier.regexp, keyword.operator.or.regexp, keyword.control.anchor.regexp#C3E88D
python.keyword.operator#56D6D6
entity.name.class, meta.class.extends variable.other.readwrite#FFCC00
entity.other.inherited-class#FFCC00italic underline
variable.parameter,token.variable.parameter,variable.other.jsdoc,variable.language.arguments,function.parameter#FFCC00italic
variable.parameter.function.language.python#FB467B
entity.name.tag#FB467B
entity.other.attribute-name#AE81FF
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6Bitalic
selector.css.entity.other.attribute-name#FFCC00
source.sass keyword.control#61AFEF
entity.other.attribute-name.class#FFCB6B
source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type#56D6D6
support.function, support.class support.function#56D6D6
python.builtin.support.function#ce21c5
python.meta.function-call.builtin.support.function, python.meta.type.support.function-call, python.meta.variable.function-call.legacy.builtin#FFCC00
meta.type.support.inheritance.python#56D6D6
entity.name.type.class.python#FFCC00
support.constant#F78C6C
support.type, support.class#FFCC00
support.other.variable
css.property-list.property-name#56D6D6
invalid#FFFFFF
invalid.deprecated#523D14
meta.structure.dictionaryon support.type.property-name#FB467B
meta.structure.dictionaryon string.quoted.doubleon#C3E88D
meta.structure.dictionaryon string.quoted.double.detected-link#CB6CFE
markup.heading#FB467B
string.other.link.title.markdown, string.other.link.description.markdown, meta.paragraph.markdown entity.name.tag.inline.any#61AFEF
markup.underline.link.markdown, markup.underline.link.image.markdown#CB6CFE
markup.bold.markdownbold
markup.fenced_code.block.markdown, markup.fenced.code.block.markdown, markup.raw.inline.markdown, markdown.block.raw#56D6D6
markup.fenced_code.block.markdown fenced_code.block.language, markup.fenced.code.block.markdown fenced.code.block.language#F78C6C
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown, punctuation.definition.markdown, beginning.punctuation.definition.quote.markdown, punctuation.definition.raw.markdown, meta.paragraph.markdown punctuation.definition.tag#56D6D6
markdown.fenced_code.block.markdown constant.numeric, markdown.fenced.code.block.markdown constant.numeric, markdown.fenced_code.block.markdown constant.language, markdown.fenced.code.block.markdown constant.language#F78C6C
markdown.block.fenced.code.string, markdown.block.fenced.code.string.quote#C3E88D
markup.fenced_code.block.markdown keyword.operator, markup.fenced_code.block.markdown keyword.operator.logical.python, markup.fenced.code.block.markdown keyword.operator, markup.fenced_code.block.markdown keyword.control, markup.fenced.code.block.markdown keyword.control, markup.fenced_code.block.markdown storage.type, markup.fenced_code.block.markdown storage.type.function.lambda, markdown.block.fenced.code.lambda.storage.type#61AFEF
markdown.block.fenced.code.operator.assignment#97a7c8ff
markdown.block.variable.parameter#F78C6C
meta.diff, meta.diff.header#CED5E5
markup.deleted#FB467B
markup.inserted#A6E22E
markup.changed#E6DB74
constant.numeric.line-number.find-in-files - match#AE81FFA0
entity.name.filename.find-in-files#E6DB74
keyword, storage.type, storage.modifier#ce21c5bold
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6

Shiki preview

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

Loading...

Midnight Color - Coding Theme