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#444444
  • activityBar.foreground#ffffff
  • activityBarBadge.background#92b55f
  • activityBarBadge.foreground#ffffff
  • badge.background#92b55f
  • badge.foreground#ffffff
  • button.background#487d76
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#444444
  • editor.background#ffffff
  • editor.foreground#444444
  • editor.hoverHighlightBackground#92b55f22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#487d7633
  • editor.wordHighlightBackground#e8da5e22
  • editor.wordHighlightStrongBackground#487d7622
  • editorBracketMatch.background#92b55f44
  • editorBracketMatch.border#487d76
  • 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#92b55f
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#487d7655
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#444444
  • editorSuggestWidget.highlightForeground#92b55f
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#92b55f
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#aac582
  • focusBorder#92b55f
  • foreground#444444
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#92b55f
  • input.background#ffffff
  • input.border#999999
  • input.foreground#444444
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#487d76
  • list.activeSelectionBackground#487d76
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#92b55f
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#444444
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#92b55f
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#92b55f
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#487d7655
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#515151
  • peekViewResult.lineForeground#848484
  • peekViewResult.matchHighlightBackground#487d7655
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#515151
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#3c3c3c
  • peekViewTitleLabel.foreground#444444
  • progressBar.background#e8da5e
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#92b55faa
  • scrollbarSlider.background#44444435
  • scrollbarSlider.hoverBackground#92b55f55
  • sideBar.background#f2f2f2
  • sideBar.foreground#444444
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#444444
  • statusBar.background#92b55f
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#487d76
  • tab.activeForeground#444444
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#aaaaaa
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#e8da5e
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#f5efb7
  • terminal.ansiBrightCyan#79b2aa
  • terminal.ansiBrightGreen#c1d5a5
  • terminal.ansiBrightMagenta#c1d5a5
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#777777
  • terminal.ansiBrightYellow#79b2aa
  • terminal.ansiCyan#487d76
  • terminal.ansiGreen#92b55f
  • terminal.ansiMagenta#92b55f
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#515151
  • terminal.ansiYellow#487d76
  • terminal.background#ffffff
  • terminal.foreground#444444
  • titleBar.activeBackground#c3c3c3
  • titleBar.activeForeground#444444
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#444444
comment#aaaaaa
string#e8da5e
constant.numeric#e8da5e
constant.language#487d76
constant.character, constant.other#487d76
variable
keyword#92b55f
storage#487d76
storage.type#92b55f
entity.name.class#487d76underline
entity.other.inherited-class#487d76
entity.name.function#e8da5e
variable.parameter#444444
entity.name.tag#92b55f
entity.other.attribute-name#487d76
support.function#487d76
support.constant#487d76
support.type, support.class#487d76
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#e8da5e
meta.diff, meta.diff.header#aaaaaa
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#848484
meta.property-value, support.constant.property-value, constant.other.color#e8da5e
meta.structure.dictionary.json string.quoted.double.json#487d76
meta.structure.dictionary.value.json string.quoted.double.json#e8da5e
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#444444
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#92b55f
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#92b55fnormal
variable.other#444444normal
variable.parameter.function.coffee#e8da5e
entity.name.section.markdown#487d76
punctuation.definition.heading.markdown#92b55f
markup.raw.inline.markdown#e8da5e
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#92b55f
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#92b55f
punctuation.definition.metadata.markdown#92b55f
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#92b55f
markup.bold.markdown, markup.italic.markdown#92b55f
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#444444

Shiki preview

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

Loading...

Rainglow - Coding Theme