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#1A0F0A
  • activityBar.foreground#D0B8A8
  • activityBarBadge.background#FF6B35
  • activityBarBadge.foreground#1A0F0A
  • badge.background#FF6B35
  • badge.foreground#1A0F0A
  • button.background#FF6B35
  • button.foreground#1A0F0A
  • button.hoverBackground#FF7B45
  • diffEditor.insertedLineBackground#FFB36615
  • diffEditor.insertedTextBackground#FFB36615
  • diffEditor.removedLineBackground#FF808015
  • diffEditor.removedTextBackground#FF808015
  • dropdown.background#1A0F0A
  • dropdown.border#3A2F25
  • dropdown.foreground#F8E8E0
  • dropdown.listBackground#1A0F0A
  • editor.background#1A0F0A
  • editor.foreground#F8E8E0
  • editor.selectionBackground#FF6B3540
  • editor.selectionHighlightBackground#FF6B3525
  • editorBracketHighlight.foreground1#D0B8A8
  • editorBracketHighlight.foreground2#D0B8A8
  • editorBracketHighlight.foreground3#D0B8A8
  • editorBracketHighlight.foreground4#D0B8A8
  • editorBracketHighlight.foreground5#D0B8A8
  • editorBracketHighlight.foreground6#D0B8A8
  • editorBracketHighlight.unexpectedBracket.foreground#FF8080
  • editorCursor.background#1A0F0A
  • editorCursor.foreground#FF6B35
  • editorError.foreground#FF8080
  • editorGroupHeader.tabsBackground#1A0F0A
  • editorGutter.addedBackground#FFB366
  • editorGutter.deletedBackground#FF8080
  • editorGutter.modifiedBackground#FFB366
  • editorHoverWidget.background#2A1F15
  • editorHoverWidget.border#3A2F25
  • editorInlayHint.background#2A1F15
  • editorInlayHint.foreground#C0A090
  • editorLineNumber.foreground#7A5A4A
  • editorOverviewRuler.border#1A0F0A
  • editorWarning.foreground#FFB366
  • editorWidget.background#1A0F0A
  • focusBorder#FF6B35
  • icon.foreground#D0B8A8
  • input.background#2A1F15
  • list.activeSelectionBackground#2A1F15
  • list.activeSelectionForeground#FF6B35
  • list.errorForeground#FF8080
  • list.highlightForeground#FF6B35
  • list.hoverBackground#3A2F25
  • list.inactiveSelectionBackground#2A1F15
  • menu.background#1A0F0A
  • menu.foreground#D0B8A8
  • menu.selectionBackground#2A1F15
  • menu.selectionForeground#FF6B35
  • menu.separatorBackground#3A2F25
  • menubar.selectionForeground#FF6B35
  • notificationCenter.border#3A2F25
  • notificationCenterHeader.background#2A1F15
  • notificationCenterHeader.foreground#D0B8A8
  • notificationLink.foreground#FF6B35
  • notifications.background#1A0F0A
  • notifications.foreground#F8E8E0
  • notificationToast.border#3A2F25
  • scrollbarSlider.background#5A4A3A80
  • scrollbarSlider.hoverBackground#5A4A3A
  • selection.background#FF6B3560
  • settings.modifiedItemIndicator#FF6B35
  • sideBar.background#1A0F0A
  • sideBarSectionHeader.background#1A0F0A
  • sideBarSectionHeader.foreground#D0B8A8
  • sideBarTitle.foreground#D0B8A8
  • statusBar.background#1A0F0A
  • statusBar.debuggingBackground#FF6B35
  • statusBar.debuggingForeground#1A0F0A
  • statusBar.foreground#D0B8A8
  • statusBarItem.remoteBackground#FF6B35
  • statusBarItem.remoteForeground#1A0F0A
  • tab.activeBackground#2A1F15
  • tab.activeBorder#FF6B35
  • tab.border#1A0F0A
  • tab.inactiveBackground#1A0F0A
  • textLink.activeForeground#FF7B45
  • textLink.foreground#FF6B35
  • titleBar.activeBackground#1A0F0A
  • titleBar.activeForeground#B0A090
  • titleBar.inactiveBackground#1A0F0A
  • titleBar.inactiveForeground#908070

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9B7B6B94
variable, string constant.other.placeholder#F8E8E0
variable.other, variable.parameter#F8F0E8
constant.other.color#F8E8E0
invalid, invalid.illegal#FF8080
keyword, storage.type, storage.modifier#D8A888
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#E8B898
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#FF6B35
entity.name.function, variable.function, support.function, keyword.other.special-method#FF8B55
meta.block variable.other#F8E8E0
support.other.variable, string.other.link#F8E8E0
constant.numeric, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other, constant.language.boolean#FFB366
string, constant.other.symbol, constant.other.key, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#FFB366
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#FF8B55
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#F8E8E0
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF8080
variable.language#C8A888
entity.name.method.js#FF9B65
meta.class-method.js entity.name.function.js, variable.function.constructor#FF9B65
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#B8A888
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FF8B55
entity.other.attribute-name.class, entity.other.attribute-name.id, meta.attribute-selector.scss, variable.parameter.misc.css#FF8B55
source.sass keyword.control, meta.attribute-selector.scss#FFB366
markup.inserted#FFB366
markup.deleted#FF8080
markup.changed#A8B888
string.regexp#B0A888
constant.character.escape#A8B888
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#F8E8E0
source.js constant.other.object.key.js string.unquoted.label.js#FF8080italic
source.json meta.structure.dictionary.json support.type.property-name.json#FF8B55
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FF8B55
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#FF8B55
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#FF8B55
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#FF8B55
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#FF8B55
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#FF8B55
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#FF8B55
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#FF8B55
text.html.markdown, punctuation.definition.list_item.markdown#F8E8E0
text.html.markdown markup.inline.raw.markdown#A8B888
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#F8E8E0
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown, markup.heading, markup.inserted.git_gutter#FF8B55
markup.italic#F8E8E0italic
markup.bold, markup.bold string#F8E8E0bold
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#F8E8E0bold
markup.underline#FF8B55underline
markup.quote punctuation.definition.blockquote.markdown#F8E8E0
markup.quote
string.other.link.title.markdown#F8E8E0
string.other.link.description.title.markdown#A8B888
constant.other.reference.link.markdown#FF8B55
markup.raw.block#A8B888
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#F8E8E0
variable.language.fenced.markdown#F8E8E0
meta.separator#7A5A4Abold
markup.table#F8E8E0