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#1d2227
  • activityBar.foreground#d3d3d3
  • activityBarBadge.background#e85362
  • activityBarBadge.foreground#d3d3d3
  • badge.background#e85362
  • badge.foreground#d3d3d3
  • button.background#5392db
  • button.foreground#d3d3d3
  • dropdown.background#15181b
  • dropdown.border#15181b
  • dropdown.foreground#d3d3d3
  • editor.background#191d21
  • editor.foreground#d3d3d3
  • editor.hoverHighlightBackground#e8536222
  • editor.lineHighlightBackground#20252a
  • editor.selectionBackground#077cf955
  • editor.wordHighlightBackground#5392db22
  • editor.wordHighlightStrongBackground#5392db22
  • editorBracketMatch.background#e8536244
  • editorBracketMatch.border#5392db
  • editorCursor.foreground#d3d3d3
  • editorGroupHeader.tabsBackground#20252a
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#15181b
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorLineNumber.foreground#45505b
  • editorLink.activeForeground#e85362
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#5392db55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2f363e
  • editorSuggestWidget.foreground#d3d3d3
  • editorSuggestWidget.highlightForeground#e85362
  • editorSuggestWidget.selectedBackground#45505b
  • editorWhitespace.foreground#2f363e
  • editorWidget.background#2f363e
  • editorWidget.border#45505b
  • extensionButton.prominentBackground#e85362
  • extensionButton.prominentForeground#d3d3d3
  • extensionButton.prominentHoverBackground#ee808b
  • focusBorder#e85362
  • foreground#e2e2e2
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5b6978
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.background#0e1012
  • input.border#3a434d
  • input.foreground#d3d3d3
  • input.placeholderForeground#414b55
  • inputOption.activeBorder#5392db
  • list.activeSelectionBackground#5392db
  • list.activeSelectionForeground#191d21
  • list.focusBackground#3a434d
  • list.hoverBackground#20252a
  • list.inactiveSelectionBackground#191d21
  • panel.background#2f363e
  • panel.border#45505b
  • panelTitle.activeBorder#e85362
  • panelTitle.inactiveForeground#667687
  • peekView.border#e85362
  • peekViewEditor.background#101315
  • peekViewEditor.matchHighlightBackground#5392db55
  • peekViewEditorGutter.background#15181b
  • peekViewResult.background#242a2f
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#5392db55
  • peekViewResult.selectionBackground#1d2227
  • peekViewResult.selectionForeground#d3d3d3
  • peekViewTitle.background#15181b
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#d3d3d3
  • progressBar.background#5392db
  • scrollbar.shadow#030304
  • scrollbarSlider.activeBackground#e85362aa
  • scrollbarSlider.background#45505baa
  • scrollbarSlider.hoverBackground#e8536255
  • sideBar.background#242a2f
  • sideBar.foreground#d3d3d3
  • sideBarSectionHeader.background#2b3138
  • sideBarSectionHeader.foreground#d3d3d3
  • statusBar.background#e85362
  • statusBar.foreground#d3d3d3
  • statusBar.noFolderBackground#5392db
  • tab.inactiveBackground#22272d
  • tab.inactiveForeground#728394
  • terminal.ansiBlack#242a2f
  • terminal.ansiBlue#5392db
  • terminal.ansiBrightBlack#45505b
  • terminal.ansiBrightBlue#a7c7ed
  • terminal.ansiBrightCyan#d7c9f0
  • terminal.ansiBrightGreen#f4adb4
  • terminal.ansiBrightMagenta#f4adb4
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#d3d3d3
  • terminal.ansiBrightYellow#a7c7ed
  • terminal.ansiCyan#9b78db
  • terminal.ansiGreen#e85362
  • terminal.ansiMagenta#e85362
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d3d3d3
  • terminal.ansiYellow#5392db
  • terminal.background#0e1012
  • terminal.foreground#d3d3d3
  • titleBar.activeBackground#101315

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#d3d3d3
constant.language#56b6c2
constant.character, constant.other#56b6c2
variable.language#e06c75
keyword, keyword.operator.logical, keyword.operator.constructor#e06c75
keyword.operator#e06c75
storage#e06c75
storage.type#56b6c2
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#61afef
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.property, variable.other.block#d3d3d3
entity.other.inherited-class#98c379
storage.modifier.import, storage.modifier.package#61afef
entity.name.function, support.function#98c379
variable.parameter, entity.name.variable.parameter, parameter.variable#d19a66italic
entity.name.function-call#d3d3d3
function.support.builtin, function.support.core#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#d3d3d3
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.raw.inline.markdown, markup.raw.block.markdown#56b6c2
punctuation.definition.list_item.markdown#d3d3d3bold
meta.object-literal.key#d3d3d3
variable.other.readwrite.alias#d3d3d3
Wawdog Drak Theme by wawdogdev - VS Code Theme