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#3a8881
  • activityBarBadge.foreground#ffffff
  • badge.background#3a8881
  • badge.foreground#ffffff
  • button.background#d15736
  • button.foreground#ffffff
  • dropdown.background#2d3237
  • dropdown.border#2d3237
  • dropdown.foreground#c0ccdb
  • editor.background#32373d
  • editor.foreground#c0ccdb
  • editor.hoverHighlightBackground#3a888122
  • editor.lineHighlightBackground#393f45
  • editor.selectionBackground#5da89255
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#d1573622
  • editorBracketMatch.background#3a888144
  • editorBracketMatch.border#d15736
  • 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#3a8881
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#d1573655
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#495059
  • editorSuggestWidget.foreground#c0ccdb
  • editorSuggestWidget.highlightForeground#3a8881
  • editorSuggestWidget.selectedBackground#606a75
  • editorWhitespace.foreground#495059
  • editorWidget.background#495059
  • editorWidget.border#606a75
  • extensionButton.prominentBackground#3a8881
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#49aca3
  • focusBorder#3a8881
  • foreground#c0ccdb
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#788390
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#3a8881
  • input.background#272a2f
  • input.border#545d67
  • input.foreground#c0ccdb
  • input.placeholderForeground#5b646f
  • inputOption.activeBorder#d15736
  • list.activeSelectionBackground#d15736
  • list.activeSelectionForeground#32373d
  • list.focusBackground#545d67
  • list.hoverBackground#393f45
  • list.inactiveSelectionBackground#32373d
  • notification.background#3d444b
  • notification.buttonBackground#3a8881
  • 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#3a8881
  • panelTitle.inactiveForeground#86909c
  • peekView.border#3a8881
  • peekViewEditor.background#292d32
  • peekViewEditor.matchHighlightBackground#d1573655
  • peekViewEditorGutter.background#2d3237
  • peekViewResult.background#3d444b
  • peekViewResult.fileForeground#b3c1d4
  • peekViewResult.lineForeground#a0b2c8
  • peekViewResult.matchHighlightBackground#d1573655
  • peekViewResult.selectionBackground#373c43
  • peekViewResult.selectionForeground#c0ccdb
  • peekViewTitle.background#2d3237
  • peekViewTitleDescription.foreground#b6c4d5
  • peekViewTitleLabel.foreground#c0ccdb
  • progressBar.background#ffffff
  • scrollbar.shadow#1b1e21
  • scrollbarSlider.activeBackground#3a8881aa
  • scrollbarSlider.background#606a75aa
  • scrollbarSlider.hoverBackground#3a888155
  • sideBar.background#3d444b
  • sideBar.foreground#c0ccdb
  • sideBarSectionHeader.background#444b53
  • sideBarSectionHeader.foreground#c0ccdb
  • statusBar.background#3a8881
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#d15736
  • tab.inactiveBackground#3b4148
  • tab.inactiveForeground#949da7
  • terminal.ansiBlack#3d444b
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#606a75
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#e49c89
  • terminal.ansiBrightGreen#69bfb7
  • terminal.ansiBrightMagenta#69bfb7
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#e49c89
  • terminal.ansiCyan#d15736
  • terminal.ansiGreen#3a8881
  • terminal.ansiMagenta#3a8881
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d0d9e4
  • terminal.ansiYellow#d15736
  • terminal.background#272a2f
  • terminal.foreground#c0ccdb
  • titleBar.activeBackground#292d32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c0ccdb
comment#76818e
string#a5bab3
constant.numeric#a5bab3
constant.language#d15736
constant.character, constant.other#d15736
variable
keyword#3a8881
storage#d15736
storage.type#3a8881
entity.name.class#d15736underline
entity.other.inherited-class#d15736
entity.name.function#ffffff
variable.parameter#ffffff
entity.name.tag#3a8881
entity.other.attribute-name#d15736
support.function#d15736
support.constant#d15736
support.type, support.class#d15736
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#a5bab3
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#a5bab3
meta.structure.dictionary.json string.quoted.double.json#d15736
meta.structure.dictionary.value.json string.quoted.double.json#a5bab3
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#3a8881
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#3a8881normal
variable.other#ffffffnormal
variable.parameter.function.coffee#a5bab3
entity.name.section.markdown#d15736
punctuation.definition.heading.markdown#3a8881
markup.raw.inline.markdown#a5bab3
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#3a8881
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#3a8881
punctuation.definition.metadata.markdown#3a8881
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#3a8881
markup.bold.markdown, markup.italic.markdown#3a8881
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