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#050505
  • activityBar.foreground#ffffff
  • activityBarBadge.background#fc4d1f
  • activityBarBadge.foreground#ffffff
  • badge.background#fc4d1f
  • badge.foreground#ffffff
  • button.background#fdba2c
  • button.foreground#ffffff
  • dropdown.background#000000
  • dropdown.border#000000
  • dropdown.foreground#ffffff
  • editor.background#000000
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#fc4d1f22
  • editor.lineHighlightBackground#080808
  • editor.selectionBackground#f8785655
  • editor.wordHighlightBackground#21c0fc22
  • editor.wordHighlightStrongBackground#fdba2c22
  • editorBracketMatch.background#fc4d1f44
  • editorBracketMatch.border#fdba2c
  • editorCursor.foreground#ffffff
  • editorGroup.background#080808
  • editorGroupHeader.tabsBackground#080808
  • editorGutter.addedBackground#1ba2f7
  • editorGutter.background#000000
  • editorGutter.deletedBackground#f87856
  • editorGutter.modifiedBackground#81209e
  • editorIndentGuide.background#1a1a1a
  • editorLineNumber.foreground#333333
  • editorLink.activeForeground#fc4d1f
  • editorOverviewRuler.addedForeground#1ba2f7
  • editorOverviewRuler.deletedForeground#f87856
  • editorOverviewRuler.errorForeground#f87856
  • editorOverviewRuler.findMatchForeground#fdba2c55
  • editorOverviewRuler.infoForeground#81209e
  • editorOverviewRuler.modifiedForeground#81209e
  • editorOverviewRuler.warningForeground#81209e
  • editorRuler.foreground#1a1a1a
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#fc4d1f
  • editorSuggestWidget.selectedBackground#333333
  • editorWhitespace.foreground#1a1a1a
  • editorWidget.background#1a1a1a
  • editorWidget.border#333333
  • extensionButton.prominentBackground#fc4d1f
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#fd7551
  • focusBorder#fc4d1f
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#81209e
  • gitDecoration.deletedResourceForeground#f87856
  • gitDecoration.ignoredResourceForeground#4d4d4d
  • gitDecoration.modifiedResourceForeground#81209e
  • gitDecoration.untrackedResourceForeground#1ba2f7
  • input.activeBorder#fc4d1f
  • input.background#000000
  • input.border#262626
  • input.foreground#ffffff
  • input.placeholderForeground#2e2e2e
  • inputOption.activeBorder#fdba2c
  • list.activeSelectionBackground#fdba2c
  • list.activeSelectionForeground#000000
  • list.focusBackground#262626
  • list.hoverBackground#080808
  • list.inactiveSelectionBackground#000000
  • notification.background#0d0d0d
  • notification.buttonBackground#fc4d1f
  • notification.buttonForeground#ffffff
  • notification.errorBackground#f87856
  • notification.errorForeground#ffffff
  • notification.foreground#ffffff
  • notification.infoBackground#81209e
  • notification.infoForeground#ffffff
  • notification.warningBackground#81209e
  • notification.warningForeground#ffffff
  • panel.background#1a1a1a
  • panel.border#333333
  • panelTitle.activeBorder#fc4d1f
  • panelTitle.inactiveForeground#595959
  • peekView.border#fc4d1f
  • peekViewEditor.background#000000
  • peekViewEditor.matchHighlightBackground#fdba2c55
  • peekViewEditorGutter.background#000000
  • peekViewResult.background#0d0d0d
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#fdba2c55
  • peekViewResult.selectionBackground#050505
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#000000
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#21c0fc
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#fc4d1faa
  • scrollbarSlider.background#333333aa
  • scrollbarSlider.hoverBackground#fc4d1f55
  • sideBar.background#0d0d0d
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#141414
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#fc4d1f
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#fdba2c
  • tab.inactiveBackground#0a0a0a
  • tab.inactiveForeground#666666
  • terminal.ansiBlack#0d0d0d
  • terminal.ansiBlue#21c0fc
  • terminal.ansiBrightBlack#333333
  • terminal.ansiBrightBlue#86ddfd
  • terminal.ansiBrightCyan#fd77a6
  • terminal.ansiBrightGreen#fd9d84
  • terminal.ansiBrightMagenta#77acfd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fedb91
  • terminal.ansiCyan#fc1264
  • terminal.ansiGreen#fc4d1f
  • terminal.ansiMagenta#136efb
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#fdba2c
  • terminal.background#000000
  • terminal.foreground#ffffff
  • titleBar.activeBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#555555
string#21c0fc
constant.numeric#fdba2c
constant.language#fdba2c
constant.character, constant.other#fdba2c
variable
keyword#136efb
storage#fdba2c
storage.type#fc4d1f
entity.name.class#fdba2cunderline
entity.other.inherited-class#fdba2c
entity.name.function#21c0fc
variable.parameter#aaaaaa
entity.name.tag#fc4d1f
entity.other.attribute-name#fdba2c
support.function#fc1264
support.constant#fdba2c
support.type, support.class#fdba2c
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#21c0fc
meta.diff, meta.diff.header#555555
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#7b7b7b
meta.property-value, support.constant.property-value, constant.other.color#21c0fc
meta.structure.dictionary.json string.quoted.double.json#fdba2c
meta.structure.dictionary.value.json string.quoted.double.json#21c0fc
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#fc4d1f
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fc4d1fnormal
variable.other#aaaaaanormal
variable.parameter.function.coffee#fdba2c
entity.name.section.markdown#fdba2c
punctuation.definition.heading.markdown#136efb
markup.raw.inline.markdown#21c0fc
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#136efb
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#136efb
punctuation.definition.metadata.markdown#136efb
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fc4d1f
markup.bold.markdown, markup.italic.markdown#fc4d1f
markup.italic.markdownitalic
markup.bold.markdownbold
markup.raw.block.markdown#664e4d
markup.deleted.git_gutter#f87856
markup.inserted.git_gutter#1ba2f7
markup.changed.git_gutter#81209e
meta.template.expression#ffffff

Shiki preview

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

Loading...

Rainglow - Coding Theme