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#0e1929
  • activityBar.foreground#b0cbf4
  • activityBarBadge.background#98baa6
  • activityBarBadge.foreground#ffffff
  • badge.background#98baa6
  • badge.foreground#ffffff
  • button.background#247888
  • button.foreground#ffffff
  • dropdown.background#080f19
  • dropdown.border#080f19
  • dropdown.foreground#b0cbf4
  • editor.background#0b1421
  • editor.foreground#b0cbf4
  • editor.hoverHighlightBackground#98baa622
  • editor.lineHighlightBackground#0f1b2c
  • editor.selectionBackground#98baa655
  • editor.wordHighlightBackground#e6ce9f22
  • editor.wordHighlightStrongBackground#24788822
  • editorBracketMatch.background#98baa644
  • editorBracketMatch.border#247888
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#0f1b2c
  • editorGroupHeader.tabsBackground#0f1b2c
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#080f19
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#182b47
  • editorLineNumber.foreground#24426d
  • editorLink.activeForeground#98baa6
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#24788855
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#182b47
  • editorSuggestWidget.foreground#b0cbf4
  • editorSuggestWidget.highlightForeground#98baa6
  • editorSuggestWidget.selectedBackground#24426d
  • editorWhitespace.foreground#182b47
  • editorWidget.background#182b47
  • editorWidget.border#24426d
  • extensionButton.prominentBackground#98baa6
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#b7cec0
  • focusBorder#98baa6
  • foreground#b0cbf4
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#315a94
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#98baa6
  • input.background#05080e
  • input.border#1e375a
  • input.foreground#b0cbf4
  • input.placeholderForeground#223e66
  • inputOption.activeBorder#247888
  • list.activeSelectionBackground#247888
  • list.activeSelectionForeground#0b1421
  • list.focusBackground#1e375a
  • list.hoverBackground#0f1b2c
  • list.inactiveSelectionBackground#0b1421
  • notification.background#112034
  • notification.buttonBackground#98baa6
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#b0cbf4
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#182b47
  • panel.border#24426d
  • panelTitle.activeBorder#98baa6
  • panelTitle.inactiveForeground#3865a7
  • peekView.border#98baa6
  • peekViewEditor.background#060b12
  • peekViewEditor.matchHighlightBackground#24788855
  • peekViewEditorGutter.background#080f19
  • peekViewResult.background#112034
  • peekViewResult.fileForeground#9ebff2
  • peekViewResult.lineForeground#83aeee
  • peekViewResult.matchHighlightBackground#24788855
  • peekViewResult.selectionBackground#0e1929
  • peekViewResult.selectionForeground#b0cbf4
  • peekViewTitle.background#080f19
  • peekViewTitleDescription.foreground#a3c2f2
  • peekViewTitleLabel.foreground#b0cbf4
  • progressBar.background#e6ce9f
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#98baa6aa
  • scrollbarSlider.background#24426daa
  • scrollbarSlider.hoverBackground#98baa655
  • sideBar.background#112034
  • sideBar.foreground#b0cbf4
  • sideBarSectionHeader.background#152740
  • sideBarSectionHeader.foreground#b0cbf4
  • statusBar.background#98baa6
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#247888
  • tab.inactiveBackground#101d30
  • tab.inactiveForeground#3e71ba
  • terminal.ansiBlack#112034
  • terminal.ansiBlue#e6ce9f
  • terminal.ansiBrightBlack#24426d
  • terminal.ansiBrightBlue#fbf7f0
  • terminal.ansiBrightCyan#44b8ce
  • terminal.ansiBrightGreen#d5e3db
  • terminal.ansiBrightMagenta#f0a4ae
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#44b8ce
  • terminal.ansiCyan#247888
  • terminal.ansiGreen#98baa6
  • terminal.ansiMagenta#e14d61
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#c6daf7
  • terminal.ansiYellow#247888
  • terminal.background#05080e
  • terminal.foreground#b0cbf4
  • titleBar.activeBackground#060b12

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#b0cbf4
comment#2c4c7c
string#f63a4e
constant.numeric#3ea7bc
constant.language#247888
constant.character, constant.other#247888
variable
keyword#e14d61
storage#247888
storage.type#98baa6
entity.name.class#247888underline
entity.other.inherited-class#247888
entity.name.function#e6ce9f
variable.parameter#eff3f9
entity.name.tag#98baa6
entity.other.attribute-name#247888
support.function#247888
support.constant#247888
support.type, support.class#247888
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f63a4e
meta.diff, meta.diff.header#2c4c7c
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#406fb4
meta.property-value, support.constant.property-value, constant.other.color#f63a4e
meta.structure.dictionary.json string.quoted.double.json#247888
meta.structure.dictionary.value.json string.quoted.double.json#f63a4e
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#b0cbf4
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#98baa6
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#98baa6normal
variable.other#eff3f9normal
variable.parameter.function.coffee#3ea7bc
entity.name.section.markdown#247888
punctuation.definition.heading.markdown#e14d61
markup.raw.inline.markdown#f63a4e
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e14d61
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e14d61
punctuation.definition.metadata.markdown#e14d61
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#98baa6
markup.bold.markdown, markup.italic.markdown#98baa6
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#b0cbf4

Shiki preview

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

Loading...