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#111111
  • activityBar.foreground#A0A0A0
  • activityBarBadge.background#FBADFF
  • activityBarBadge.foreground#000000
  • badge.background#FBADFF
  • badge.foreground#000000
  • breadcrumb.activeSelectionForeground#A0A0A0
  • breadcrumb.background#111111
  • breadcrumb.focusForeground#A0A0A0
  • breadcrumb.foreground#7E7E7E
  • breadcrumbPicker.background#111111
  • button.background#FBADFF
  • button.foreground#111111
  • button.hoverBackground#F58EFA
  • button.secondaryBackground#FBADFF
  • button.secondaryForeground#111111
  • button.secondaryHoverBackground#F58EFA
  • diffEditor.insertedLineBackground#57E2E540
  • diffEditor.insertedTextBackground#57E2E540
  • diffEditor.removedLineBackground#C74E3940
  • diffEditor.removedTextBackground#C74E3940
  • dropdown.background#111111
  • dropdown.border#111111
  • dropdown.foreground#A0A0A0
  • editor.background#111111
  • editor.foreground#FFFFFF
  • editor.lineHighlightBorder#111111
  • editor.selectionBackground#FFFFFF25
  • editor.selectionHighlightBackground#FFFFFF25
  • editorBracketHighlight.foreground1#A0A0A0
  • editorBracketHighlight.foreground2#A0A0A0
  • editorBracketHighlight.foreground3#A0A0A0
  • editorBracketHighlight.foreground4#A0A0A0
  • editorBracketHighlight.foreground5#A0A0A0
  • editorBracketHighlight.foreground6#A0A0A0
  • editorBracketHighlight.unexpectedBracket.foreground#C74E39
  • editorError.foreground#C74E39
  • editorGroupHeader.border#282828
  • editorGroupHeader.tabsBackground#111111
  • editorGutter.addedBackground#57E2E5
  • editorGutter.deletedBackground#C74E39
  • editorGutter.modifiedBackground#FBADFF
  • editorHoverWidget.background#161616
  • editorHoverWidget.border#282828
  • editorIndentGuide.activeBackground1#57E2E540
  • editorIndentGuide.background1#292928
  • editorLineNumber.foreground#505050
  • editorMarkerNavigation.background#111111
  • editorMarkerNavigationError.background#282828
  • editorMarkerNavigationWarning.background#282828
  • editorOverviewRuler.border#111111
  • editorSuggestWidget.background#111111
  • editorSuggestWidget.border#282828
  • editorSuggestWidget.foreground#7E7E7E
  • editorSuggestWidget.highlightForeground#FFFFFF
  • editorWarning.foreground#FBADFF
  • editorWidget.background#111111
  • focusBorder#FBADFF
  • icon.foreground#A0A0A0
  • input.background#1C1C1C
  • list.activeSelectionBackground#232323
  • list.errorForeground#C74E39
  • list.highlightForeground#FBADFF
  • list.hoverBackground#282828
  • merge.commonContentBackground#28282880
  • merge.commonHeaderBackground#38383880
  • merge.currentContentBackground#27403b80
  • merge.currentHeaderBackground#11111180
  • merge.incomingContentBackground#28384b80
  • merge.incomingHeaderBackground#11111180
  • notificationCenter.border#474747
  • notificationCenterHeader.background#303031
  • notificationCenterHeader.foreground#CCCCCC
  • notifications.background#111111
  • notifications.border#303031
  • notifications.foreground#CCCCCC
  • notificationsErrorIcon.foreground#C74E39
  • notificationsInfoIcon.foreground#75beff
  • notificationsWarningIcon.foreground#CCA700
  • notificationToast.border#474747
  • panel.background#111111
  • panel.border#474747
  • panelTitle.activeBorder#FBADFF
  • panelTitle.activeForeground#FFFFFF
  • peekView.border#37EAF0
  • peekViewEditor.background#161616
  • peekViewEditorGutter.background#161616
  • peekViewResult.background#161616
  • peekViewResult.fileForeground#CCCCCC
  • peekViewResult.matchHighlightBackground#FFFFFF25
  • peekViewResult.selectionBackground#FFFFFF25
  • peekViewTitle.background#161616
  • progressBar.background#57E2E5
  • scrollbar.shadow#FFFFFF25
  • scrollbarSlider.background#34343480
  • scrollbarSlider.hoverBackground#343434
  • settings.modifiedItemIndicator#FBADFF
  • sideBar.background#111111
  • sideBarSectionHeader.background#111111
  • sideBarSectionHeader.foreground#A0A0A0
  • sideBarTitle.foreground#A0A0A0
  • statusBar.background#111111
  • statusBar.debuggingBackground#57E2E5CF
  • statusBar.debuggingForeground#111111
  • statusBar.foreground#A0A0A0
  • statusBarItem.remoteBackground#111111
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#161616
  • tab.border#111111
  • tab.inactiveBackground#111111
  • textLink.activeForeground#FFCFA8
  • textLink.foreground#FBADFF
  • titleBar.activeBackground#111111
  • titleBar.activeForeground#7E7E7E
  • titleBar.inactiveBackground#111111
  • titleBar.inactiveForeground#707070

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7f848eitalic
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
variable, string constant.other.placeholder, entity.name.tag#FFFFFF
keyword, storage.type, storage.modifier#A0A0A0
constant.other.color#FFFFFF
entity.name.function, variable.function, support.function, keyword.other.special-method#FBADFF
constant.numeric, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other, constant.language.boolean#FBADFF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#FBADFF
invalid, invalid.illegal#C74E39
meta.block variable.other#FFFFFF
support.other.variable, string.other.link#FFFFFF
string, constant.other.symbol, constant.other.key, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#57E2E5
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#FBADFF
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#C74E39
variable.language#A0A0A0
entity.name.method.js#FFFFFF
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
meta.class-method.js entity.name.function.js, variable.function.constructor#FFFFFF
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FBADFF
entity.other.attribute-name.class, entity.other.attribute-name.id, meta.attribute-selector.scss, variable.parameter.misc.css#FBADFF
source.sass keyword.control, meta.attribute-selector.scss#57E2E5
markup.inserted#57E2E5
markup.deleted#C74E39
markup.changed#A0A0A0
string.regexp#A0A0A0
*url*, *link*, *uri*underline
constant.character.escape#A0A0A0
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#FFFFFF
source.js constant.other.object.key.js string.unquoted.label.js#C74E39italic
source.json meta.structure.dictionary.json support.type.property-name.json#FBADFF
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FBADFF
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#FBADFF
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#FBADFF
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#FBADFF
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#FBADFF
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#FBADFF
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#FBADFF
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#FBADFF
markup.italic#FFFFFFitalic
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.bold, markup.bold string#FFFFFF
markup.underline#FBADFFunderline
markup.quote#FFFFFFbold
markup.table#FFFFFF
text.html.markdown, punctuation.definition.list_item.markdown#FFFFFF
text.html.markdown markup.inline.raw.markdown#A0A0A0
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#FBADFF
markup.quote punctuation.definition.blockquote.markdown#FFFFFF
string.other.link.title.markdown#FFFFFF
string.other.link.description.title.markdown#A0A0A0
constant.other.reference.link.markdown#FBADFF
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
Ad Astra by Ugi - VS Code Theme