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#373c43
  • activityBar.foreground#c0ccdb
  • activityBarBadge.background#ee9c3d
  • activityBarBadge.foreground#ffffff
  • badge.background#ee9c3d
  • badge.foreground#ffffff
  • button.background#568769
  • button.foreground#ffffff
  • dropdown.background#2d3237
  • dropdown.border#2d3237
  • dropdown.foreground#c0ccdb
  • editor.background#32373d
  • editor.foreground#c0ccdb
  • editor.hoverHighlightBackground#ee9c3d22
  • editor.lineHighlightBackground#393f45
  • editor.selectionBackground#56876955
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#56876922
  • editorBracketMatch.background#ee9c3d44
  • editorBracketMatch.border#568769
  • editorCursor.foreground#ffffff
  • editorGroup.background#393f45
  • editorGroupHeader.tabsBackground#393f45
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#2d3237
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#495059
  • editorLineNumber.foreground#606a75
  • editorLink.activeForeground#ee9c3d
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#56876955
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#495059
  • editorSuggestWidget.foreground#c0ccdb
  • editorSuggestWidget.highlightForeground#ee9c3d
  • editorSuggestWidget.selectedBackground#606a75
  • editorWhitespace.foreground#495059
  • editorWidget.background#495059
  • editorWidget.border#606a75
  • extensionButton.prominentBackground#ee9c3d
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#f2b46c
  • focusBorder#ee9c3d
  • foreground#c0ccdb
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#788390
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#ee9c3d
  • input.background#272a2f
  • input.border#545d67
  • input.foreground#c0ccdb
  • input.placeholderForeground#5b646f
  • inputOption.activeBorder#568769
  • list.activeSelectionBackground#568769
  • list.activeSelectionForeground#32373d
  • list.focusBackground#545d67
  • list.hoverBackground#393f45
  • list.inactiveSelectionBackground#32373d
  • notification.background#3d444b
  • notification.buttonBackground#ee9c3d
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#c0ccdb
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#495059
  • panel.border#606a75
  • panelTitle.activeBorder#ee9c3d
  • panelTitle.inactiveForeground#86909c
  • peekView.border#ee9c3d
  • peekViewEditor.background#292d32
  • peekViewEditor.matchHighlightBackground#56876955
  • peekViewEditorGutter.background#2d3237
  • peekViewResult.background#3d444b
  • peekViewResult.fileForeground#b3c1d4
  • peekViewResult.lineForeground#a0b2c8
  • peekViewResult.matchHighlightBackground#56876955
  • peekViewResult.selectionBackground#373c43
  • peekViewResult.selectionForeground#c0ccdb
  • peekViewTitle.background#2d3237
  • peekViewTitleDescription.foreground#b6c4d5
  • peekViewTitleLabel.foreground#c0ccdb
  • progressBar.background#ffffff
  • scrollbar.shadow#1b1e21
  • scrollbarSlider.activeBackground#ee9c3daa
  • scrollbarSlider.background#606a75aa
  • scrollbarSlider.hoverBackground#ee9c3d55
  • sideBar.background#3d444b
  • sideBar.foreground#c0ccdb
  • sideBarSectionHeader.background#444b53
  • sideBarSectionHeader.foreground#c0ccdb
  • statusBar.background#ee9c3d
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#568769
  • tab.inactiveBackground#3b4148
  • tab.inactiveForeground#949da7
  • terminal.ansiBlack#3d444b
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#606a75
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#8db69d
  • terminal.ansiBrightGreen#f6cc9b
  • terminal.ansiBrightMagenta#f6cc9b
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#8db69d
  • terminal.ansiCyan#568769
  • terminal.ansiGreen#ee9c3d
  • terminal.ansiMagenta#ee9c3d
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d0d9e4
  • terminal.ansiYellow#568769
  • terminal.background#272a2f
  • terminal.foreground#c0ccdb
  • titleBar.activeBackground#292d32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c0ccdb
comment#76818e
string#dac25c
constant.numeric#db5a51
constant.language#568769
constant.character, constant.other#568769
variable
keyword#ee9c3d
storage#568769
storage.type#ee9c3d
entity.name.class#568769underline
entity.other.inherited-class#568769
entity.name.function#ffffff
variable.parameter#ffffff
entity.name.tag#ee9c3d
entity.other.attribute-name#568769
support.function#568769
support.constant#568769
support.type, support.class#568769
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#dac25c
meta.diff, meta.diff.header#76818e
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#a0a8b1
meta.property-value, support.constant.property-value, constant.other.color#dac25c
meta.structure.dictionary.json string.quoted.double.json#568769
meta.structure.dictionary.value.json string.quoted.double.json#dac25c
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#c0ccdb
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#ee9c3d
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#ee9c3dnormal
variable.other#ffffffnormal
variable.parameter.function.coffee#db5a51
entity.name.section.markdown#568769
punctuation.definition.heading.markdown#ee9c3d
markup.raw.inline.markdown#dac25c
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#ee9c3d
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#ee9c3d
punctuation.definition.metadata.markdown#ee9c3d
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#ee9c3d
markup.bold.markdown, markup.italic.markdown#ee9c3d
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#c0ccdb

Shiki preview

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

Loading...

Rainglow - Coding Theme