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#1e1e1e
  • activityBar.border#333333
  • activityBar.foreground#D7DAE0
  • activityBarBadge.background#528bff
  • activityBarBadge.foreground#F8FAFD
  • badge.background#528bff
  • badge.foreground#F8FAFD
  • breadcrumb.activeSelectionForeground#d7dae0
  • breadcrumb.focusForeground#d7dae0
  • breadcrumb.foreground#9da5b4
  • breadcrumbPicker.background#1e1e1e
  • button.background#528bff
  • debugToolBar.background#1e1e1e
  • diffEditor.insertedTextBackground#00809B33
  • dropdown.background#141414
  • dropdown.border#2a2a2a
  • editor.background#181818
  • editor.findMatchBackground#42557B
  • editor.findMatchHighlightBackground#314365aa
  • editor.lineHighlightBackground#2a2a2a
  • editor.selectionBackground#383838
  • editorBracketMatch.background#38383850
  • editorBracketMatch.border#528bff
  • editorCursor.foreground#f8f8f0
  • editorError.foreground#c24038
  • editorGroup.border#333333
  • editorGroup.emptyBackground#111111
  • editorGroupHeader.tabsBackground#1e1e1e
  • editorHoverWidget.background#141414
  • editorHoverWidget.border#2a2a2a
  • editorIndentGuide.activeBackground1#4a4a4a
  • editorIndentGuide.background1#333333
  • editorLineNumber.foreground#4a4a4a
  • editorRuler.foreground#333333
  • editorSuggestWidget.background#1e1e1e
  • editorSuggestWidget.border#2a2a2a
  • editorSuggestWidget.selectedBackground#252525
  • editorUnnecessaryCode.opacity#000000c0
  • editorWhitespace.foreground#3a3a3a
  • editorWidget.background#1e1e1e
  • gitDecoration.conflictingResourceForeground#c678dd
  • gitDecoration.deletedResourceForeground#e06c75
  • gitDecoration.ignoredResourceForeground#4a4a4a
  • gitDecoration.modifiedResourceForeground#e5c07b
  • gitDecoration.submoduleResourceForeground#56b6c2
  • gitDecoration.untrackedResourceForeground#98c379
  • input.background#141414
  • list.activeSelectionBackground#252525
  • list.activeSelectionForeground#d7dae0
  • list.focusBackground#2a2a2a
  • list.highlightForeground#C5C5C5
  • list.hoverBackground#222222
  • list.inactiveSelectionBackground#252525
  • list.inactiveSelectionForeground#d7dae0
  • notifications.background#1e1e1e
  • panel.border#333333
  • peekView.border#528bff
  • peekViewEditor.background#141414
  • peekViewResult.background#1e1e1e
  • peekViewResult.selectionBackground#383838
  • peekViewResult.selectionForeground#d7dae0
  • peekViewTitle.background#1e1e1e
  • peekViewTitleDescription.foreground#9da5b4
  • peekViewTitleLabel.foreground#d7dae0
  • scrollbarSlider.activeBackground#74747180
  • scrollbarSlider.background#4E4E4E80
  • scrollbarSlider.hoverBackground#5A5A5A80
  • sideBar.background#181818
  • sideBar.border#333333
  • sideBarSectionHeader.background#181818
  • sideBarSectionHeader.border#2a2a2a
  • sideBarTitle.border#2a2a2a
  • statusBar.background#1e1e1e
  • statusBar.border#333333
  • statusBar.debuggingBackground#1e1e1e
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#1e1e1e
  • statusBarItem.hoverBackground#252525
  • tab.activeBackground#2a2a2a
  • tab.border#2a2a2a
  • tab.inactiveBackground#1e1e1e
  • terminal.ansiBlack#2d2d2d
  • terminal.ansiBlue#528bff
  • terminal.ansiBrightBlack#7f848e
  • terminal.ansiBrightBlue#528bff
  • terminal.ansiBrightCyan#56b6c2
  • terminal.ansiBrightGreen#98c379
  • terminal.ansiBrightMagenta#7e0097
  • terminal.ansiBrightRed#f44747
  • terminal.ansiBrightWhite#d7dae0
  • terminal.ansiBrightYellow#e5c07b
  • terminal.ansiCyan#56b6c2
  • terminal.ansiGreen#98c379
  • terminal.ansiMagenta#c678dd
  • terminal.ansiRed#e06c75
  • terminal.ansiWhite#d7dae0
  • terminal.ansiYellow#e5c07b
  • terminal.foreground#abb2bf
  • textCodeBlock.background#111111
  • titleBar.activeBackground#1e1e1e
  • titleBar.activeForeground#9da5b4
  • titleBar.border#2a2a2a
  • titleBar.inactiveBackground#1e1e1e
  • titleBar.inactiveForeground#6B717D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment#676f7d
string, string.template#e5c07b
constant.numeric#c678dd
string.embedded.begin, string.embedded.end, punctuation.definition.template-expression, punctuation.section.embedded#c678dd
punctuation.section.embedded.begin.js, punctuation.section.embedded.end.js, punctuation.section.embedded.begin.erb, punctuation.section.embedded.end.erb, source.elixir.embedded, punctuation.separator, punctuation.accessor, meta.brace#abb2bf
constant.language#56b6c2bold
constant.character, constant.other#56b6c2
variable.language#e06c75bold
keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.return, keyword.control.exception, keyword.control.import, keyword.control.export#e06c75bold
storage.modifier, keyword.other.class, keyword.other.function, keyword.other.var, keyword.other.let, keyword.other.const#e06c75bold
keyword, keyword.operator.logical, keyword.operator.constructor, keyword.other#e06c75
keyword.operator#e06c75
storage#e06c75
storage.type#56b6c2bold
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#61afefbold
variable.other.object, variable.other.constant, variable.other.global, variable.other.readwrite.class, variable.other.readwrite.instance, variable.other.readwrite.batchfile, variable.readwrite, variable.readwrite.other.block#61afef
variable.other, variable.other.block#abb2bf
variable.other.property, variable.other.property.python, meta.attribute.python#98c379
entity.other.inherited-class#98c379
storage.modifier.import, storage.modifier.package#61afefbold
entity.name.function, support.function#98c379
variable.parameter, entity.name.variable.parameter, parameter.variable#d19a66italic
entity.name.function-call, variable.function, meta.function-call.python, meta.function-call.generic.python#98c379
function.support.builtin, function.support.core, support.function.builtin.python, support.function.magic.python#98c379
meta.function-call.python variable.function.python, meta.function-call.arguments.python variable.function.python, variable.function.python, support.function.python#98c379
entity.name.tag, entity.name.tag.class.js#e06c75
entity.name.tag.class, entity.name.tag.id#56b6c2
entity.other.attribute-name#98c379
support.constant#56b6c2
support.type, support.variable#56b6c2
support.dictionary.json#56b6c2
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#abb2bf
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, 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#56b6c2
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#98c379
variable.css, variable.scss, variable.less, variable.sass#56b6c2
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#e5c07b
unit.css, unit.scss, unit.less, unit.sass#c678dd
function.css, function.scss, function.less, function.sass#56b6c2
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
support.type.property-name.json#56b6c2
string.detected-link#61afef
meta.diff, meta.diff.header#75715E
markup.deleted#e06c75
markup.inserted#98c379
markup.changed#e5c07b
constant.numeric.line-number.find-in-files - match#56b6c2A0
entity.name.filename.find-in-files#e5c07b
markup.italic, markup.italic.markdownitalic
punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.heading.markdown#676f7d
punctuation.definition.italic.markdownitalic
markup.underline.link.markdown#61afef
markup.bold.markdownbold
markup.heading.markdown#e06c75bold
markup.quote.markdown#98c379
meta.separator.markdown#c678ddbold
markup.inline.raw, markup.raw.block.markdown#56b6c2
punctuation.definition.list_item.markdown#ffffffbold
One Monokai Pro by zzhua - VS Code Theme