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#071619
  • activityBar.foreground#c9d7db
  • activityBarBadge.background#148b97
  • activityBarBadge.foreground#ffffff
  • badge.background#148b97
  • badge.foreground#ffffff
  • button.background#fdce7f
  • button.foreground#ffffff
  • dropdown.background#030809
  • dropdown.border#030809
  • dropdown.foreground#c9d7db
  • editor.background#050f11
  • editor.foreground#c9d7db
  • editor.hoverHighlightBackground#148b9722
  • editor.lineHighlightBackground#08191d
  • editor.selectionBackground#148b9755
  • editor.wordHighlightBackground#e8744a22
  • editor.wordHighlightStrongBackground#fdce7f22
  • editorBracketMatch.background#148b9744
  • editorBracketMatch.border#fdce7f
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#08191d
  • editorGroupHeader.tabsBackground#08191d
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#030809
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#113238
  • editorLineNumber.foreground#1c5560
  • editorLink.activeForeground#148b97
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#fdce7f55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#113238
  • editorSuggestWidget.foreground#c9d7db
  • editorSuggestWidget.highlightForeground#148b97
  • editorSuggestWidget.selectedBackground#1c5560
  • editorWhitespace.foreground#113238
  • editorWidget.background#113238
  • editorWidget.border#1c5560
  • extensionButton.prominentBackground#148b97
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#1ab4c4
  • focusBorder#148b97
  • foreground#c9d7db
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#287787
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#148b97
  • input.background#000000
  • input.border#16434c
  • input.foreground#c9d7db
  • input.placeholderForeground#1a4e58
  • inputOption.activeBorder#fdce7f
  • list.activeSelectionBackground#fdce7f
  • list.activeSelectionForeground#050f11
  • list.focusBackground#16434c
  • list.hoverBackground#08191d
  • list.inactiveSelectionBackground#050f11
  • notification.background#0b2025
  • notification.buttonBackground#148b97
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#c9d7db
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#113238
  • panel.border#1c5560
  • panelTitle.activeBorder#148b97
  • panelTitle.inactiveForeground#2e899b
  • peekView.border#148b97
  • peekViewEditor.background#000101
  • peekViewEditor.matchHighlightBackground#fdce7f55
  • peekViewEditorGutter.background#030809
  • peekViewResult.background#0b2025
  • peekViewResult.fileForeground#bdced3
  • peekViewResult.lineForeground#aac0c7
  • peekViewResult.matchHighlightBackground#fdce7f55
  • peekViewResult.selectionBackground#071619
  • peekViewResult.selectionForeground#c9d7db
  • peekViewTitle.background#030809
  • peekViewTitleDescription.foreground#c0d0d5
  • peekViewTitleLabel.foreground#c9d7db
  • progressBar.background#e8744a
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#148b97aa
  • scrollbarSlider.background#1c5560aa
  • scrollbarSlider.hoverBackground#148b9755
  • sideBar.background#0b2025
  • sideBar.foreground#c9d7db
  • sideBarSectionHeader.background#0e2b31
  • sideBarSectionHeader.foreground#c9d7db
  • statusBar.background#148b97
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#fdce7f
  • tab.inactiveBackground#0a1d21
  • tab.inactiveForeground#339aaf
  • terminal.ansiBlack#0b2025
  • terminal.ansiBlue#e8744a
  • terminal.ansiBrightBlack#1c5560
  • terminal.ansiBrightBlue#f3baa5
  • terminal.ansiBrightCyan#2ed3e3
  • terminal.ansiBrightGreen#2ed3e3
  • terminal.ansiBrightMagenta#f1afb1
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fff4e3
  • terminal.ansiCyan#148b97
  • terminal.ansiGreen#148b97
  • terminal.ansiMagenta#e2585d
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d8e2e5
  • terminal.ansiYellow#fdce7f
  • terminal.background#000000
  • terminal.foreground#c9d7db
  • titleBar.activeBackground#000101

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c9d7db
comment#3b5f68
string#7fc181
constant.numeric#7fc181
constant.language#fdce7f
constant.character, constant.other#fdce7f
variable
keyword#e2585d
storage#fdce7f
storage.type#148b97
entity.name.class#fdce7funderline
entity.other.inherited-class#fdce7f
entity.name.function#e8744a
variable.parameter#e8f0f2
entity.name.tag#148b97
entity.other.attribute-name#fdce7f
support.function#148b97
support.constant#fdce7f
support.type, support.class#fdce7f
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#7fc181
meta.diff, meta.diff.header#3b5f68
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#578c99
meta.property-value, support.constant.property-value, constant.other.color#7fc181
meta.structure.dictionary.json string.quoted.double.json#fdce7f
meta.structure.dictionary.value.json string.quoted.double.json#7fc181
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#c9d7db
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#148b97
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#148b97normal
variable.other#e8f0f2normal
variable.parameter.function.coffee#7fc181
entity.name.section.markdown#fdce7f
punctuation.definition.heading.markdown#e2585d
markup.raw.inline.markdown#7fc181
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e2585d
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e2585d
punctuation.definition.metadata.markdown#e2585d
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#148b97
markup.bold.markdown, markup.italic.markdown#148b97
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#c9d7db

Shiki preview

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

Loading...

Rainglow - Coding Theme