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#101010
  • activityBar.foreground#a0a0a0
  • activityBarBadge.background#f3bd94
  • activityBarBadge.foreground#000
  • badge.background#f3bd94
  • badge.foreground#000
  • button.background#f3bd94
  • button.foreground#000
  • button.hoverBackground#ffcfa8
  • diffEditor.insertedLineBackground#b4fce815
  • diffEditor.insertedTextBackground#b4fce815
  • diffEditor.removedLineBackground#ff808015
  • diffEditor.removedTextBackground#ff808015
  • editor.background#101010
  • editor.foreground#efefef
  • editor.selectionBackground#efefef25
  • editor.selectionHighlightBackground#efefef25
  • editorBracketHighlight.foreground1#a0a0a0
  • editorBracketHighlight.foreground2#a0a0a0
  • editorBracketHighlight.foreground3#a0a0a0
  • editorBracketHighlight.foreground4#a0a0a0
  • editorBracketHighlight.foreground5#a0a0a0
  • editorBracketHighlight.foreground6#a0a0a0
  • editorBracketHighlight.unexpectedBracket.foreground#ff8080
  • editorError.foreground#ff8080
  • editorGroupHeader.tabsBackground#101010
  • editorGutter.addedBackground#bff1e3
  • editorGutter.deletedBackground#ff8080
  • editorGutter.modifiedBackground#f3bd94
  • editorHoverWidget.background#161616
  • editorHoverWidget.border#282828
  • editorInlayHint.background#1c1c1c
  • editorInlayHint.foreground#a0a0a0
  • editorLineNumber.foreground#505050
  • editorOverviewRuler.border#101010
  • editorWarning.foreground#f3bd94
  • editorWidget.background#101010
  • focusBorder#f3bd94
  • icon.foreground#a0a0a0
  • input.background#1c1c1c
  • list.activeSelectionBackground#232323
  • list.activeSelectionForeground#f3bd94
  • list.errorForeground#ff8080
  • list.highlightForeground#f3bd94
  • list.hoverBackground#282828
  • list.inactiveSelectionBackground#232323
  • scrollbarSlider.background#34343480
  • scrollbarSlider.hoverBackground#343434
  • selection.background#666
  • settings.modifiedItemIndicator#f3bd94
  • sideBar.background#101010
  • sideBarSectionHeader.background#101010
  • sideBarSectionHeader.foreground#a0a0a0
  • sideBarTitle.foreground#a0a0a0
  • statusBar.background#101010
  • statusBar.debuggingBackground#ff7300
  • statusBar.debuggingForeground#efefef
  • statusBar.foreground#a0a0a0
  • statusBar.noFolderBackground#101010
  • statusBarItem.remoteBackground#f3bd94
  • statusBarItem.remoteForeground#000
  • tab.activeBackground#161616
  • tab.activeBorder#f3bd94
  • tab.border#101010
  • tab.inactiveBackground#101010
  • terminal.ansiBlack#101010
  • terminal.ansiBlue#a0a0a0
  • terminal.ansiBrightBlack#505050
  • terminal.ansiBrightBlue#c2c2c2
  • terminal.ansiBrightCyan#e9fff9
  • terminal.ansiBrightGreen#d7fff5
  • terminal.ansiBrightMagenta#f0d0fb
  • terminal.ansiBrightRed#ffa0a0
  • terminal.ansiBrightWhite#efefef
  • terminal.ansiBrightYellow#f6ddcb
  • terminal.ansiCyan#bff1e3
  • terminal.ansiGreen#bff1e3
  • terminal.ansiMagenta#e9bdfa
  • terminal.ansiRed#ff8080
  • terminal.ansiWhite#cfcfcf
  • terminal.ansiYellow#f3bd94
  • terminal.background#101010
  • terminal.foreground#efefef
  • terminal.selectionBackground#232323
  • terminalCursor.background#f3bd94
  • terminalCursor.foreground#f3bd94
  • textLink.activeForeground#f3bd94
  • textLink.foreground#f3bd94
  • titleBar.activeBackground#101010
  • titleBar.activeForeground#7e7e7e
  • titleBar.inactiveBackground#101010
  • titleBar.inactiveForeground#707070

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8b8b8b94
variable, string constant.other.placeholder, entity.name.tag#efefef
constant.other.color#efefef
invalid, invalid.illegal#ff8080
keyword, storage.type, storage.modifier#e9bdfa
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.expression, keyword.operator.logical, keyword.operator.relational, keyword.operator.ternary, storage.type.function.arrow, punctuation.separator.key-value#a0a0a0
keyword.control, constant.other.color, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#e9bdfa
punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#a0a0a0
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#f3bd94
entity.name.function, variable.function, support.function, keyword.other.special-method#f3bd94
meta.block variable.other#efefef
support.other.variable, string.other.link#efefef
constant.numeric, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other, constant.language.boolean#f3bd94
string, constant.other.symbol, constant.other.key, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#bff1e3
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#f3bd94
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name, source.postcss support.type.property-name, support.type.vendored.property-name.css, source.css.scss entity.name.tag, variable.parameter.keyframe-list.css, meta.property-name.css, variable.parameter.url.scss, meta.property-value.scss, meta.property-value.css#efefef
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#ff8080
variable.language#e9bdfa
entity.name.method.js#efefef
meta.class-method.js entity.name.function.js, variable.function.constructor#efefef
entity.other.attribute-name, entity.other.attribute-name.html, entity.other.attribute-name.jsx, entity.other.attribute-name.tsx, entity.other.attribute-name.js, entity.other.attribute-name.ts, variable.other.property.js, variable.other.property.ts, variable.other.property.jsx, variable.other.property.tsx, meta.property-list.scss, meta.attribute-selector.scss, meta.property-value.css, entity.other.keyframe-offset.css, meta.selector.css, entity.name.tag.reference.scss, entity.name.tag.nesting.css#f3bd94
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#f3bd94
entity.other.attribute-name.class, entity.other.attribute-name.id, meta.attribute-selector.scss, variable.parameter.misc.css#f3bd94
source.sass keyword.control, meta.attribute-selector.scss#bbfae8
markup.inserted#bff1e3
markup.deleted#ff8080
markup.changed#a0a0a0
string.regexp#a0a0a0
constant.character.escape#a0a0a0
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#efefef
source.js constant.other.object.key.js string.unquoted.label.js#ff8080italic
source.json meta.structure.dictionary.json support.type.property-name.json#f3bd94
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f3bd94
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f3bd94
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f3bd94
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f3bd94
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f3bd94
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f3bd94
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f3bd94
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f3bd94
text.html.markdown, punctuation.definition.list_item.markdown#efefef
text.html.markdown markup.inline.raw.markdown#a0a0a0
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#efefef
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown, markup.heading, markup.inserted.git_gutter#f3bd94
markup.italic#efefefitalic
markup.bold, markup.bold string#efefefbold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string#efefefbold
markup.underline#f3bd94underline
markup.quote punctuation.definition.blockquote.markdown#efefef
string.other.link.title.markdown#efefef
string.other.link.description.title.markdown#a0a0a0
constant.other.reference.link.markdown#f3bd94
markup.raw.block#a0a0a0
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#efefef
variable.language.fenced.markdown#efefef
meta.separator#65737ebold
markup.table#efefef
Proko Theme by proko-ts - VS Code Theme