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#0F1410
  • activityBar.foreground#B0C0B0
  • activityBarBadge.background#8FCC8F
  • activityBarBadge.foreground#0F1410
  • badge.background#8FCC8F
  • badge.foreground#0F1410
  • button.background#8FCC8F
  • button.foreground#0F1410
  • button.hoverBackground#9FDC9F
  • diffEditor.insertedLineBackground#8FCC8F15
  • diffEditor.insertedTextBackground#8FCC8F15
  • diffEditor.removedLineBackground#FF808015
  • diffEditor.removedTextBackground#FF808015
  • dropdown.background#0F1410
  • dropdown.border#232E23
  • dropdown.foreground#E8F0E8
  • dropdown.listBackground#0F1410
  • editor.background#0F1410
  • editor.foreground#E8F0E8
  • editor.selectionBackground#8FCC8F40
  • editor.selectionHighlightBackground#8FCC8F25
  • editorBracketHighlight.foreground1#B0C0B0
  • editorBracketHighlight.foreground2#B0C0B0
  • editorBracketHighlight.foreground3#B0C0B0
  • editorBracketHighlight.foreground4#B0C0B0
  • editorBracketHighlight.foreground5#B0C0B0
  • editorBracketHighlight.foreground6#B0C0B0
  • editorBracketHighlight.unexpectedBracket.foreground#FF8080
  • editorCursor.background#0F1410
  • editorCursor.foreground#8FCC8F
  • editorError.foreground#FF8080
  • editorGroupHeader.tabsBackground#0F1410
  • editorGutter.addedBackground#8FCC8F
  • editorGutter.deletedBackground#FF8080
  • editorGutter.modifiedBackground#E6CC7F
  • editorHoverWidget.background#151A15
  • editorHoverWidget.border#232E23
  • editorInlayHint.background#1A221A
  • editorInlayHint.foreground#A0B0A0
  • editorLineNumber.foreground#5A6A5A
  • editorOverviewRuler.border#0F1410
  • editorWarning.foreground#E6CC7F
  • editorWidget.background#0F1410
  • focusBorder#8FCC8F
  • icon.foreground#B0C0B0
  • input.background#1A221A
  • list.activeSelectionBackground#151A15
  • list.activeSelectionForeground#8FCC8F
  • list.errorForeground#FF8080
  • list.highlightForeground#8FCC8F
  • list.hoverBackground#1A221A
  • list.inactiveSelectionBackground#1E2C1E
  • menu.background#0F1410
  • menu.foreground#B0C0B0
  • menu.selectionBackground#151A15
  • menu.selectionForeground#8FCC8F
  • menu.separatorBackground#232E23
  • menubar.selectionForeground#8FCC8F
  • notificationCenter.border#232E23
  • notificationCenterHeader.background#151A15
  • notificationCenterHeader.foreground#B0C0B0
  • notificationLink.foreground#8FCC8F
  • notifications.background#0F1410
  • notifications.foreground#E8F0E8
  • notificationToast.border#232E23
  • scrollbarSlider.background#3A4A3A80
  • scrollbarSlider.hoverBackground#3A4A3A
  • selection.background#8FCC8F60
  • settings.modifiedItemIndicator#8FCC8F
  • sideBar.background#0F1410
  • sideBarSectionHeader.background#0F1410
  • sideBarSectionHeader.foreground#B0C0B0
  • sideBarTitle.foreground#B0C0B0
  • statusBar.background#0F1410
  • statusBar.debuggingBackground#7F9F3F
  • statusBar.debuggingForeground#FFF
  • statusBar.foreground#B0C0B0
  • statusBarItem.remoteBackground#8FCC8F
  • statusBarItem.remoteForeground#0F1410
  • tab.activeBackground#151A15
  • tab.activeBorder#8FCC8F
  • tab.border#0F1410
  • tab.inactiveBackground#0F1410
  • textLink.activeForeground#9FDC9F
  • textLink.foreground#8FCC8F
  • titleBar.activeBackground#0F1410
  • titleBar.activeForeground#A0B0A0
  • titleBar.inactiveBackground#0F1410
  • titleBar.inactiveForeground#808880

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6B7B6B94
variable, string constant.other.placeholder#E8F0E8
variable.other, variable.parameter#F0F8F0
constant.other.color#E8F0E8
invalid, invalid.illegal#FF8080
keyword, storage.type, storage.modifier#A8C8A8
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#B8D8B8
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#A0E0A0
entity.name.function, variable.function, support.function, keyword.other.special-method#A0E0A0
meta.block variable.other#E8F0E8
support.other.variable, string.other.link#E8F0E8
constant.numeric, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other, constant.language.boolean#E6CC7F
string, constant.other.symbol, constant.other.key, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#D4E6D4
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#9FD09F
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#E8F0E8
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF8080
variable.language#C0D0C0
entity.name.method.js#B0F0B0
meta.class-method.js entity.name.function.js, variable.function.constructor#B0F0B0
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#B8C8B8
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#A0E0A0
entity.other.attribute-name.class, entity.other.attribute-name.id, meta.attribute-selector.scss, variable.parameter.misc.css#A0E0A0
source.sass keyword.control, meta.attribute-selector.scss#C8E8C8
markup.inserted#C8E8C8
markup.deleted#FF8080
markup.changed#A8B8A8
string.regexp#B0C8B0
constant.character.escape#A8B8A8
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#E8F0E8
source.js constant.other.object.key.js string.unquoted.label.js#FF8080italic
source.json meta.structure.dictionary.json support.type.property-name.json#A0E0A0
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#A0E0A0
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#A0E0A0
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#A0E0A0
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#A0E0A0
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#A0E0A0
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#A0E0A0
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#A0E0A0
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#A0E0A0
text.html.markdown, punctuation.definition.list_item.markdown#E8F0E8
text.html.markdown markup.inline.raw.markdown#A8B8A8
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#E8F0E8
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown, markup.heading, markup.inserted.git_gutter#A0E0A0
markup.italic#E8F0E8italic
markup.bold, markup.bold string#E8F0E8bold
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#E8F0E8bold
markup.underline#8FCC8Funderline
markup.quote punctuation.definition.blockquote.markdown#E8F0E8
markup.quote
string.other.link.title.markdown#E8F0E8
string.other.link.description.title.markdown#A8B8A8
constant.other.reference.link.markdown#A0E0A0
markup.raw.block#A8B8A8
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#E8F0E8
variable.language.fenced.markdown#E8F0E8
meta.separator#5A6A5Abold
markup.table#E8F0E8