Skip to main content
Coding Theme

Color themes

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#000000
  • activityBar.border#1a1a1a
  • activityBar.foreground#cccccc
  • activityBar.inactiveForeground#666666
  • activityBarBadge.background#ffffff
  • activityBarBadge.foreground#000000
  • badge.background#ffffff
  • badge.foreground#000000
  • button.background#333333
  • button.foreground#ffffff
  • button.hoverBackground#444444
  • diffEditor.insertedTextBackground#2a2a2a
  • diffEditor.removedTextBackground#1a1a1a
  • dropdown.background#1a1a1a
  • dropdown.border#333333
  • dropdown.foreground#cccccc
  • editor.background#0a0a0a
  • editor.foreground#e8e8e8
  • editor.inactiveSelectionBackground#2a2a2a
  • editor.lineHighlightBackground#1a1a1a
  • editor.selectionBackground#333333
  • editorCursor.foreground#ffffff
  • editorError.foreground#888888
  • editorGroupHeader.border#333333
  • editorGroupHeader.tabsBackground#1a1a1a
  • editorGutter.addedBackground#888888
  • editorGutter.background#0a0a0a
  • editorGutter.deletedBackground#555555
  • editorGutter.modifiedBackground#666666
  • editorIndentGuide.activeBackground#444444
  • editorIndentGuide.background#2a2a2a
  • editorInfo.foreground#cccccc
  • editorLineNumber.activeForeground#cccccc
  • editorLineNumber.foreground#666666
  • editorOverviewRuler.border#333333
  • editorOverviewRuler.errorForeground#666666
  • editorOverviewRuler.infoForeground#aaaaaa
  • editorOverviewRuler.warningForeground#888888
  • editorSuggestWidget.background#1a1a1a
  • editorSuggestWidget.border#333333
  • editorSuggestWidget.foreground#cccccc
  • editorSuggestWidget.selectedBackground#333333
  • editorWarning.foreground#aaaaaa
  • editorWhitespace.foreground#333333
  • editorWidget.background#1a1a1a
  • editorWidget.border#333333
  • input.background#1a1a1a
  • input.border#333333
  • input.foreground#ffffff
  • input.placeholderForeground#666666
  • list.activeSelectionBackground#333333
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#2a2a2a
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#2a2a2a
  • list.inactiveSelectionForeground#cccccc
  • merge.border#444444
  • merge.currentHeaderBackground#333333
  • merge.incomingHeaderBackground#2a2a2a
  • notifications.background#1a1a1a
  • notifications.border#333333
  • notifications.foreground#cccccc
  • panel.background#0f0f0f
  • panel.border#333333
  • panelTitle.activeBorder#ffffff
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#888888
  • progressBar.background#ffffff
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#555555
  • scrollbarSlider.background#333333
  • scrollbarSlider.hoverBackground#444444
  • sideBar.background#0f0f0f
  • sideBar.border#1a1a1a
  • sideBar.foreground#cccccc
  • sideBarSectionHeader.background#1a1a1a
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#ffffff
  • statusBar.background#000000
  • statusBar.border#1a1a1a
  • statusBar.debuggingBackground#1a1a1a
  • statusBar.foreground#cccccc
  • statusBar.noFolderBackground#000000
  • tab.activeBackground#0a0a0a
  • tab.activeBorder#ffffff
  • tab.activeBorderTop#ffffff
  • tab.activeForeground#ffffff
  • tab.border#333333
  • tab.inactiveBackground#1a1a1a
  • tab.inactiveForeground#888888
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#bbbbbb
  • terminal.ansiBrightBlack#333333
  • terminal.ansiBrightBlue#cccccc
  • terminal.ansiBrightCyan#dddddd
  • terminal.ansiBrightGreen#dddddd
  • terminal.ansiBrightMagenta#cccccc
  • terminal.ansiBrightRed#bbbbbb
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#eeeeee
  • terminal.ansiCyan#cccccc
  • terminal.ansiGreen#cccccc
  • terminal.ansiMagenta#aaaaaa
  • terminal.ansiRed#999999
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#dddddd
  • terminal.background#0a0a0a
  • terminal.foreground#e8e8e8
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#cccccc
  • titleBar.border#1a1a1a
  • titleBar.inactiveBackground#0a0a0a
  • titleBar.inactiveForeground#666666

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#666666italic
variable, string constant.other.placeholder#e8e8e8—
constant.other.color#ffffff—
invalid, invalid.illegal#888888—
keyword, storage.type, storage.modifier#cccccc—
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.block.tag.jsdoc, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#aaaaaa—
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#dddddd—
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#ffffff—
meta.block variable.other#e8e8e8—
support.other.variable, string.other.link#dddddd—
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#bbbbbb—
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#cccccc—
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#ffffff—
support.type#dddddd—
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#cccccc—
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#bbbbbb—
variable.language#aaaaaaitalic
entity.name.method.js#ffffffitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#ffffff—
entity.other.attribute-name#bbbbbb—
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#bbbbbbitalic
entity.other.attribute-name.class#cccccc—
source.sass keyword.control#ffffff—
markup.inserted#aaaaaa—
markup.deleted#666666—
markup.changed#888888—
string.regexp#dddddd—
constant.character.escape#bbbbbb—
*url*, *link*, *uri*—underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#aaaaaaitalic
source.js constant.other.object.key.js string.unquoted.label.js#bbbbbbitalic
source.json meta.structure.dictionary.json support.type.property-name.json#dddddd—
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#cccccc—
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#bbbbbb—
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#aaaaaa—
text.html.markdown, punctuation.definition.list_item.markdown#e8e8e8—
text.html.markdown markup.inline.raw.markdown#bbbbbb—
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#888888—
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#ffffff—
markup.italic#ccccccitalic
markup.bold, markup.bold string#ddddddbold
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#ffffffbold
markup.underline#ccccccunderline
markup.quote punctuation.definition.blockquote.markdown#888888—
markup.quote—italic
string.other.link.title.markdown#cccccc—
string.other.link.description.title.markdown#bbbbbb—
constant.other.reference.link.markdown#aaaaaa—
markup.raw.block#bbbbbb—
markup.raw.block.fenced.markdown#888888—
punctuation.definition.fenced.markdown#666666—
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#aaaaaa—
variable.language.fenced.markdown#888888—
meta.separator#666666bold
markup.table#e8e8e8—
Nothing Theme by nothing-design - VS Code Theme