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#333333
  • activityBar.foreground#ffffff
  • activityBarBadge.background#8b9355
  • activityBarBadge.foreground#3b3a32
  • badge.background#8b9355
  • badge.foreground#3b3a32
  • button.background#9fb3c2
  • button.foreground#3b3a32
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#333333
  • editor.background#ffffff
  • editor.foreground#333333
  • editor.hoverHighlightBackground#8b935522
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#4e653d33
  • editor.wordHighlightBackground#c7af3f22
  • editor.wordHighlightStrongBackground#9fb3c222
  • editorBracketMatch.background#8b935544
  • editorBracketMatch.border#9fb3c2
  • 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#8b9355
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#9fb3c255
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#333333
  • editorSuggestWidget.highlightForeground#8b9355
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#8b9355
  • extensionButton.prominentForeground#3b3a32
  • extensionButton.prominentHoverBackground#a4ac6f
  • focusBorder#8b9355
  • foreground#333333
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#8b9355
  • input.background#ffffff
  • input.border#999999
  • input.foreground#333333
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#9fb3c2
  • list.activeSelectionBackground#9fb3c2
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#8b9355
  • notification.buttonForeground#3b3a32
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#333333
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#8b9355
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#8b9355
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#9fb3c255
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#404040
  • peekViewResult.lineForeground#737373
  • peekViewResult.matchHighlightBackground#9fb3c255
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#404040
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#2b2b2b
  • peekViewTitleLabel.foreground#333333
  • progressBar.background#c7af3f
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#8b9355aa
  • scrollbarSlider.background#33333335
  • scrollbarSlider.hoverBackground#8b935555
  • sideBar.background#f2f2f2
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#333333
  • statusBar.background#8b9355
  • statusBar.foreground#3b3a32
  • statusBar.noFolderBackground#9fb3c2
  • tab.activeForeground#333333
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#999999
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#c7af3f
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#ded08e
  • terminal.ansiBrightCyan#ded08e
  • terminal.ansiBrightGreen#b8bf8f
  • terminal.ansiBrightMagenta#dde4ea
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#666666
  • terminal.ansiBrightYellow#dde4ea
  • terminal.ansiCyan#c7af3f
  • terminal.ansiGreen#8b9355
  • terminal.ansiMagenta#9fb3c2
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#404040
  • terminal.ansiYellow#9fb3c2
  • terminal.background#ffffff
  • terminal.foreground#333333
  • titleBar.activeBackground#b3b3b3
  • titleBar.activeForeground#333333
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#333333
comment#999999
string#8b9355
constant.numeric#c7af3f
constant.language#9fb3c2
constant.character, constant.other#9fb3c2
variable
keyword#9fb3c2
storage#9fb3c2
storage.type#8b9355
entity.name.class#9fb3c2underline
entity.other.inherited-class#9fb3c2
entity.name.function#c7af3f
variable.parameter#333333
entity.name.tag#8b9355
entity.other.attribute-name#9fb3c2
support.function#c7af3f
support.constant#9fb3c2
support.type, support.class#9fb3c2
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#8b9355
meta.diff, meta.diff.header#999999
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#737373
meta.property-value, support.constant.property-value, constant.other.color#8b9355
meta.structure.dictionary.json string.quoted.double.json#9fb3c2
meta.structure.dictionary.value.json string.quoted.double.json#8b9355
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#333333
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#8b9355
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#8b9355normal
variable.other#333333normal
variable.parameter.function.coffee#c7af3f
entity.name.section.markdown#9fb3c2
punctuation.definition.heading.markdown#9fb3c2
markup.raw.inline.markdown#8b9355
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#9fb3c2
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#9fb3c2
punctuation.definition.metadata.markdown#9fb3c2
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#8b9355
markup.bold.markdown, markup.italic.markdown#8b9355
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#333333

Shiki preview

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

Loading...

Rainglow - Coding Theme