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#19191f
  • activityBar.foreground#ffffff
  • activityBarBadge.background#566981
  • activityBarBadge.foreground#ffffff
  • badge.background#566981
  • badge.foreground#ffffff
  • button.background#89a7b1
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#19191f
  • editor.background#ffffff
  • editor.foreground#19191f
  • editor.hoverHighlightBackground#56698122
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#56698133
  • editor.wordHighlightBackground#9aada722
  • editor.wordHighlightStrongBackground#89a7b122
  • editorBracketMatch.background#56698144
  • editorBracketMatch.border#89a7b1
  • editorCursor.foreground#222222
  • editorGroup.background#f7f7f7
  • editorGroupHeader.tabsBackground#f7f7f7
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#fafafa
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#e6e6e6
  • editorLineNumber.foreground#cccccc
  • editorLink.activeForeground#566981
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#89a7b155
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#19191f
  • editorSuggestWidget.highlightForeground#566981
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#566981
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#6d829d
  • focusBorder#566981
  • foreground#19191f
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#566981
  • input.background#ffffff
  • input.border#999999
  • input.foreground#19191f
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#89a7b1
  • list.activeSelectionBackground#89a7b1
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#566981
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#19191f
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#566981
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#566981
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#89a7b155
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#24242d
  • peekViewResult.lineForeground#525266
  • peekViewResult.matchHighlightBackground#89a7b155
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#24242d
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#121217
  • peekViewTitleLabel.foreground#19191f
  • progressBar.background#9aada7
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#566981aa
  • scrollbarSlider.background#19191f35
  • scrollbarSlider.hoverBackground#56698155
  • sideBar.background#f2f2f2
  • sideBar.foreground#19191f
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#19191f
  • statusBar.background#566981
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#89a7b1
  • tab.activeForeground#19191f
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#75758f
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#9aada7
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#d2dbd8
  • terminal.ansiBrightCyan#c6d5da
  • terminal.ansiBrightGreen#8b9cb2
  • terminal.ansiBrightMagenta#8b9cb2
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#474757
  • terminal.ansiBrightYellow#c6d5da
  • terminal.ansiCyan#89a7b1
  • terminal.ansiGreen#566981
  • terminal.ansiMagenta#566981
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#24242d
  • terminal.ansiYellow#89a7b1
  • terminal.background#ffffff
  • terminal.foreground#19191f
  • titleBar.activeBackground#9191a6
  • titleBar.activeForeground#19191f
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#19191f
comment#8282a0
string#9eb2d9
constant.numeric#9eb2d9
constant.language#89a7b1
constant.character, constant.other#89a7b1
variable
keyword#566981
storage#89a7b1
storage.type#566981
entity.name.class#89a7b1underline
entity.other.inherited-class#89a7b1
entity.name.function#9aada7
variable.parameter#19191f
entity.name.tag#566981
entity.other.attribute-name#89a7b1
support.function#89a7b1
support.constant#89a7b1
support.type, support.class#89a7b1
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#9eb2d9
meta.diff, meta.diff.header#8282a0
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#5c5c79
meta.property-value, support.constant.property-value, constant.other.color#9eb2d9
meta.structure.dictionary.json string.quoted.double.json#89a7b1
meta.structure.dictionary.value.json string.quoted.double.json#9eb2d9
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#19191f
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#566981
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#566981normal
variable.other#19191fnormal
variable.parameter.function.coffee#9eb2d9
entity.name.section.markdown#89a7b1
punctuation.definition.heading.markdown#566981
markup.raw.inline.markdown#9eb2d9
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#566981
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#566981
punctuation.definition.metadata.markdown#566981
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#566981
markup.bold.markdown, markup.italic.markdown#566981
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#19191f

Shiki preview

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

Loading...

Rainglow - Coding Theme