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#1d1727
  • activityBar.border#1c1726
  • activityBarBadge.background#3b427d
  • activityBarBadge.foreground#ffffff
  • badge.background#3b427d
  • badge.foreground#ffffff
  • button.background#3b427d
  • button.foreground#ffffff
  • button.hoverBackground#180113
  • debugExceptionWidget.background#211429
  • debugExceptionWidget.border#180113
  • dropdown.background#180113
  • dropdown.border#1c1726
  • dropdown.foreground#ffffff
  • editor.background#1c1726
  • editor.findMatchBackground#71284d
  • editor.findMatchHighlightBackground#3b427d
  • editor.findRangeHighlightBackground#3b427d
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#3b427d
  • editor.lineHighlightBackground#24243e
  • editor.rangeHighlightBackground#3b427dbb
  • editor.selectionBackground#668bc944
  • editor.selectionHighlightBackground#ff00ff33
  • editorBracketHighlight.foreground1#ffec60
  • editorBracketHighlight.foreground2#d597ff
  • editorBracketHighlight.foreground3#85B2FF
  • editorBracketHighlight.unexpectedBracket.foreground#f22c39
  • editorBracketMatch.background#881c4d
  • editorBracketMatch.border#9379a1
  • editorCursor.foreground#edf3d1
  • editorError.foreground#ff0033
  • editorGroup.border#180113
  • editorGroup.dropBackground#180113
  • editorGroupHeader.noTabsBackground#180113
  • editorGroupHeader.tabsBackground#282848
  • editorGroupHeader.tabsBorder#180113
  • editorGutter.addedBackground#940c49
  • editorGutter.background#1d1727
  • editorGutter.deletedBackground#940c49
  • editorGutter.modifiedBackground#940c49
  • editorHoverWidget.background#211429
  • editorHoverWidget.border#180113
  • editorInfo.foreground#f3d681
  • editorLineNumber.foreground#6a7293
  • editorLink.activeForeground#ffffff
  • editorMarkerNavigation.background#211429
  • editorOverviewRuler.addedForeground#940c49
  • editorOverviewRuler.border#211429
  • editorOverviewRuler.deletedForeground#940c49
  • editorOverviewRuler.errorForeground#ff0033
  • editorOverviewRuler.findMatchForeground#edf3d1
  • editorOverviewRuler.infoForeground#f3d681
  • editorOverviewRuler.modifiedForeground#940c49
  • editorOverviewRuler.rangeHighlightForeground#edf3d1
  • editorOverviewRuler.warningForeground#ffae1a
  • editorOverviewRuler.wordHighlightForeground#edf3d1
  • editorSuggestWidget.background#211429
  • editorSuggestWidget.border#180113
  • editorWarning.foreground#ffae1a
  • editorWhitespace.foreground#85b2ff43
  • editorWidget.background#211429
  • editorWidget.border#180113
  • input.background#180113
  • input.border#3b427d
  • input.foreground#ffffff
  • input.placeholderForeground#9379a1
  • inputOption.activeBorder#3b427d
  • list.activeSelectionBackground#3b427d
  • list.activeSelectionForeground#ffffff
  • list.dropBackground#1c1726
  • list.focusBackground#3b427d
  • list.focusForeground#ffffff
  • list.highlightForeground#9379a1
  • list.hoverBackground#3b427d
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#2a1a35
  • list.inactiveSelectionForeground#ffffff
  • merge.border#211429
  • merge.currentContentBackground#0d1300
  • merge.currentHeaderBackground#293a00
  • merge.incomingContentBackground#180113
  • merge.incomingHeaderBackground#3b427d
  • minimap.errorHighlight#ff6e99
  • minimap.selectionHighlight#668bc944
  • minimap.warningHighlight#ffec60
  • panel.background#211429
  • panel.border#180113
  • panelTitle.activeBorder#9379a1
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#9379a1
  • progressBar.background#3b427d
  • scrollbar.shadow#180113
  • scrollbarSlider.activeBackground#180113
  • sideBar.background#1c1726
  • sideBar.border#1c1726
  • sideBar.dropBackground#1c1726
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#180113
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#ffffff
  • statusBar.background#1c1726
  • statusBar.border#180113
  • statusBar.debuggingBackground#6d0132
  • statusBar.debuggingBorder#940c49
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#1c1726
  • statusBar.noFolderBorder#180113
  • statusBar.noFolderForeground#ffffff
  • statusBarItem.activeBackground#3b427d
  • statusBarItem.hoverBackground#180113
  • statusBarItem.prominentBackground#3b427d
  • statusBarItem.prominentHoverBackground#180113
  • tab.activeBackground#392d4e
  • tab.activeBorder#3b427d
  • tab.activeForeground#ffffff
  • tab.border#1c1726
  • tab.inactiveBackground#1c1726
  • titleBar.activeBackground#1c1726
  • titleBar.activeForeground#ffffff
  • titleBar.border#180113
  • titleBar.inactiveBackground#1c1726
  • titleBar.inactiveForeground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6a7293bold italic
comment storage.type#6a7293
comment entity.name.type#ccd3e0
comment variable.other#99a7c2underline
string#ffec60
string.quoted#fdffd1
constant.numeric#d597ff
constant.language#d597ff
constant.character, constant.other#d597ff
variable
keyword#ff6e99bold
meta.tag, declaration.tag#ff6e99
storage#ff6e99
storage.type#85b2ffbold
entity.other.inherited-class#c2ef61
entity.name.function#c2ef61italic
entity.name.method#c2ef61italic
entity.name.class#c2ef61italic
variable.parameter#ffffffitalic
variable.language#ffffffbold
variable.other#ffffffitalic
entity.name.tag#c2ef61italic
entity.other.attribute-name#fed888
support.function#85b2ffbold
support.variablebold
support.constant#6be5fd
support.type#85b2ff italic
support.type.property-name#c2ef61
support.class#c2ef61 italic
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
meta.structure.dictionary.json, string.quoted.double.json#CFCFC2
meta.diff, meta.diff.header#6272a4
meta.template.expression#ffffffitalic
markup.deleted#ff6e99
markup.inserted#35ba66
markup.changed#fed888
constant.numeric.line-number.find-in-files - match#d597ff
entity.name.filename#fed888
message.error#ff0033
punctuation.definition.template-expression#00ffb3
punctuation.section.embedded#00ffb3
text.html.markdown, punctuation.definition.list_item.markdown#BEB4C4
markup.inline.raw.string.markdown#c2ef61italic
punctuation.definition.raw.markdown#35ba66
text.html.markdown meta.dummy.line-break
markup.heading.markdown entity.name.section.markdown#ffffff
markup.heading.markdown punctuation.definition.heading.markdown#c2ef61
markup.italic#ff6e99italic
markup.bold, markup.bold string#fed888bold
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#fab6e3italic
markup.underline#85b2ffunderline
markup.quote punctuation.definition.blockquote.markdown#CFCFC2
markup.quote#CFCFC2italic
string.other.link.title.markdown#85b2ff
string.other.link.description.title.markdown#85b2ff
constant.other.reference.link.markdown#85b2ff
punctuation.definition.link.markdown#ffffff
beginning.punctuation.definition.list.markdown#d597ff
markup.raw.block#d597ff
markup.fenced_code.block.markdown#d597ff
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#EEFFFF
Atompunk by Tathya - VS Code Theme