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#2F333D
  • activityBar.foreground#D7DAE0
  • activityBarBadge.background#528bff
  • activityBarBadge.foreground#F8FAFD
  • button.background#528bff
  • diffEditor.insertedTextBackground#00809B33
  • dropdown.background#1d1f23
  • dropdown.border#181A1F
  • editor.background#282c34
  • editor.findMatchBackground#42557B
  • editor.findMatchHighlightBackground#314365
  • editor.inactiveSelectionBackground#333842
  • editor.lineHighlightBackground#383E4A99
  • editor.selectionBackground#2f5093
  • editor.selectionHighlightBackground#233d70
  • editorCursor.foreground#f8f8f0
  • editorError.foreground#c24038
  • editorGroup.background#181A1F
  • editorGroup.border#181A1F
  • editorGroupHeader.tabsBackground#21252B
  • editorHoverWidget.background#21252B
  • editorHoverWidget.border#181A1F
  • editorIndentGuide.activeBackground#888
  • editorIndentGuide.background#3B4048
  • editorLineNumber.foreground#495162
  • editorRuler.foreground#484848
  • editorSuggestWidget.background#21252B
  • editorSuggestWidget.border#181A1F
  • editorSuggestWidget.selectedBackground#2c313a
  • editorWhitespace.foreground#484a50
  • editorWidget.background#21252B
  • input.background#1d1f23
  • list.activeSelectionBackground#2c313a
  • list.activeSelectionForeground#d7dae0
  • list.focusBackground#383E4A
  • list.highlightForeground#C5C5C5
  • list.hoverBackground#292d35
  • list.inactiveSelectionBackground#2c313a
  • list.inactiveSelectionForeground#d7dae0
  • notification.background#21252b
  • panel.border#383E4A
  • scrollbar.shadow#00000055
  • scrollbarSlider.activeBackground#747D9180
  • scrollbarSlider.background#4E566680
  • scrollbarSlider.hoverBackground#5A637580
  • sideBar.background#21252b
  • sideBarSectionHeader.background#282c34
  • statusBar.background#21252B
  • statusBar.debuggingBackground#21252B
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#21252B
  • statusBarItem.hoverBackground#2c313a
  • tab.activeBackground#383E4A
  • tab.border#181A1F
  • tab.inactiveBackground#21252B
  • terminal.ansiBlack#65696d
  • terminal.ansiBlue#61AFEF
  • terminal.ansiBrightBlack#84888e
  • terminal.ansiBrightBlue#61AFEF
  • terminal.ansiBrightCyan#56B6C2
  • terminal.ansiBrightGreen#9ac181
  • terminal.ansiBrightMagenta#ca90d0
  • terminal.ansiBrightRed#E06C75
  • terminal.ansiBrightWhite#E3E5E8
  • terminal.ansiBrightYellow#d6c294
  • terminal.ansiCyan#56B6C2
  • terminal.ansiGreen#9ac181
  • terminal.ansiMagenta#ca90d0
  • terminal.ansiRed#E06C75
  • terminal.ansiWhite#bec2ca
  • terminal.ansiYellow#d6c294
  • titleBar.activeBackground#282c34
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#282C34
  • titleBar.inactiveForeground#6B717D
  • widget.shadow#00000055

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#bec2caff
entity.name.variable.local, entity.name.variable.tuple-element, meta.definition.variable variable.other.readwrite#E3E5E8
comment, string.comment, comment.block, comment.block.documentation, comment.line, punctuation.definition.comment#6F7887italic
string, punctuation.definition.string.begin, punctuation.definition.string.end#d6c294
constant.numeric#D19A66
string.embedded.begin, string.embedded.end#D19A66
string.embedded#9CC284
constant.language#61AFEF
constant.character, constant.other, variable.other.constant, constant#BEC2CA
variable.language, variable, variable.other, meta.class123, text123#BEC2CA
variable.readwrite, variable.readwrite.other.block, punctuation, meta.brace, meta.object-literal.key#BEC2CA
keyword#61AFEF
variable.language.this, variable.language.this.js#E3E5E8
keyword.operator#BEC2CA
keyword.operator.assignment.js#BEC2CA
storage#61AFEF
storage.type#61AFEF
source.cs storage.type#56B6C2
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#56B6C2
variable.other.object#BEC2CA
variable.other.block#BEC2CA
support.variable.property, variable.other.property, variable.other.object.property#93A1D2
variable.other.readwrite#BEC2CA
variable.other.readwrite.alias#BEC2CA
entity.other.inherited-class#BEC2CA
storage.modifier, entity.name.function, support.function, keyword.control.flow.return#ca90d0
variable.parameter, entity.name.variable.parameter#BEC2CA
entity.name.function-call, meta.function-call123#ca90d0
function.support.builtin, function.support.core#ca90d0
entity.name.tag, entity.name.tag.class.js, entity.name.tag.class.jsx#61AFEF
entity.name.tag.class#ca90d0
meta.tag.sgml.doctype.html#61AFEF
entity.other.attribute-name#ca90d0
support.function#ca90d0
support.constant#56B6C2
support.type, support.variable#56B6C2
support.dictionary.json, source.json support.type#BEC2CA
source.json string#d6c294
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#BEC2CA
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#ca90d0
variable.css, variable.scss, variable.less, variable.sass#ca90d0
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#BEC2CA
unit.css, unit.scss, unit.less, unit.sass#D19A66
meta.property-value.css constant.numeric.css, meta.property-value.scss constant.numeric.scss, meta.property-value.less constant.numeric.less, meta.property-value.sass constant.numeric.sass#D19A66
source.css constant.other#D19A66
source.css support.constant#ca90d0
function.css, function.scss, function.less, function.sass#ca90d0
entity.name.tag.css, entity.name.tag.scss, entity.name.tag.less, entity.name.tag.sass#56B6C2
entity.other.attribute-name.css, entity.other.attribute-name.scss, entity.other.attribute-name.less, entity.other.attribute-name.sasscss#61AFEF
entity.other.attribute-name.class.css, entity.other.attribute-name.class.scss, entity.other.attribute-name.class.less, entity.other.attribute-name.class.sass#61AFEF
entity.other.attribute-name.id.css, entity.other.attribute-name.id.scss, entity.other.attribute-name.id.less, entity.other.attribute-name.id.sass#9CC284
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-class.scss, entity.other.attribute-name.pseudo-class.less, entity.other.attribute-name.pseudo-class.sass#93A1D2
entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-element.scss, entity.other.attribute-name.pseudo-element.less, entity.other.attribute-name.pseudo-element.sass#93A1D2
meta.at-rule.media.css, meta.at-rule.media.scss, meta.at-rule.media.less, meta.at-rule.media.sass#61AFEF
source.css keyword, source.css keyword.operator.logical, source.css keyword.operator.constructor, source.scss keyword, source.scss keyword.operator.logical, source.scss keyword.operator.constructor, source.less keyword, source.less keyword.operator.logical, source.less keyword.operator.constructor, source.sass keyword, source.sass keyword.operator.logical, source.sass keyword.operator.constructor#61AFEF
source.css keyword.other.unit#D19A66
source.css support.type.vendored.property-name.css#6F7887
source.css support.function#ca90d0
source.css variable.parameter#D4C19B
source.css variable.other#9CC284
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
string.detected-link#61AFEF
meta.diff, meta.diff.header#4B525B
markup.deleted#E06C75
markup.inserted#9CC284
markup.changed#D1BF94
constant.numeric.line-number.find-in-files - match#56b6c2A0
entity.name.filename.find-in-files#d0d0d0
entity.name.tag.xml, entity.name.tag.xml.html,entity.name.tag.html#61AFEF
entity.name.tag.namespace.xml, entity.other.attribute-name.namespace.xml#9CC284
punctuation.definition.tag.xml,punctuation.definition.tag.html, punctuation.definition.tag#BEC2CA
entity.name.tag.localname.xml#61AFEF
entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml,entity.other.attribute-name.html#ca90d0
keyword.other.entitytype.xml, keyword.other.entity.xml, keyword.other.page-props.xml#E5C07B
meta.attribute-with-value.id.html meta.toc-list.id.html, meta.attribute-with-value.id.html string.quoted.double.html#9CC284
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6
meta.block123, meta.cast, meta.function, meta.function-call, meta.preprocessor, meta.return-type, meta.selector, meta.type, meta.type.annotation#61AFEF
rainbow2#ca90d0
rainbow3#61AFEF
rainbow4#9CC284
rainbow5#E5C07B
rainbow6#b267e6
rainbow7#cd9731
comment.block.documentation entity.name.tag, comment.block.documentation storage.type, comment.block.documentation variable#6A8CAD
comment.block.documentation source, comment.block.documentation punctuation, comment.block.documentation punctuation.definition.tag#8C939F
comment.block.documentation entity.other.attribute-name#9883A8
comment.block.documentation string, comment.block.documentation punctuation.definition.string.begin, comment.block.documentation punctuation.definition.string.end#95948C
comment.block.documentation entity.name.type#668F9C

Shiki preview

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

Loading...

One Monokai 80s Plus Theme - Coding Theme