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#0d1218
  • activityBar.foreground#9cadbc
  • activityBarBadge.background#249388
  • activityBarBadge.foreground#ffffff
  • badge.background#249388
  • badge.foreground#ffffff
  • button.background#9ce878
  • button.foreground#ffffff
  • dropdown.background#05080a
  • dropdown.border#05080a
  • dropdown.foreground#9cadbc
  • editor.background#090d11
  • editor.foreground#9cadbc
  • editor.hoverHighlightBackground#24938822
  • editor.lineHighlightBackground#0e151b
  • editor.selectionBackground#1a9d6b55
  • editor.wordHighlightBackground#1a9d6b22
  • editor.wordHighlightStrongBackground#9ce87822
  • editorBracketMatch.background#24938844
  • editorBracketMatch.border#9ce878
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#0e151b
  • editorGroupHeader.tabsBackground#0e151b
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#05080a
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#1b2632
  • editorLineNumber.foreground#2c4054
  • editorLink.activeForeground#249388
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#9ce87855
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#1b2632
  • editorSuggestWidget.foreground#9cadbc
  • editorSuggestWidget.highlightForeground#249388
  • editorSuggestWidget.selectedBackground#2c4054
  • editorWhitespace.foreground#1b2632
  • editorWidget.background#1b2632
  • editorWidget.border#2c4054
  • extensionButton.prominentBackground#249388
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#2ebcae
  • focusBorder#249388
  • foreground#9cadbc
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#3e5975
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#249388
  • input.background#000000
  • input.border#233343
  • input.foreground#9cadbc
  • input.placeholderForeground#293b4d
  • inputOption.activeBorder#9ce878
  • list.activeSelectionBackground#9ce878
  • list.activeSelectionForeground#090d11
  • list.focusBackground#233343
  • list.hoverBackground#0e151b
  • list.inactiveSelectionBackground#090d11
  • notification.background#121a22
  • notification.buttonBackground#249388
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#9cadbc
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#1b2632
  • panel.border#2c4054
  • panelTitle.activeBorder#249388
  • panelTitle.inactiveForeground#476686
  • peekView.border#249388
  • peekViewEditor.background#020304
  • peekViewEditor.matchHighlightBackground#9ce87855
  • peekViewEditorGutter.background#05080a
  • peekViewResult.background#121a22
  • peekViewResult.fileForeground#90a3b4
  • peekViewResult.lineForeground#7e94a7
  • peekViewResult.matchHighlightBackground#9ce87855
  • peekViewResult.selectionBackground#0d1218
  • peekViewResult.selectionForeground#9cadbc
  • peekViewTitle.background#05080a
  • peekViewTitleDescription.foreground#93a5b6
  • peekViewTitleLabel.foreground#9cadbc
  • progressBar.background#1a9d6b
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#249388aa
  • scrollbarSlider.background#2c4054aa
  • scrollbarSlider.hoverBackground#24938855
  • sideBar.background#121a22
  • sideBar.foreground#9cadbc
  • sideBarSectionHeader.background#17212c
  • sideBarSectionHeader.foreground#9cadbc
  • statusBar.background#249388
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#9ce878
  • tab.inactiveBackground#10171e
  • tab.inactiveForeground#507396
  • terminal.ansiBlack#121a22
  • terminal.ansiBlue#1a9d6b
  • terminal.ansiBrightBlack#2c4054
  • terminal.ansiBrightBlue#3edfa2
  • terminal.ansiBrightCyan#3edfa2
  • terminal.ansiBrightGreen#4ad3c5
  • terminal.ansiBrightMagenta#41aacb
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#d9dfe5
  • terminal.ansiBrightYellow#dcf7cf
  • terminal.ansiCyan#1a9d6b
  • terminal.ansiGreen#249388
  • terminal.ansiMagenta#246c82
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#abbac6
  • terminal.ansiYellow#9ce878
  • terminal.background#000000
  • terminal.foreground#9cadbc
  • titleBar.activeBackground#020304

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#9cadbc
comment#2c3f51
string#c5d671
constant.numeric#e4f279
constant.language#9ce878
constant.character, constant.other#9ce878
variable
keyword#246c82
storage#9ce878
storage.type#249388
entity.name.class#9ce878underline
entity.other.inherited-class#9ce878
entity.name.function#1a9d6b
variable.parameter#cbdeef
entity.name.tag#249388
entity.other.attribute-name#9ce878
support.function#1a9d6b
support.constant#9ce878
support.type, support.class#9ce878
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#c5d671
meta.diff, meta.diff.header#2c3f51
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#476683
meta.property-value, support.constant.property-value, constant.other.color#c5d671
meta.structure.dictionary.json string.quoted.double.json#9ce878
meta.structure.dictionary.value.json string.quoted.double.json#c5d671
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#9cadbc
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#249388
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#249388normal
variable.other#cbdeefnormal
variable.parameter.function.coffee#e4f279
entity.name.section.markdown#9ce878
punctuation.definition.heading.markdown#246c82
markup.raw.inline.markdown#c5d671
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#246c82
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#246c82
punctuation.definition.metadata.markdown#246c82
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#249388
markup.bold.markdown, markup.italic.markdown#249388
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#9cadbc

Shiki preview

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

Loading...

Rainglow by Dayle Rees - VS Code Theme