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#33383b
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#f38630
  • activityBarBadge.foreground#ffffff
  • badge.background#f38630
  • badge.foreground#ffffff
  • button.background#fa6900
  • button.foreground#ffffff
  • dropdown.background#292e30
  • dropdown.border#292e30
  • dropdown.foreground#f8f8f2
  • editor.background#2e3336
  • editor.foreground#f8f8f2
  • editor.hoverHighlightBackground#f3863022
  • editor.lineHighlightBackground#353b3e
  • editor.selectionBackground#f3863055
  • editor.wordHighlightBackground#69d2e722
  • editor.wordHighlightStrongBackground#fa690022
  • editorBracketMatch.background#f3863044
  • editorBracketMatch.border#fa6900
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#353b3e
  • editorGroupHeader.tabsBackground#353b3e
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#292e30
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#454d52
  • editorLineNumber.foreground#5d676d
  • editorLink.activeForeground#f38630
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#fa690055
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#454d52
  • editorSuggestWidget.foreground#f8f8f2
  • editorSuggestWidget.highlightForeground#f38630
  • editorSuggestWidget.selectedBackground#5d676d
  • editorWhitespace.foreground#454d52
  • editorWidget.background#454d52
  • editorWidget.border#5d676d
  • extensionButton.prominentBackground#f38630
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#f6a260
  • focusBorder#f38630
  • foreground#f8f8f2
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#748189
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#f38630
  • input.background#222628
  • input.border#515a5f
  • input.foreground#f8f8f2
  • input.placeholderForeground#586268
  • inputOption.activeBorder#fa6900
  • list.activeSelectionBackground#fa6900
  • list.activeSelectionForeground#2e3336
  • list.focusBackground#515a5f
  • list.hoverBackground#353b3e
  • list.inactiveSelectionBackground#2e3336
  • notification.background#3a4044
  • notification.buttonBackground#f38630
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#f8f8f2
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#454d52
  • panel.border#5d676d
  • panelTitle.activeBorder#f38630
  • panelTitle.inactiveForeground#828e94
  • peekView.border#f38630
  • peekViewEditor.background#25292b
  • peekViewEditor.matchHighlightBackground#fa690055
  • peekViewEditorGutter.background#292e30
  • peekViewResult.background#3a4044
  • peekViewResult.fileForeground#f1f1e5
  • peekViewResult.lineForeground#e6e6d1
  • peekViewResult.matchHighlightBackground#fa690055
  • peekViewResult.selectionBackground#33383b
  • peekViewResult.selectionForeground#f8f8f2
  • peekViewTitle.background#292e30
  • peekViewTitleDescription.foreground#f3f3e8
  • peekViewTitleLabel.foreground#f8f8f2
  • progressBar.background#69d2e7
  • scrollbar.shadow#17191a
  • scrollbarSlider.activeBackground#f38630aa
  • scrollbarSlider.background#5d676daa
  • scrollbarSlider.hoverBackground#f3863055
  • sideBar.background#3a4044
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#41484c
  • sideBarSectionHeader.foreground#f8f8f2
  • statusBar.background#f38630
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#fa6900
  • tab.inactiveBackground#373d41
  • tab.inactiveForeground#909aa0
  • terminal.ansiBlack#3a4044
  • terminal.ansiBlue#69d2e7
  • terminal.ansiBrightBlack#5d676d
  • terminal.ansiBrightBlue#c1ecf5
  • terminal.ansiBrightCyan#f9be90
  • terminal.ansiBrightGreen#f9be90
  • terminal.ansiBrightMagenta#eff9f8
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffa361
  • terminal.ansiCyan#f38630
  • terminal.ansiGreen#f38630
  • terminal.ansiMagenta#a7dbd8
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#fa6900
  • terminal.background#222628
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#25292b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#f8f8f2
comment#505c63
string#f36e3a
constant.numeric#f25619
constant.language#fa6900
constant.character, constant.other#fa6900
variable
keyword#a7dbd8
storage#fa6900
storage.type#f38630
entity.name.class#fa6900underline
entity.other.inherited-class#fa6900
entity.name.function#69d2e7
variable.parameter#f8f8f2
entity.name.tag#f38630
entity.other.attribute-name#fa6900
support.function#f38630
support.constant#fa6900
support.type, support.class#fa6900
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f36e3a
meta.diff, meta.diff.header#505c63
markup.deleted#e61f44
markup.inserted#A6E22E
markup.changed#f7b83d
constant.numeric.line-number.find-in-files - match#8FBE00A0
entity.name.filename.find-in-files#E6DB74
keyword.other#72838d
meta.property-value, support.constant.property-value, constant.other.color#f36e3a
meta.structure.dictionary.json string.quoted.double.json#fa6900
meta.structure.dictionary.value.json string.quoted.double.json#f36e3a
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#f8f8f2
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#f38630
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#f38630normal
variable.other#f8f8f2normal
variable.parameter.function.coffee#f25619
entity.name.section.markdown#fa6900
punctuation.definition.heading.markdown#a7dbd8
markup.raw.inline.markdown#f36e3a
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#a7dbd8
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#a7dbd8
punctuation.definition.metadata.markdown#a7dbd8
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#f38630
markup.bold.markdown, markup.italic.markdown#f38630
markup.italic.markdownitalic
markup.bold.markdownbold
markup.raw.block.markdown#664e4d
markup.deleted.git_gutter#e61f44
markup.inserted.git_gutter#a7da1e
markup.changed.git_gutter#f7b83d
meta.template.expression#f8f8f2

Shiki preview

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

Loading...