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#000000
  • activityBar.foreground#A0A0A0
  • activityBarBadge.background#FFD700
  • activityBarBadge.foreground#000
  • badge.background#FFD700
  • badge.foreground#000
  • button.background#FFD700
  • button.foreground#000
  • button.hoverBackground#F7E77F
  • diffEditor.insertedLineBackground#99FFE415
  • diffEditor.insertedTextBackground#99FFE415
  • diffEditor.removedLineBackground#FF808015
  • diffEditor.removedTextBackground#FF808015
  • editor.background#000000
  • editor.foreground#FFF
  • editor.selectionBackground#FFD70020
  • editor.selectionHighlightBackground#FFD70015
  • editorBracketHighlight.foreground1#FFD700
  • editorBracketHighlight.foreground2#B8B8B8
  • editorBracketHighlight.foreground3#FFD700
  • editorBracketHighlight.foreground4#B8B8B8
  • editorBracketHighlight.foreground5#FFD700
  • editorBracketHighlight.foreground6#B8B8B8
  • editorBracketHighlight.unexpectedBracket.foreground#FF8080
  • editorCursor.background#000000
  • editorCursor.foreground#FFD700
  • editorError.foreground#FF8080
  • editorGroupHeader.tabsBackground#000000
  • editorGutter.addedBackground#99FFE4
  • editorGutter.deletedBackground#FF8080
  • editorGutter.modifiedBackground#FFD700
  • editorHoverWidget.background#161616
  • editorHoverWidget.border#282828
  • editorInlayHint.background#1C1C1C
  • editorInlayHint.foreground#A0A0A0
  • editorLineNumber.foreground#A0A0A0
  • editorOverviewRuler.border#000000
  • editorWarning.foreground#FFD700
  • editorWidget.background#000000
  • focusBorder#FFD700
  • gitDecoration.addedResourceForeground#FFD700
  • gitDecoration.conflictingResourceForeground#FF8080
  • gitDecoration.deletedResourceForeground#FF8080
  • gitDecoration.ignoredResourceForeground#707070
  • gitDecoration.modifiedResourceForeground#FFD700
  • gitDecoration.submoduleResourceForeground#FFD700
  • gitDecoration.untrackedResourceForeground#B8B8B8
  • icon.foreground#A0A0A0
  • input.background#1C1C1C
  • list.activeSelectionBackground#232323
  • list.activeSelectionForeground#FFD700
  • list.errorForeground#FF8080
  • list.highlightForeground#FFD700
  • list.hoverBackground#282828
  • list.inactiveSelectionBackground#232323
  • scrollbarSlider.background#34343480
  • scrollbarSlider.hoverBackground#343434
  • selection.background#666
  • settings.modifiedItemIndicator#FFD700
  • sideBar.background#000000
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.foreground#A0A0A0
  • sideBarTitle.foreground#A0A0A0
  • statusBar.background#000000
  • statusBar.debuggingBackground#FFD700
  • statusBar.debuggingForeground#FFF
  • statusBar.foreground#A0A0A0
  • statusBarItem.remoteBackground#FFD700
  • statusBarItem.remoteForeground#000
  • tab.activeBackground#161616
  • tab.activeBorder#FFD700
  • tab.border#000000
  • tab.inactiveBackground#000000
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#FFD700
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#FFD700
  • terminal.ansiBrightCyan#99FFE4
  • terminal.ansiBrightGreen#99FFE4
  • terminal.ansiBrightMagenta#FF8080
  • terminal.ansiBrightRed#FF8080
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFD700
  • terminal.ansiCyan#99FFE4
  • terminal.ansiGreen#99FFE4
  • terminal.ansiMagenta#FF8080
  • terminal.ansiRed#FF8080
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FFD700
  • terminal.background#000000
  • terminal.foreground#FFFFFF
  • terminalCursor.background#000000
  • terminalCursor.foreground#FFD700
  • textLink.activeForeground#F7E77F
  • textLink.foreground#FFD700
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#7E7E7E
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#707070

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B8B8B8
variable, string constant.other.placeholder, entity.name.tag#D3D3D3
constant.other.color#FFF
invalid, invalid.illegal#FF8080
keyword, storage.type, storage.modifier#A0A0A0
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#A0A0A0
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#FFD700
entity.name.function, variable.function, support.function, keyword.other.special-method#FFD700
meta.block variable.other#FFF
support.other.variable, string.other.link#FFF
constant.numeric, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other, constant.language.boolean#FFD700
string, constant.other.symbol, constant.other.key, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#FFFFFF
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#FFD700
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#FFF
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF8080
variable.language#A0A0A0
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#A0A0A0
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFD700
entity.other.attribute-name.class, entity.other.attribute-name.id, meta.attribute-selector.scss, variable.parameter.misc.css#FFD700
source.sass keyword.control, meta.attribute-selector.scss#99FFE4
markup.inserted#99FFE4
markup.deleted#FF8080
markup.changed#A0A0A0
string.regexp#A0A0A0
constant.character.escape#A0A0A0
*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#FFD700
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFD700
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#FFD700
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#FFD700
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#FFD700
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#FFD700
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#FFD700
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#FFD700
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#FFD700
text.html.markdown, punctuation.definition.list_item.markdown#FFF
text.html.markdown markup.inline.raw.markdown#A0A0A0
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#FFF
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown, markup.heading, markup.inserted.git_gutter#FFD700
markup.italic#FFFitalic
markup.bold, markup.bold string#FFFbold
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#FFFbold
markup.underline#FFD700underline
markup.quote punctuation.definition.blockquote.markdown#FFF
markup.quote
string.other.link.title.markdown#FFFF
string.other.link.description.title.markdown#A0A0A0
constant.other.reference.link.markdown#FFD700
markup.raw.block#A0A0A0
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#FFF
variable.language.fenced.markdown#FFF
meta.separator#65737Ebold
markup.table#FFF

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Obsidian Gold - Coding Theme