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#302f2c
  • activityBar.foreground#ede0ce
  • activityBarBadge.background#39b81f
  • activityBarBadge.foreground#ffffff
  • badge.background#39b81f
  • badge.foreground#ffffff
  • button.background#d63131
  • button.foreground#ffffff
  • dropdown.background#262522
  • dropdown.border#262522
  • dropdown.foreground#ede0ce
  • editor.background#2b2a27
  • editor.foreground#ede0ce
  • editor.hoverHighlightBackground#39b81f22
  • editor.lineHighlightBackground#33322e
  • editor.selectionBackground#d6313155
  • editor.wordHighlightBackground#ebb62622
  • editor.wordHighlightStrongBackground#d6313122
  • editorBracketMatch.background#39b81f44
  • editorBracketMatch.border#d63131
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#33322e
  • editorGroupHeader.tabsBackground#33322e
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#262522
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#46443f
  • editorLineNumber.foreground#605e57
  • editorLink.activeForeground#39b81f
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#d6313155
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#46443f
  • editorSuggestWidget.foreground#ede0ce
  • editorSuggestWidget.highlightForeground#39b81f
  • editorSuggestWidget.selectedBackground#605e57
  • editorWhitespace.foreground#46443f
  • editorWidget.background#46443f
  • editorWidget.border#605e57
  • extensionButton.prominentBackground#39b81f
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#4cdc2e
  • focusBorder#39b81f
  • foreground#ede0ce
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#7b7870
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#39b81f
  • input.background#1e1d1b
  • input.border#53514b
  • input.foreground#ede0ce
  • input.placeholderForeground#5b5953
  • inputOption.activeBorder#d63131
  • list.activeSelectionBackground#d63131
  • list.activeSelectionForeground#2b2a27
  • list.focusBackground#53514b
  • list.hoverBackground#33322e
  • list.inactiveSelectionBackground#2b2a27
  • notification.background#383733
  • notification.buttonBackground#39b81f
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ede0ce
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#46443f
  • panel.border#605e57
  • panelTitle.activeBorder#39b81f
  • panelTitle.inactiveForeground#88857c
  • peekView.border#39b81f
  • peekViewEditor.background#20201d
  • peekViewEditor.matchHighlightBackground#d6313155
  • peekViewEditorGutter.background#262522
  • peekViewResult.background#383733
  • peekViewResult.fileForeground#e8d7bf
  • peekViewResult.lineForeground#dfc8a9
  • peekViewResult.matchHighlightBackground#d6313155
  • peekViewResult.selectionBackground#302f2c
  • peekViewResult.selectionForeground#ede0ce
  • peekViewTitle.background#262522
  • peekViewTitleDescription.foreground#e9d9c3
  • peekViewTitleLabel.foreground#ede0ce
  • progressBar.background#ebb626
  • scrollbar.shadow#10100f
  • scrollbarSlider.activeBackground#39b81faa
  • scrollbarSlider.background#605e57aa
  • scrollbarSlider.hoverBackground#39b81f55
  • sideBar.background#383733
  • sideBar.foreground#ede0ce
  • sideBarSectionHeader.background#403f3a
  • sideBarSectionHeader.foreground#ede0ce
  • statusBar.background#39b81f
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#d63131
  • tab.inactiveBackground#363431
  • tab.inactiveForeground#94928a
  • terminal.ansiBlack#383733
  • terminal.ansiBlue#ebb626
  • terminal.ansiBrightBlack#605e57
  • terminal.ansiBrightBlue#f4d583
  • terminal.ansiBrightCyan#e78686
  • terminal.ansiBrightGreen#71e35a
  • terminal.ansiBrightMagenta#71e35a
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#e78686
  • terminal.ansiCyan#d63131
  • terminal.ansiGreen#39b81f
  • terminal.ansiMagenta#39b81f
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#f4ece1
  • terminal.ansiYellow#d63131
  • terminal.background#1e1d1b
  • terminal.foreground#ede0ce
  • titleBar.activeBackground#20201d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ede0ce
comment#7a7267
string#ebb626
constant.numeric#ebb626
constant.language#d63131
constant.character, constant.other#d63131
variable
keyword#39b81f
storage#d63131
storage.type#39b81f
entity.name.class#d63131underline
entity.other.inherited-class#d63131
entity.name.function#ebb626
variable.parameter#ede0ce
entity.name.tag#39b81f
entity.other.attribute-name#d63131
support.function#d63131
support.constant#d63131
support.type, support.class#d63131
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#ebb626
meta.diff, meta.diff.header#7a7267
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#a0988e
meta.property-value, support.constant.property-value, constant.other.color#ebb626
meta.structure.dictionary.json string.quoted.double.json#d63131
meta.structure.dictionary.value.json string.quoted.double.json#ebb626
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#ede0ce
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#39b81f
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#39b81fnormal
variable.other#ede0cenormal
variable.parameter.function.coffee#ebb626
entity.name.section.markdown#d63131
punctuation.definition.heading.markdown#39b81f
markup.raw.inline.markdown#ebb626
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#39b81f
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#39b81f
punctuation.definition.metadata.markdown#39b81f
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#39b81f
markup.bold.markdown, markup.italic.markdown#39b81f
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#ede0ce

Shiki preview

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

Loading...

Rainglow - Coding Theme