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#373f27
  • activityBar.dropBackground#5b614e
  • activityBar.foreground#f98b95
  • badge.background#cd434f
  • badge.foreground#f98b95
  • button.background#cd434f
  • debugToolBar.background#636b46
  • diffEditor.insertedTextBackground#6F912B80
  • diffEditor.removedTextBackground#98334D80
  • dropdown.background#5b614e
  • dropdown.listBackground#636b46
  • editor.background#373f27
  • editor.foreground#f98b95
  • editor.lineHighlightBackground#5b614e8c
  • editor.selectionBackground#636b4680
  • editor.selectionHighlightBackground#373f2780
  • editor.wordHighlightBackground#4a4a7680
  • editor.wordHighlightStrongBackground#6a6a9680
  • editorCursor.foreground#f8f8f0
  • editorGroup.border#34352f
  • editorGroup.dropBackground#5b614e80
  • editorGroupHeader.tabsBackground#636b46
  • editorHoverWidget.background#5b614e
  • editorHoverWidget.border#cd434f
  • editorIndentGuide.activeBackground#767771
  • editorIndentGuide.background#464741
  • editorLineNumber.activeForeground#c2c2bf
  • editorLineNumber.foreground#90908a
  • editorSuggestWidget.background#373f27
  • editorSuggestWidget.border#cd434f
  • editorWhitespace.foreground#464741
  • editorWidget.background#636b46
  • focusBorder#cd434f
  • input.background#5b614e
  • inputOption.activeBorder#cd434f
  • inputValidation.errorBackground#98334D
  • inputValidation.errorBorder#f92672
  • inputValidation.infoBackground#5C6D93
  • inputValidation.infoBorder#819aff
  • inputValidation.warningBackground#8D912B
  • inputValidation.warningBorder#e2e22e
  • list.activeSelectionBackground#cd434f
  • list.dropBackground#5b614e
  • list.focusBackground#5b614e
  • list.highlightForeground#f98b95
  • list.hoverBackground#5b614e
  • list.inactiveSelectionBackground#5b614e
  • menu.background#636b46
  • menu.foreground#cccccc
  • panel.border#5b614e
  • panelTitle.activeBorder#cd434f
  • panelTitle.activeForeground#f98b95
  • panelTitle.inactiveForeground#cd434f
  • peekView.border#cd434f
  • peekViewEditor.background#373f27
  • peekViewEditor.matchHighlightBackground#cd434f
  • peekViewResult.background#636b46
  • peekViewResult.matchHighlightBackground#cd434f
  • peekViewResult.selectionBackground#5b614e
  • peekViewTitle.background#636b46
  • pickerGroup.foreground#cd434f
  • progressBar.background#cd434f
  • selection.background#ccccc7
  • settings.numberInputBackground#32342d
  • settings.textInputBackground#32342d
  • sideBar.background#636b46
  • sideBarSectionHeader.background#373f27
  • statusBar.background#5b614e
  • statusBar.debuggingBackground#cd434f
  • statusBar.noFolderBackground#5b614e
  • tab.border#636b46
  • tab.inactiveBackground#373f278c
  • tab.inactiveForeground#ccccc7
  • terminal.ansiBlack#333333
  • terminal.ansiBlue#6A7EC8
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#819aff
  • terminal.ansiBrightCyan#66D9EF
  • terminal.ansiBrightGreen#A6E22E
  • terminal.ansiBrightMagenta#AE81FF
  • terminal.ansiBrightRed#f92672
  • terminal.ansiBrightWhite#f98b95
  • terminal.ansiBrightYellow#e2e22e
  • terminal.ansiCyan#56ADBC
  • terminal.ansiGreen#86B42B
  • terminal.ansiMagenta#8C6BC8
  • terminal.ansiRed#C4265E
  • terminal.ansiWhite#e3e3dd
  • terminal.ansiYellow#B3B42B
  • titleBar.activeBackground#636b46
  • widget.shadow#373f27

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#f98b95
comment#cd434f
string#E6DB74
punctuation.definition.template-expression, punctuation.section.embedded#F92672
meta.template.expression#f98b95
constant.numeric#AE81FF
constant.language#AE81FF
constant.character, constant.other#AE81FF
variable#f98b95
keyword#F92672
storage#F92672
storage.type#66D9EFitalic
entity.name.type, entity.name.class#A6E22Eunderline
entity.other.inherited-class#A6E22Eitalic underline
entity.name.function#A6E22E
variable.parameter#FD971Fitalic
entity.name.tag#F92672
entity.other.attribute-name#A6E22E
support.function#66D9EF
support.constant#66D9EF
support.type, support.class#66D9EFitalic
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
meta.structure.dictionary.json string.quoted.double.json#CFCFC2
meta.diff, meta.diff.header#cd434f
markup.deleted#F92672
markup.inserted#A6E22E
markup.changed#E6DB74
constant.numeric.line-number.find-in-files - match#AE81FFA0
entity.name.filename.find-in-files#E6DB74
markup.quote#F92672
markup.list#E6DB74
markup.bold, markup.italic#66D9EF
markup.inline.raw#FD971F
markup.heading#A6E22E
markup.heading.setext#A6E22E
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6
variable.language#FD971F

Shiki preview

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

Loading...