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#0A0908
  • activityBar.border#1A1A1A
  • activityBar.foreground#afaca7
  • activityBarBadge.background#FFBF3B
  • activityBarBadge.foreground#0A0908
  • badge.background#FFBF3B
  • badge.foreground#0A0908
  • breadcrumb.activeSelectionForeground#FFBF3B
  • breadcrumb.background#0A0908
  • breadcrumb.foreground#8B7355
  • button.background#FFBF3B
  • button.foreground#0A0908
  • button.hoverBackground#FFCFA8
  • debugToolBar.background#0a0a0a
  • diffEditor.insertedLineBackground#12eeb315
  • diffEditor.insertedTextBackground#58aa3a1c
  • diffEditor.insertedTextBorder#455a64
  • diffEditor.removedLineBackground#FF808015
  • diffEditor.removedTextBackground#e11d4840
  • editor.background#0a0908fb
  • editor.findMatchBackground#FFBF3B40
  • editor.findMatchBorder#FFBF3B
  • editor.findMatchHighlightBackground#FFBF3B20
  • editor.foreground#ffffff
  • editor.selectionBackground#FFBF3B23
  • editor.selectionForeground#ffffff
  • editor.selectionHighlightBackground#e286290c
  • editor.wordHighlightBackground#FFBF3B23
  • editorBracketHighlight.foreground1#afaca7
  • editorBracketHighlight.foreground2#afaca7
  • editorBracketHighlight.foreground3#afaca7
  • editorBracketHighlight.foreground4#afaca7
  • editorBracketHighlight.foreground5#afaca7
  • editorBracketHighlight.foreground6#afaca7
  • editorBracketHighlight.unexpectedBracket.foreground#FF8080
  • editorCursor.foreground#FFBF3B
  • editorError.foreground#FF8080
  • editorGroupHeader.tabsBackground#0A0908
  • editorGutter.addedBackground#58aa3a
  • editorGutter.deletedBackground#ec5959
  • editorGutter.modifiedBackground#FFBF3B
  • editorHoverWidget.background#161616
  • editorHoverWidget.border#282828
  • editorIndentGuide.activeBackground1#222
  • editorIndentGuide.background1#0A0908
  • editorInlayHint.background#1C1C1C
  • editorInlayHint.foreground#afaca7
  • editorLineNumber.foreground#505050
  • editorOverviewRuler.border#0A0908
  • editorWarning.foreground#FFBF3B
  • editorWidget.background#0A0908
  • focusBorder#111
  • gitDecoration.addedResourceForeground#7CB342
  • gitDecoration.conflictingResourceForeground#FF8C42
  • gitDecoration.deletedResourceForeground#FF6B6B
  • gitDecoration.modifiedResourceForeground#FFBF3B
  • gitDecoration.untrackedResourceForeground#8B7355
  • icon.foreground#afaca7
  • input.background#1C1C1C
  • list.activeSelectionBackground#232323
  • list.activeSelectionForeground#FFBF3B
  • list.errorForeground#ff4343
  • list.highlightForeground#FFBF3B
  • list.hoverBackground#282828
  • list.inactiveSelectionBackground#232323
  • scrollbarSlider.background#34343434
  • scrollbarSlider.hoverBackground#343434
  • selection.background#666
  • settings.modifiedItemIndicator#FFBF3B
  • sideBar.background#0A0908
  • sideBar.border#1A1A1A
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#0A0908
  • sideBarSectionHeader.foreground#afaca7
  • sideBarTitle.foreground#afaca7
  • statusBar.background#0A0908
  • statusBar.debuggingBackground#FFBF3B
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#afaca7
  • statusBar.noFolderBackground#0A0908
  • statusBarItem.remoteBackground#0A0908
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#0D0C0C
  • tab.activeBorderTop#FFBF3B
  • tab.activeForeground#AFACA7
  • tab.border#0A0908
  • tab.hoverBackground#111
  • tab.inactiveBackground#0A0908
  • terminal.ansiBlack#0A0908
  • terminal.ansiBlue#74B3F7
  • terminal.ansiBrightBlack#505050
  • terminal.ansiBrightBlue#90C4FF
  • terminal.ansiBrightCyan#FFF9F2
  • terminal.ansiBrightGreen#FFBF3B
  • terminal.ansiBrightMagenta#F4E4BC
  • terminal.ansiBrightRed#FF9999
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFCFA8
  • terminal.ansiCyan#F2E7DC
  • terminal.ansiGreen#FFBF3B
  • terminal.ansiMagenta#E8D5B7
  • terminal.ansiRed#FF8080
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FFBF3B
  • terminal.border#1A1A1A
  • terminal.dropBackground#FFBF3B40
  • terminal.findMatchBackground#FFBF3B40
  • terminal.findMatchBorder#FFBF3B
  • terminal.findMatchHighlightBackground#FFBF3B20
  • terminal.tab.activeBorder#FFBF3B
  • terminalCommandDecoration.defaultBackground#AFACA7
  • terminalCommandDecoration.errorBackground#FF8080
  • terminalCommandDecoration.successBackground#7CB342
  • terminalCursor.background#0A0908
  • terminalCursor.foreground#FFBF3B
  • textLink.activeForeground#FFCFA8
  • textLink.foreground#FFBF3B
  • titleBar.activeBackground#0A0908
  • titleBar.activeForeground#afaca7
  • titleBar.inactiveBackground#0A0908
  • titleBar.inactiveForeground#707070

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#ffd7b679
variable, string constant.other.placeholder, entity.name.tag#FFF9F2
constant.other.color#FFF9F2
invalid, invalid.illegal#FF8080
keyword, storage.type, storage.modifier#afaca7
keyword.control, constant.other.color, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#afaca7
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#FFBF3B
entity.name.function, variable.function, support.function, keyword.other.special-method#FFBF3B
meta.block variable.other#ffffff
support.other.variable, string.other.link#ffffff
constant.numeric, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other, constant.language.boolean#FFBF3B
string, constant.other.symbol, constant.other.key, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#F2E7DC
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#FFBF3B
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#ffffff
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF8080
variable.language#afaca7
entity.name.method.js#FFFF
meta.class-method.js entity.name.function.js, variable.function.constructor#FFFF
entity.other.attribute-name, 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, punctuation.separator.key-value.css#afaca7
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFBF3B
entity.other.attribute-name.class, entity.other.attribute-name.id, meta.attribute-selector.scss, variable.parameter.misc.css#ffffff
source.sass keyword.control, meta.attribute-selector.scss#ffffff
markup.inserted#99FFE4
markup.deleted#FF8080
markup.changed#afaca7
string.regexp#afaca7
constant.character.escape#afaca7
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#FFFF
source.js constant.other.object.key.js string.unquoted.label.js#FF8080italic
source.json meta.structure.dictionary.json support.type.property-name.json#FFBF3B
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFBF3B
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#FFBF3B
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#FFBF3B
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#FFBF3B
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#FFBF3B
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#FFBF3B
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#FFBF3B
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#FFBF3B
text.html.markdown, punctuation.definition.list_item.markdown#ffffff
text.html.markdown markup.inline.raw.markdown#afaca7
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#ffffff
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown, markup.heading, markup.inserted.git_gutter#FFBF3B
markup.italic#ffffffitalic
markup.bold, markup.bold string#ffffffbold
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#FFBF3Bunderline
markup.quote punctuation.definition.blockquote.markdown#ffffff
markup.quote#ffffff
string.other.link.title.markdown#FFFF
string.other.link.description.title.markdown#afaca7
constant.other.reference.link.markdown#FFBF3B
markup.raw.block#afaca7
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#ffffff
variable.language.fenced.markdown#ffffff
meta.separator#65737Ebold
markup.table#ffffff
comment, punctuation.definition.comment#555050italic