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.activeBackground#E9D5C5
  • activityBar.background#F5F3F1
  • activityBar.foreground#B75301
  • activityBar.inactiveForeground#666F78
  • activityBarBadge.background#B75301
  • activityBarBadge.foreground#F6F6F6
  • badge.background#B75301
  • badge.foreground#F6F6F6
  • breadcrumb.activeSelectionForeground#0C0D0E
  • breadcrumb.background#DFDFDF
  • breadcrumb.focusForeground#0C0D0E
  • breadcrumb.foreground#666F78
  • button.background#B75301
  • button.foreground#F6F6F6
  • button.secondaryBackground#F5F3F1
  • button.secondaryForeground#0C0D0E
  • dropdown.background#DFDFDF
  • dropdown.foreground#0C0D0E
  • editor.background#F6F6F6
  • editor.foreground#0C0D0E
  • editor.lineHighlightBackground#E6E6E6
  • editor.lineHighlightBorder#E6E6E6
  • editor.selectionBackground#E6E6E6
  • editor.snippetFinalTabstopHighlightBackground#F6F6F6
  • editor.snippetTabstopHighlightBackground#F6F6F6
  • editor.snippetTabstopHighlightBorder#666F78
  • editorBracketHighlight.foreground1#0C0D0E
  • editorCodeLens.foreground#666F78
  • editorCursor.foreground#B75301
  • editorGroupHeader.tabsBackground#F5F3F1
  • editorHoverWidget.background#F5F3F1
  • editorHoverWidget.border#666F78
  • editorIndentGuide.background1#B7530166
  • editorLineNumber.foreground#666F78
  • editorLink.activeForeground#B75301
  • editorRuler.foreground#B7530166
  • editorSuggestWidget.background#F5F3F1
  • editorSuggestWidget.focusHighlightForeground#B75301
  • editorSuggestWidget.foreground#0C0D0E
  • editorSuggestWidget.highlightForeground#B75301
  • editorSuggestWidget.selectedBackground#F5F3F1
  • editorSuggestWidget.selectedIconForeground#B75301
  • editorWhitespace.foreground#d2d2d2
  • editorWidget.background#F5F3F1
  • focusBorder#B75301
  • foreground#0C0D0E
  • gitDecoration.ignoredResourceForeground#666F78
  • icon.foreground#B75301
  • input.background#DFDFDF
  • input.foreground#0C0D0E
  • input.placeholderForeground#666F78
  • keybindingLabel.background#F6F6F6
  • keybindingLabel.foreground#0C0D0E
  • list.activeSelectionBackground#E6E6E6
  • list.activeSelectionForeground#0C0D0E
  • list.dropBackground#E6E6E6
  • list.focusBackground#E6E6E6
  • list.highlightForeground#B75301
  • list.hoverBackground#E6E6E6
  • list.inactiveSelectionBackground#B0B0B0
  • menu.background#F5F3F1
  • menu.foreground#0C0D0E
  • menu.selectionBackground#E6E6E6
  • menu.separatorBackground#E9D5C5
  • menubar.selectionBackground#E6E6E6
  • notificationLink.foreground#B75301
  • notifications.background#F5F3F1
  • panel.background#DFDFDF
  • panelTitle.activeForeground#0C0D0E
  • panelTitle.inactiveForeground#666F78
  • peekView.border#E6E6E6
  • peekViewEditor.background#F6F6F6
  • peekViewResult.fileForeground#0C0D0E
  • peekViewResult.lineForeground#0C0D0E
  • peekViewResult.selectionBackground#E6E6E6
  • peekViewResult.selectionForeground#0C0D0E
  • peekViewTitleDescription.foreground#666F78
  • peekViewTitleLabel.foreground#0C0D0E
  • pickerGroup.border#F5F3F1
  • pickerGroup.foreground#B75301
  • progressBar.background#B75301
  • scrollbarSlider.activeBackground#B0B0B0
  • scrollbarSlider.background#E9D5C5
  • settings.checkboxForeground#0C0D0E
  • settings.dropdownForeground#0C0D0E
  • settings.headerForeground#0C0D0E
  • settings.numberInputForeground#0C0D0E
  • settings.textInputForeground#0C0D0E
  • sideBar.background#DFDFDF
  • sideBar.foreground#0C0D0E
  • sideBarSectionHeader.background#F6F6F6
  • sideBarTitle.background#F5F3F1
  • sideBarTitle.foreground#0C0D0E
  • statusBar.background#E9D5C5
  • statusBar.foreground#0C0D0E
  • statusBar.noFolderBackground#E6E6E6
  • statusBar.noFolderForeground#0C0D0E
  • statusBarItem.remoteForeground#F6F6F6
  • tab.activeBackground#E9D5C5
  • tab.activeForeground#B75301
  • tab.inactiveBackground#DFDFDF
  • tab.inactiveForeground#0C0D0E
  • terminal.background#F6F6F6
  • terminal.border#E9D5C5
  • terminal.foreground#0C0D0E
  • terminalCursor.background#F6F6F6
  • terminalCursor.foreground#B75301
  • textLink.foreground#B75301
  • titleBar.activeBackground#F5F3F1
  • titleBar.activeForeground#0C0D0E
  • titleBar.inactiveForeground#666F78

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
—#0C0D0E—
comment#666F78—
keyword.control, keyword.operator.expression, keyword.operator.new, keyword.other, storage.modifier, storage.type, support.variable#015493—
entity.name.tag.css, entity.name.tag.scss#015493—
entity.name.tag.doctype.html, keyword.control.flow.alias.yaml, keyword.control.flow.anchor.yaml, keyword.other.important, meta.doctype, meta.tag.metadata.doctype, meta.tag.metadata.doctype.html, punctuation.section.embedded, punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php, variable.other.alias.yaml, variable.other.anchor.yaml#015493—
markup.heading#015493—
entity.name.tag.yaml, entity.other.attribute-name, support.type.property-name#015493—
support.type.property-name.css, support.type.property-name.media.css#803378—
entity.name.tag.html#B75301—
storage.type.java, storage.type.primitive, storage.type.tag#B75301—
constant.numeric, constant.other.color, keyword.other.unit#B75301—
entity.other.attribute-name.id#B75301—
markup.quote#B75301—
entity.other.attribute-name.class.css#015493—
keyword.other.directive.yaml, string#567A0D—
string.regexp#567A0D—
constant.language.symbol, constant.other.reference.link.markdown, constant.other.symbol#567A0D—
variable.language, variable.language.this.php, variable.other.constant, variable.other.php, variable.other.readwrite.instance.ruby, variable.scss#567A0D—
markup.link, markup.underline.link#567A0D—
entity.other.attribute-name.pseudo-element.css#015493—
support.function#B75301—
entity.name.type, support.class#B75301—
constant.language#B75301—
punctuation.definition.list.begin#3B4045—
markup.inline.raw, markup.raw#3B4045—
invalid#9C2121—
markup.italic—italic
markup.bold—bold
Overflow Theme by dieghernan - VS Code Theme