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#3e4956
  • activityBar.foreground#ffffff
  • activityBarBadge.background#fe532c
  • activityBarBadge.foreground#ffffff
  • badge.background#fe532c
  • badge.foreground#ffffff
  • button.background#b0ca48
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#3e4956
  • editor.background#ffffff
  • editor.foreground#3e4956
  • editor.hoverHighlightBackground#fe532c22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#b0ca4833
  • editor.wordHighlightBackground#1f9aa822
  • editor.wordHighlightStrongBackground#b0ca4822
  • editorBracketMatch.background#fe532c44
  • editorBracketMatch.border#b0ca48
  • 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#fe532c
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#b0ca4855
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#3e4956
  • editorSuggestWidget.highlightForeground#fe532c
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#fe532c
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#fe7c5f
  • focusBorder#fe532c
  • foreground#3e4956
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#fe532c
  • input.background#ffffff
  • input.border#999999
  • input.foreground#3e4956
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#b0ca48
  • list.activeSelectionBackground#b0ca48
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#fe532c
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#3e4956
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#fe532c
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#fe532c
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#b0ca4855
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#495665
  • peekViewResult.lineForeground#77889d
  • peekViewResult.matchHighlightBackground#b0ca4855
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#495665
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#38414d
  • peekViewTitleLabel.foreground#3e4956
  • progressBar.background#1f9aa8
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#fe532caa
  • scrollbarSlider.background#3e495635
  • scrollbarSlider.hoverBackground#fe532c55
  • sideBar.background#f2f2f2
  • sideBar.foreground#3e4956
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#3e4956
  • statusBar.background#fe532c
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#b0ca48
  • tab.activeForeground#3e4956
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#a3afbd
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#1f9aa8
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#4fd0de
  • terminal.ansiBrightCyan#d2e197
  • terminal.ansiBrightGreen#fea692
  • terminal.ansiBrightMagenta#fea692
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#697b91
  • terminal.ansiBrightYellow#d2e197
  • terminal.ansiCyan#b0ca48
  • terminal.ansiGreen#fe532c
  • terminal.ansiMagenta#fe532c
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#495665
  • terminal.ansiYellow#b0ca48
  • terminal.background#ffffff
  • terminal.foreground#3e4956
  • titleBar.activeBackground#c1c9d2
  • titleBar.activeForeground#3e4956
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#3e4956
comment#44515e
string#4abcc9
constant.numeric#ef8b75
constant.language#b0ca48
constant.character, constant.other#b0ca48
variable
keyword#fe532c
storage#b0ca48
storage.type#fe532c
entity.name.class#b0ca48underline
entity.other.inherited-class#b0ca48
entity.name.function#1f9aa8
variable.parameter#2c343d
entity.name.tag#fe532c
entity.other.attribute-name#b0ca48
support.function#b0ca48
support.constant#b0ca48
support.type, support.class#b0ca48
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#4abcc9
meta.diff, meta.diff.header#44515e
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#242b32
meta.property-value, support.constant.property-value, constant.other.color#4abcc9
meta.structure.dictionary.json string.quoted.double.json#b0ca48
meta.structure.dictionary.value.json string.quoted.double.json#4abcc9
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#3e4956
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#fe532c
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fe532cnormal
variable.other#2c343dnormal
variable.parameter.function.coffee#ef8b75
entity.name.section.markdown#b0ca48
punctuation.definition.heading.markdown#fe532c
markup.raw.inline.markdown#4abcc9
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#fe532c
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#fe532c
punctuation.definition.metadata.markdown#fe532c
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fe532c
markup.bold.markdown, markup.italic.markdown#fe532c
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#3e4956

Shiki preview

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

Loading...