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#161819
  • activityBar.foreground#eeeeee
  • activityBarBadge.background#75a1a4
  • activityBarBadge.foreground#ffffff
  • badge.background#75a1a4
  • badge.foreground#ffffff
  • button.background#b8cd44
  • button.foreground#ffffff
  • dropdown.background#0c0e0e
  • dropdown.border#0c0e0e
  • dropdown.foreground#eeeeee
  • editor.background#111314
  • editor.foreground#eeeeee
  • editor.hoverHighlightBackground#75a1a422
  • editor.lineHighlightBackground#181b1c
  • editor.selectionBackground#75a1a455
  • editor.wordHighlightBackground#fd9f5922
  • editor.wordHighlightStrongBackground#b8cd4422
  • editorBracketMatch.background#75a1a444
  • editorBracketMatch.border#b8cd44
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#181b1c
  • editorGroupHeader.tabsBackground#181b1c
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0c0e0e
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#282d30
  • editorLineNumber.foreground#40474b
  • editorLink.activeForeground#75a1a4
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#b8cd4455
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#282d30
  • editorSuggestWidget.foreground#eeeeee
  • editorSuggestWidget.highlightForeground#75a1a4
  • editorSuggestWidget.selectedBackground#40474b
  • editorWhitespace.foreground#282d30
  • editorWidget.background#282d30
  • editorWidget.border#40474b
  • extensionButton.prominentBackground#75a1a4
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#94b6b8
  • focusBorder#75a1a4
  • foreground#eeeeee
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#576267
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#75a1a4
  • input.background#050606
  • input.border#343a3d
  • input.foreground#eeeeee
  • input.placeholderForeground#3b4246
  • inputOption.activeBorder#b8cd44
  • list.activeSelectionBackground#b8cd44
  • list.activeSelectionForeground#111314
  • list.focusBackground#343a3d
  • list.hoverBackground#181b1c
  • list.inactiveSelectionBackground#111314
  • notification.background#1d2022
  • notification.buttonBackground#75a1a4
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#eeeeee
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#282d30
  • panel.border#40474b
  • panelTitle.activeBorder#75a1a4
  • panelTitle.inactiveForeground#636f74
  • peekView.border#75a1a4
  • peekViewEditor.background#080909
  • peekViewEditor.matchHighlightBackground#b8cd4455
  • peekViewEditorGutter.background#0c0e0e
  • peekViewResult.background#1d2022
  • peekViewResult.fileForeground#e4e4e4
  • peekViewResult.lineForeground#d4d4d4
  • peekViewResult.matchHighlightBackground#b8cd4455
  • peekViewResult.selectionBackground#161819
  • peekViewResult.selectionForeground#eeeeee
  • peekViewTitle.background#0c0e0e
  • peekViewTitleDescription.foreground#e6e6e6
  • peekViewTitleLabel.foreground#eeeeee
  • progressBar.background#fd9f59
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#75a1a4aa
  • scrollbarSlider.background#40474baa
  • scrollbarSlider.hoverBackground#75a1a455
  • sideBar.background#1d2022
  • sideBar.foreground#eeeeee
  • sideBarSectionHeader.background#24282a
  • sideBarSectionHeader.foreground#eeeeee
  • statusBar.background#75a1a4
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#b8cd44
  • tab.inactiveBackground#1a1d1f
  • tab.inactiveForeground#6f7c82
  • terminal.ansiBlack#1d2022
  • terminal.ansiBlue#fd9f59
  • terminal.ansiBrightBlack#40474b
  • terminal.ansiBrightBlue#fed9be
  • terminal.ansiBrightCyan#d7e394
  • terminal.ansiBrightGreen#b2cbcd
  • terminal.ansiBrightMagenta#f7b7a2
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#d7e394
  • terminal.ansiCyan#b8cd44
  • terminal.ansiGreen#75a1a4
  • terminal.ansiMagenta#ef6e44
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#fbfbfb
  • terminal.ansiYellow#b8cd44
  • terminal.background#050606
  • terminal.foreground#eeeeee
  • titleBar.activeBackground#080909

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#eeeeee
comment#4a5356
string#b8cd44
constant.numeric#b8cd44
constant.language#b8cd44
constant.character, constant.other#b8cd44
variable
keyword#ef6e44
storage#b8cd44
storage.type#75a1a4
entity.name.class#b8cd44underline
entity.other.inherited-class#b8cd44
entity.name.function#fd9f59
variable.parameter#eeeeee
entity.name.tag#75a1a4
entity.other.attribute-name#b8cd44
support.function#b8cd44
support.constant#b8cd44
support.type, support.class#b8cd44
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#b8cd44
meta.diff, meta.diff.header#4a5356
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#6d7b7f
meta.property-value, support.constant.property-value, constant.other.color#b8cd44
meta.structure.dictionary.json string.quoted.double.json#b8cd44
meta.structure.dictionary.value.json string.quoted.double.json#b8cd44
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#eeeeee
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#75a1a4
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#75a1a4normal
variable.other#eeeeeenormal
variable.parameter.function.coffee#b8cd44
entity.name.section.markdown#b8cd44
punctuation.definition.heading.markdown#ef6e44
markup.raw.inline.markdown#b8cd44
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#ef6e44
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#ef6e44
punctuation.definition.metadata.markdown#ef6e44
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#75a1a4
markup.bold.markdown, markup.italic.markdown#75a1a4
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#eeeeee

Shiki preview

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

Loading...

Rainglow - Coding Theme