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#080d11
  • activityBar.foreground#b6ced8
  • activityBarBadge.background#1ea8fc
  • activityBarBadge.foreground#ffffff
  • badge.background#1ea8fc
  • badge.foreground#ffffff
  • button.background#5dcdfd
  • button.foreground#ffffff
  • dropdown.background#020303
  • dropdown.border#020303
  • dropdown.foreground#b6ced8
  • editor.background#05080a
  • editor.foreground#b6ced8
  • editor.hoverHighlightBackground#1ea8fc22
  • editor.lineHighlightBackground#0a1014
  • editor.selectionBackground#1ea8fc55
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#5dcdfd22
  • editorBracketMatch.background#1ea8fc44
  • editorBracketMatch.border#5dcdfd
  • editorCursor.foreground#ffffff
  • editorGroup.background#0a1014
  • editorGroupHeader.tabsBackground#0a1014
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#020303
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#16232c
  • editorLineNumber.foreground#273e4e
  • editorLink.activeForeground#1ea8fc
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#5dcdfd55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#16232c
  • editorSuggestWidget.foreground#b6ced8
  • editorSuggestWidget.highlightForeground#1ea8fc
  • editorSuggestWidget.selectedBackground#273e4e
  • editorWhitespace.foreground#16232c
  • editorWidget.background#16232c
  • editorWidget.border#273e4e
  • extensionButton.prominentBackground#1ea8fc
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#50bbfd
  • focusBorder#1ea8fc
  • foreground#b6ced8
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#385a70
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#1ea8fc
  • input.background#000000
  • input.border#1e313d
  • input.foreground#b6ced8
  • input.placeholderForeground#243947
  • inputOption.activeBorder#5dcdfd
  • list.activeSelectionBackground#5dcdfd
  • list.activeSelectionForeground#05080a
  • list.focusBackground#1e313d
  • list.hoverBackground#0a1014
  • list.inactiveSelectionBackground#05080a
  • notification.background#0d161b
  • notification.buttonBackground#1ea8fc
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#b6ced8
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#16232c
  • panel.border#273e4e
  • panelTitle.activeBorder#1ea8fc
  • panelTitle.inactiveForeground#416781
  • peekView.border#1ea8fc
  • peekViewEditor.background#000000
  • peekViewEditor.matchHighlightBackground#5dcdfd55
  • peekViewEditorGutter.background#020303
  • peekViewResult.background#0d161b
  • peekViewResult.fileForeground#a9c5d1
  • peekViewResult.lineForeground#95b8c6
  • peekViewResult.matchHighlightBackground#5dcdfd55
  • peekViewResult.selectionBackground#080d11
  • peekViewResult.selectionForeground#b6ced8
  • peekViewTitle.background#020303
  • peekViewTitleDescription.foreground#acc7d3
  • peekViewTitleLabel.foreground#b6ced8
  • progressBar.background#ffffff
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#1ea8fcaa
  • scrollbarSlider.background#273e4eaa
  • scrollbarSlider.hoverBackground#1ea8fc55
  • sideBar.background#0d161b
  • sideBar.foreground#b6ced8
  • sideBarSectionHeader.background#131e25
  • sideBarSectionHeader.foreground#b6ced8
  • statusBar.background#1ea8fc
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#5dcdfd
  • tab.inactiveBackground#0c1318
  • tab.inactiveForeground#497592
  • terminal.ansiBlack#0d161b
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#273e4e
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#c2ecfe
  • terminal.ansiBrightGreen#83cffd
  • terminal.ansiBrightMagenta#83cffd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#f8fbfc
  • terminal.ansiBrightYellow#c2ecfe
  • terminal.ansiCyan#5dcdfd
  • terminal.ansiGreen#1ea8fc
  • terminal.ansiMagenta#1ea8fc
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#c7d9e1
  • terminal.ansiYellow#5dcdfd
  • terminal.background#000000
  • terminal.foreground#b6ced8
  • titleBar.activeBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#b6ced8
comment#456b7c
string#cccccc
constant.numeric#aaaaaa
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#ffffff
variable.parameter#ffffff
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#cccccc
meta.diff, meta.diff.header#456b7c
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#6494a9
meta.property-value, support.constant.property-value, constant.other.color#cccccc
meta.structure.dictionary.json string.quoted.double.json#5dcdfd
meta.structure.dictionary.value.json string.quoted.double.json#cccccc
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#b6ced8
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#ffffffnormal
variable.parameter.function.coffee#aaaaaa
entity.name.section.markdown#5dcdfd
punctuation.definition.heading.markdown#1ea8fc
markup.raw.inline.markdown#cccccc
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#b6ced8

Shiki preview

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

Loading...