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#1b142a
  • activityBar.foreground#ffffff
  • activityBarBadge.background#f46036
  • activityBarBadge.foreground#ffffff
  • badge.background#f46036
  • badge.foreground#ffffff
  • button.background#5b85aa
  • button.foreground#ffffff
  • dropdown.background#120e1c
  • dropdown.border#120e1c
  • dropdown.foreground#ffffff
  • editor.background#171123
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#f4603622
  • editor.lineHighlightBackground#1e162d
  • editor.selectionBackground#725ac155
  • editor.wordHighlightBackground#5b64a322
  • editor.wordHighlightStrongBackground#5b85aa22
  • editorBracketMatch.background#f4603644
  • editorBracketMatch.border#5b85aa
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#1e162d
  • editorGroupHeader.tabsBackground#1e162d
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#120e1c
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#2e2245
  • editorLineNumber.foreground#443268
  • editorLink.activeForeground#f46036
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#5b85aa55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2e2245
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#f46036
  • editorSuggestWidget.selectedBackground#443268
  • editorWhitespace.foreground#2e2245
  • editorWidget.background#2e2245
  • editorWidget.border#443268
  • extensionButton.prominentBackground#f46036
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#f78666
  • focusBorder#f46036
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5b438a
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#f46036
  • input.background#0c0912
  • input.border#392a56
  • input.foreground#ffffff
  • input.placeholderForeground#402f61
  • inputOption.activeBorder#5b85aa
  • list.activeSelectionBackground#5b85aa
  • list.activeSelectionForeground#171123
  • list.focusBackground#392a56
  • list.hoverBackground#1e162d
  • list.inactiveSelectionBackground#171123
  • notification.background#221934
  • notification.buttonBackground#f46036
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ffffff
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#2e2245
  • panel.border#443268
  • panelTitle.activeBorder#f46036
  • panelTitle.inactiveForeground#664b9b
  • peekView.border#f46036
  • peekViewEditor.background#0e0a15
  • peekViewEditor.matchHighlightBackground#5b85aa55
  • peekViewEditorGutter.background#120e1c
  • peekViewResult.background#221934
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#5b85aa55
  • peekViewResult.selectionBackground#1b142a
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#120e1c
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#5b64a3
  • scrollbar.shadow#000001
  • scrollbarSlider.activeBackground#f46036aa
  • scrollbarSlider.background#443268aa
  • scrollbarSlider.hoverBackground#f4603655
  • sideBar.background#221934
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#291e3e
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#f46036
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#5b85aa
  • tab.inactiveBackground#201831
  • tab.inactiveForeground#7154ac
  • terminal.ansiBlack#221934
  • terminal.ansiBlue#5b64a3
  • terminal.ansiBrightBlack#443268
  • terminal.ansiBrightBlue#9ca2c8
  • terminal.ansiBrightCyan#f9ac97
  • terminal.ansiBrightGreen#f9ac97
  • terminal.ansiBrightMagenta#c5a5e0
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#9eb7cd
  • terminal.ansiCyan#f46036
  • terminal.ansiGreen#f46036
  • terminal.ansiMagenta#9559c6
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#5b85aa
  • terminal.background#0c0912
  • terminal.foreground#ffffff
  • titleBar.activeBackground#0e0a15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#726c87
string#f78362
constant.numeric#f7a261
constant.language#5b85aa
constant.character, constant.other#5b85aa
variable
keyword#9559c6
storage#5b85aa
storage.type#f46036
entity.name.class#5b85aaunderline
entity.other.inherited-class#5b85aa
entity.name.function#5b64a3
variable.parameter#ffffff
entity.name.tag#f46036
entity.other.attribute-name#5b85aa
support.function#f46036
support.constant#5b85aa
support.type, support.class#5b85aa
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f78362
meta.diff, meta.diff.header#726c87
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#9a95aa
meta.property-value, support.constant.property-value, constant.other.color#f78362
meta.structure.dictionary.json string.quoted.double.json#5b85aa
meta.structure.dictionary.value.json string.quoted.double.json#f78362
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#ffffff
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#f46036
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#f46036normal
variable.other#ffffffnormal
variable.parameter.function.coffee#f7a261
entity.name.section.markdown#5b85aa
punctuation.definition.heading.markdown#9559c6
markup.raw.inline.markdown#f78362
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#9559c6
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#9559c6
punctuation.definition.metadata.markdown#9559c6
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#f46036
markup.bold.markdown, markup.italic.markdown#f46036
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#ffffff

Shiki preview

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

Loading...

Rainglow - Coding Theme