Skip to main content
CodingTheme

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#272727
  • activityBar.foreground#eeeeee
  • activityBarBadge.background#9474a9
  • activityBarBadge.foreground#ffffff
  • badge.background#9474a9
  • badge.foreground#ffffff
  • button.background#04c4a5
  • button.foreground#ffffff
  • dropdown.background#1d1d1d
  • dropdown.border#1d1d1d
  • dropdown.foreground#eeeeee
  • editor.background#222222
  • editor.foreground#eeeeee
  • editor.hoverHighlightBackground#9474a922
  • editor.lineHighlightBackground#2a2a2a
  • editor.selectionBackground#008d6255
  • editor.wordHighlightBackground#c56c6c22
  • editor.wordHighlightStrongBackground#04c4a522
  • editorBracketMatch.background#9474a944
  • editorBracketMatch.border#04c4a5
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#2a2a2a
  • editorGroupHeader.tabsBackground#2a2a2a
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#1d1d1d
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#3b3b3b
  • editorLineNumber.foreground#555555
  • editorLink.activeForeground#9474a9
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#04c4a555
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#3b3b3b
  • editorSuggestWidget.foreground#eeeeee
  • editorSuggestWidget.highlightForeground#9474a9
  • editorSuggestWidget.selectedBackground#555555
  • editorWhitespace.foreground#3b3b3b
  • editorWidget.background#3b3b3b
  • editorWidget.border#555555
  • extensionButton.prominentBackground#9474a9
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#ac94bc
  • focusBorder#9474a9
  • foreground#eeeeee
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#6e6e6e
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#9474a9
  • input.background#151515
  • input.border#484848
  • input.foreground#eeeeee
  • input.placeholderForeground#505050
  • inputOption.activeBorder#04c4a5
  • list.activeSelectionBackground#04c4a5
  • list.activeSelectionForeground#222222
  • list.focusBackground#484848
  • list.hoverBackground#2a2a2a
  • list.inactiveSelectionBackground#222222
  • notification.background#2f2f2f
  • notification.buttonBackground#9474a9
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#eeeeee
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#3b3b3b
  • panel.border#555555
  • panelTitle.activeBorder#9474a9
  • panelTitle.inactiveForeground#7b7b7b
  • peekView.border#9474a9
  • peekViewEditor.background#181818
  • peekViewEditor.matchHighlightBackground#04c4a555
  • peekViewEditorGutter.background#1d1d1d
  • peekViewResult.background#2f2f2f
  • peekViewResult.fileForeground#e4e4e4
  • peekViewResult.lineForeground#d4d4d4
  • peekViewResult.matchHighlightBackground#04c4a555
  • peekViewResult.selectionBackground#272727
  • peekViewResult.selectionForeground#eeeeee
  • peekViewTitle.background#1d1d1d
  • peekViewTitleDescription.foreground#e6e6e6
  • peekViewTitleLabel.foreground#eeeeee
  • progressBar.background#c56c6c
  • scrollbar.shadow#080808
  • scrollbarSlider.activeBackground#9474a9aa
  • scrollbarSlider.background#555555aa
  • scrollbarSlider.hoverBackground#9474a955
  • sideBar.background#2f2f2f
  • sideBar.foreground#eeeeee
  • sideBarSectionHeader.background#363636
  • sideBarSectionHeader.foreground#eeeeee
  • statusBar.background#9474a9
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#04c4a5
  • tab.inactiveBackground#2c2c2c
  • tab.inactiveForeground#888888
  • terminal.ansiBlack#2f2f2f
  • terminal.ansiBlue#c56c6c
  • terminal.ansiBrightBlack#555555
  • terminal.ansiBrightBlue#e2b5b5
  • terminal.ansiBrightCyan#f2f1b6
  • terminal.ansiBrightGreen#c5b3d0
  • terminal.ansiBrightMagenta#e2c7b5
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#33fbdb
  • terminal.ansiCyan#e2e060
  • terminal.ansiGreen#9474a9
  • terminal.ansiMagenta#c5906c
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#fbfbfb
  • terminal.ansiYellow#04c4a5
  • terminal.background#151515
  • terminal.foreground#eeeeee
  • titleBar.activeBackground#181818

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#eeeeee
comment#444444
string#c56c6c
constant.numeric#c56c6c
constant.language#04c4a5
constant.character, constant.other#04c4a5
variable
keyword#c5906c
storage#04c4a5
storage.type#9474a9
entity.name.class#04c4a5underline
entity.other.inherited-class#04c4a5
entity.name.function#c56c6c
variable.parameter#eeeeee
entity.name.tag#9474a9
entity.other.attribute-name#04c4a5
support.function#e2e060
support.constant#04c4a5
support.type, support.class#04c4a5
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#c56c6c
meta.diff, meta.diff.header#444444
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#6a6a6a
meta.property-value, support.constant.property-value, constant.other.color#c56c6c
meta.structure.dictionary.json string.quoted.double.json#04c4a5
meta.structure.dictionary.value.json string.quoted.double.json#c56c6c
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#eeeeee
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#9474a9
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#9474a9normal
variable.other#eeeeeenormal
variable.parameter.function.coffee#c56c6c
entity.name.section.markdown#04c4a5
punctuation.definition.heading.markdown#c5906c
markup.raw.inline.markdown#c56c6c
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#c5906c
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#c5906c
punctuation.definition.metadata.markdown#c5906c
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#9474a9
markup.bold.markdown, markup.italic.markdown#9474a9
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#eeeeee

Shiki preview

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

Loading...

Rainglow by Dayle Rees - VS Code Theme