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#1d2227
  • activityBar.foreground#ffffff
  • activityBarBadge.background#fb4357
  • activityBarBadge.foreground#ffffff
  • badge.background#03b5f4
  • badge.foreground#ffffff
  • button.background#5392db
  • button.foreground#ffffff
  • dropdown.background#15181b
  • dropdown.border#15181b
  • dropdown.foreground#ffffff
  • editor.background#191d21
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#fb435722
  • editor.lineHighlightBackground#20252a
  • editor.selectionBackground#077cf955
  • editor.wordHighlightBackground#5392db22
  • editor.wordHighlightStrongBackground#5392db22
  • editorBracketMatch.background#fb435744
  • editorBracketMatch.border#5392db
  • editorCursor.foreground#ffffff
  • editorGroup.background#20252a
  • editorGroupHeader.tabsBackground#20252a
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#15181b
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#03b5f4
  • editorIndentGuide.background#2f363e
  • editorLineNumber.foreground#45505b
  • editorLink.activeForeground#fb4357
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#5392db55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2f363e
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#fb4357
  • editorSuggestWidget.selectedBackground#45505b
  • editorWhitespace.foreground#2f363e
  • editorWidget.background#2f363e
  • editorWidget.border#45505b
  • extensionButton.prominentBackground#fb4357
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#ee808b
  • focusBorder#fb4357
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5b6978
  • gitDecoration.modifiedResourceForeground#03b5f4
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#fb4357
  • input.background#0e1012
  • input.border#3a434d
  • input.foreground#ffffff
  • input.placeholderForeground#414b55
  • inputOption.activeBorder#5392db
  • list.activeSelectionBackground#5392db
  • list.activeSelectionForeground#191d21
  • list.focusBackground#3a434d
  • list.hoverBackground#20252a
  • list.inactiveSelectionBackground#191d21
  • notification.background#242a2f
  • notification.buttonBackground#fb4357
  • 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#2f363e
  • panel.border#45505b
  • panelTitle.activeBorder#fb4357
  • panelTitle.inactiveForeground#667687
  • peekView.border#fb4357
  • peekViewEditor.background#101315
  • peekViewEditor.matchHighlightBackground#5392db55
  • peekViewEditorGutter.background#15181b
  • peekViewResult.background#242a2f
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#5392db55
  • peekViewResult.selectionBackground#1d2227
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#15181b
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#5392db
  • scrollbar.shadow#030304
  • scrollbarSlider.activeBackground#fb4357aa
  • scrollbarSlider.background#45505baa
  • scrollbarSlider.hoverBackground#fb435755
  • sideBar.background#242a2f
  • sideBar.foreground#7c8f9a
  • sideBarSectionHeader.background#2b3138
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#03b5f4
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#5392db
  • tab.inactiveBackground#22272d
  • tab.inactiveForeground#728394
  • terminal.ansiBlack#242a2f
  • terminal.ansiBlue#5392db
  • terminal.ansiBrightBlack#45505b
  • terminal.ansiBrightBlue#a7c7ed
  • terminal.ansiBrightCyan#d7c9f0
  • terminal.ansiBrightGreen#f4adb4
  • terminal.ansiBrightMagenta#f4adb4
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#a7c7ed
  • terminal.ansiCyan#9b78db
  • terminal.ansiGreen#fb4357
  • terminal.ansiMagenta#fb4357
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#5392db
  • terminal.background#0e1012
  • terminal.foreground#ffffff
  • titleBar.activeBackground#101315

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#718493
string#9fbde0
constant.numeric#9fbde0
constant.language#5392db
constant.character, constant.other#5392db
variable
keyword#fb4357
storage#5392db
storage.type#fb4357
entity.name.class#5392dbunderline
entity.other.inherited-class#5392db
entity.name.function#5392db
variable.parameter#ffffff
entity.name.tag#fb4357
entity.other.attribute-name#5392db
support.function#9b78db
support.constant#5392db
support.type, support.class#5392db
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#9fbde0
meta.diff, meta.diff.header#718493
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#9caab4
meta.property-value, support.constant.property-value, constant.other.color#9fbde0
meta.structure.dictionary.json string.quoted.double.json#5392db
meta.structure.dictionary.value.json string.quoted.double.json#9fbde0
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#fb4357
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fb4357normal
variable.other#ffffffnormal
variable.parameter.function.coffee#9fbde0
entity.name.section.markdown#5392db
punctuation.definition.heading.markdown#fb4357
markup.raw.inline.markdown#9fbde0
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#fb4357
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#fb4357
punctuation.definition.metadata.markdown#fb4357
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fb4357
markup.bold.markdown, markup.italic.markdown#fb4357
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
ice-ice-baby by Austin - VS Code Theme