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#547f91
  • activityBar.foreground#ffffff
  • activityBarBadge.background#1ea8fc
  • activityBarBadge.foreground#ffffff
  • badge.background#1ea8fc
  • badge.foreground#ffffff
  • button.background#5dcdfd
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#547f91
  • editor.background#ffffff
  • editor.foreground#547f91
  • editor.hoverHighlightBackground#1ea8fc22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#1ea8fc33
  • editor.wordHighlightBackground#547f9122
  • editor.wordHighlightStrongBackground#5dcdfd22
  • editorBracketMatch.background#1ea8fc44
  • editorBracketMatch.border#5dcdfd
  • editorCursor.foreground#333333
  • 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#1ea8fc
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#5dcdfd55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#547f91
  • editorSuggestWidget.highlightForeground#1ea8fc
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#1ea8fc
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#50bbfd
  • focusBorder#1ea8fc
  • foreground#547f91
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#1ea8fc
  • input.background#ffffff
  • input.border#999999
  • input.foreground#547f91
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#5dcdfd
  • list.activeSelectionBackground#5dcdfd
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#1ea8fc
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#547f91
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#1ea8fc
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#1ea8fc
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#5dcdfd55
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#5d8da1
  • peekViewResult.lineForeground#9ebbc7
  • peekViewResult.matchHighlightBackground#5dcdfd55
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#5d8da1
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#4e7787
  • peekViewTitleLabel.foreground#547f91
  • progressBar.background#547f91
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#1ea8fcaa
  • scrollbarSlider.background#547f9135
  • scrollbarSlider.hoverBackground#1ea8fc55
  • sideBar.background#f2f2f2
  • sideBar.foreground#547f91
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#547f91
  • statusBar.background#1ea8fc
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#5dcdfd
  • tab.activeForeground#547f91
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#cedde3
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#547f91
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#8eafbd
  • terminal.ansiBrightCyan#c2ecfe
  • terminal.ansiBrightGreen#83cffd
  • terminal.ansiBrightMagenta#83cffd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#8eafbd
  • terminal.ansiBrightYellow#c2ecfe
  • terminal.ansiCyan#5dcdfd
  • terminal.ansiGreen#1ea8fc
  • terminal.ansiMagenta#1ea8fc
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#5d8da1
  • terminal.ansiYellow#5dcdfd
  • terminal.background#ffffff
  • terminal.foreground#547f91
  • titleBar.activeBackground#eff3f5
  • titleBar.activeForeground#547f91
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#547f91
comment#9ecee5
string#aaaaaa
constant.numeric#777777
constant.language#5dcdfd
constant.character, constant.other#5dcdfd
variable
keyword#1ea8fc
storage#5dcdfd
storage.type#1ea8fc
entity.name.class#5dcdfdunderline
entity.other.inherited-class#5dcdfd
entity.name.function#547f91
variable.parameter#3d5b68
entity.name.tag#1ea8fc
entity.other.attribute-name#5dcdfd
support.function#5dcdfd
support.constant#5dcdfd
support.type, support.class#5dcdfd
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#aaaaaa
meta.diff, meta.diff.header#9ecee5
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#62b0d5
meta.property-value, support.constant.property-value, constant.other.color#aaaaaa
meta.structure.dictionary.json string.quoted.double.json#5dcdfd
meta.structure.dictionary.value.json string.quoted.double.json#aaaaaa
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#547f91
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#1ea8fc
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#1ea8fcnormal
variable.other#3d5b68normal
variable.parameter.function.coffee#777777
entity.name.section.markdown#5dcdfd
punctuation.definition.heading.markdown#1ea8fc
markup.raw.inline.markdown#aaaaaa
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#1ea8fc
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#1ea8fc
punctuation.definition.metadata.markdown#1ea8fc
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#1ea8fc
markup.bold.markdown, markup.italic.markdown#1ea8fc
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#547f91

Shiki preview

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

Loading...