Skip to main content
Coding Theme

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#2e3a45
  • activityBar.foreground#ffffff
  • activityBarBadge.background#017c9d
  • activityBarBadge.foreground#ffffff
  • badge.background#017c9d
  • badge.foreground#ffffff
  • button.background#019d76
  • button.foreground#ffffff
  • dropdown.background#263039
  • dropdown.border#263039
  • dropdown.foreground#ffffff
  • editor.background#2a353f
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#017c9d22
  • editor.lineHighlightBackground#303d48
  • editor.selectionBackground#017c9d55
  • editor.wordHighlightBackground#15b8ae22
  • editor.wordHighlightStrongBackground#019d7622
  • editorBracketMatch.background#017c9d44
  • editorBracketMatch.border#019d76
  • editorCursor.foreground#ffffff
  • editorGroup.background#303d48
  • editorGroupHeader.tabsBackground#303d48
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#263039
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#3e4f5e
  • editorLineNumber.foreground#53687c
  • editorLink.activeForeground#017c9d
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#019d7655
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#3e4f5e
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#017c9d
  • editorSuggestWidget.selectedBackground#53687c
  • editorWhitespace.foreground#3e4f5e
  • editorWidget.background#3e4f5e
  • editorWidget.border#53687c
  • extensionButton.prominentBackground#017c9d
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#01a4d0
  • focusBorder#017c9d
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#68829a
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#017c9d
  • input.background#202830
  • input.border#495c6d
  • input.foreground#ffffff
  • input.placeholderForeground#4f6376
  • inputOption.activeBorder#019d76
  • list.activeSelectionBackground#019d76
  • list.activeSelectionForeground#2a353f
  • list.focusBackground#495c6d
  • list.hoverBackground#303d48
  • list.inactiveSelectionBackground#2a353f
  • notification.background#34424e
  • notification.buttonBackground#017c9d
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ffffff
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#3e4f5e
  • panel.border#53687c
  • panelTitle.activeBorder#017c9d
  • panelTitle.inactiveForeground#778fa4
  • peekView.border#017c9d
  • peekViewEditor.background#222b33
  • peekViewEditor.matchHighlightBackground#019d7655
  • peekViewEditorGutter.background#263039
  • peekViewResult.background#34424e
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#019d7655
  • peekViewResult.selectionBackground#2e3a45
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#263039
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#15b8ae
  • scrollbar.shadow#161b20
  • scrollbarSlider.activeBackground#017c9daa
  • scrollbarSlider.background#53687caa
  • scrollbarSlider.hoverBackground#017c9d55
  • sideBar.background#34424e
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#3a4a57
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#017c9d
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#019d76
  • tab.activeBackground#0387af
  • tab.activeForeground#ffffff
  • tab.inactiveBackground#323f4b
  • tab.inactiveForeground#869baf
  • terminal.ansiBlack#34424e
  • terminal.ansiBlue#15b8ae
  • terminal.ansiBrightBlack#53687c
  • terminal.ansiBrightBlue#49eae0
  • terminal.ansiBrightCyan#07fdc0
  • terminal.ansiBrightGreen#07c9fd
  • terminal.ansiBrightMagenta#07c9fd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#07fdc0
  • terminal.ansiCyan#019d76
  • terminal.ansiGreen#017c9d
  • terminal.ansiMagenta#017c9d
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#019d76
  • terminal.background#202830
  • terminal.foreground#ffffff
  • titleBar.activeBackground#222b33

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#7b98b2
string#15b8ae
constant.numeric#15b8ae
constant.language#019d76
constant.character, constant.other#019d76
variable
keyword#017c9d
storage#019d76
storage.type#017c9d
entity.name.class#019d76underline
entity.other.inherited-class#019d76
entity.name.function#15b8ae
variable.parameter#ffffff
entity.name.tag#e05ed0italic
entity.other.attribute-name#f7a001
support.function#019d76
support.constant#019d76
support.type, support.class#019d76
support.other.variable
support.type.property-name#2c91cc
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#15b8ae
meta.object-literal#e42fdf
meta.method-call.php entity.name.function.php#c765c5bold
meta.function-call.php entity.name.function.php#e42fdf
meta.function.parameter.typehinted.php storage.type#017c9dbold
meta.diff, meta.diff.header#7b98b2
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#abbece
meta.property-value, support.constant.property-value, constant.other.color#15b8ae
meta.structure.dictionary.json string.quoted.double.json#019d76
meta.structure.dictionary.value.json string.quoted.double.json#15b8ae
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#ffffff
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#017c9d
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#017c9dnormal
variable.other#ffffffitalic
variable.parameter.function.coffee#15b8ae
entity.name.section.markdown#019d76
punctuation.definition.heading.markdown#017c9d
markup.raw.inline.markdown#15b8ae
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#017c9d
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#017c9d
punctuation.definition.metadata.markdown#017c9d
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#017c9d
markup.bold.markdown, markup.italic.markdown#017c9d
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#ffffff

Shiki preview

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

Loading...

iluminar - Coding Theme