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.activeBackground#b3880066
  • activityBar.activeBorder#c75d20
  • activityBar.background#d6cbb4
  • activityBar.foreground#384c52
  • activityBar.inactiveForeground#52666d
  • activityBarBadge.background#b38800BB
  • badge.background#b38800AA
  • button.background#b38800
  • debugExceptionWidget.background#f0e4cc
  • debugExceptionWidget.border#d4212b
  • debugToolBar.background#f0e4cc
  • disabledForeground#8f9894
  • dropdown.background#f0e4cc
  • dropdown.border#c75d20
  • editor.background#fef3da
  • editor.foreground#384c52
  • editor.inactiveSelectionBackground#b3880080
  • editor.lineHighlightBackground#f0e4cc
  • editor.selectionBackground#b38800AA
  • editor.selectionHighlightBackground#d6cbb480
  • editor.wordHighlightBackground#d6cbb499
  • editor.wordHighlightStrongBackground#d6cbb4AA
  • editorCursor.background#f0e4cc
  • editorCursor.foreground#c75d20
  • editorGroup.border#8f9894
  • editorGroup.dropBackground#c75d20AA
  • editorGroupHeader.border#d6cbb4
  • editorGroupHeader.tabsBackground#d6cbb4
  • editorGroupHeader.tabsBorder#d6cbb4
  • editorHoverWidget.background#d6cbb4
  • editorHoverWidget.border#8f9894
  • editorIndentGuide.activeBackground1#b3880080
  • editorIndentGuide.background1#52666d80
  • editorInlayHint.foreground#8f9894
  • editorLineNumber.activeForeground#52666d
  • editorLineNumber.foreground#8f9894
  • editorStickyScroll.shadow#d6cbb4
  • editorStickyScrollHover.background#d6cbb444
  • editorWhitespace.foreground#8f9894AA
  • editorWidget.background#f0e4cc
  • errorForeground#d4212b
  • extensionButton.prominentBackground#b38800
  • extensionButton.prominentHoverBackground#c75d20AA
  • focusBorder#c75d2099
  • foreground#384c52
  • input.background#d6cbb4
  • input.border#8f9894
  • input.foreground#384c52
  • input.placeholderForeground#8f9894
  • inputOption.activeBorder#c75d20
  • list.activeSelectionBackground#b3880088
  • list.errorForeground#d4212b
  • list.focusBackground#b3880066
  • list.highlightForeground#b38800
  • list.hoverBackground#b3880044
  • list.inactiveSelectionBackground#d6cbb4
  • list.warningForeground#b38800
  • notebook.cellEditorBackground#f0e4cc
  • notebook.editorBackground#fef3da
  • panel.border#8f9894
  • panelTitle.activeBorder#b38800
  • panelTitle.activeForeground#384c52
  • panelTitle.inactiveForeground#8f9894
  • peekView.border#b38800
  • peekViewEditor.background#f0e4cc
  • peekViewEditor.matchHighlightBackground#7d64c540
  • peekViewResult.background#f0e4cc
  • peekViewTitle.background#f0e4cc
  • pickerGroup.border#c75d2099
  • pickerGroup.foreground#c75d2099
  • progressBar.background#b38800
  • scrollbar.shadow#d6cbb4
  • selection.background#f0e4cc
  • settings.checkboxBackground#d6cbb4
  • settings.dropdownBackground#d6cbb4
  • settings.modifiedItemIndicator#b38800
  • settings.numberInputBackground#d6cbb4
  • settings.textInputBackground#d6cbb4
  • sideBar.background#f0e4cc
  • sideBar.foreground#384c52
  • sideBarTitle.foreground#384c52
  • statusBar.background#f0e4cc
  • statusBar.debuggingBackground#f0e4cc
  • statusBar.foreground#384c52
  • statusBar.noFolderBackground#f0e4cc
  • statusBarItem.errorBackground#d4212b
  • statusBarItem.prominentBackground#fef3da
  • statusBarItem.prominentHoverBackground#d6cbb499
  • statusBarItem.remoteBackground#b38800
  • statusBarItem.warningBackground#b38800
  • tab.activeBackground#fef3da
  • tab.activeBorder#b38800
  • tab.activeBorderTop#b38800
  • tab.activeForeground#384c52
  • tab.activeModifiedBorder#b38800
  • tab.border#8f9894
  • tab.inactiveBackground#d6cbb4
  • tab.inactiveForeground#52666d
  • terminal.ansiBlack#f0e4cc
  • terminal.ansiBlue#0073d2
  • terminal.ansiBrightBlack#fef3da
  • terminal.ansiBrightBlue#0073d2
  • terminal.ansiBrightCyan#0073d2
  • terminal.ansiBrightGreen#539100
  • terminal.ansiBrightMagenta#7d64c5
  • terminal.ansiBrightRed#c75d20
  • terminal.ansiBrightWhite#384c52
  • terminal.ansiBrightYellow#b38800
  • terminal.ansiCyan#009c8f
  • terminal.ansiGreen#539100
  • terminal.ansiMagenta#cb4c99
  • terminal.ansiRed#d4212b
  • terminal.ansiWhite#52666d
  • terminal.ansiYellow#b38800
  • terminal.background#fef3da
  • terminal.foreground#384c52
  • terminal.selectionBackground#f0e4cc
  • terminalCursor.background#f0e4cc
  • terminalCursor.foreground#52666d
  • textBlockQuote.background#f0e4cc
  • textCodeBlock.background#f0e4cc
  • textPreformat.background#f0e4cc
  • titleBar.activeBackground#f0e4cc
  • toolbar.hoverBackground#d6cbb480
  • walkThrough.embeddedEditorBackground#fef3da
  • welcomePage.background#fef3da
  • welcomePage.progress.background#d6cbb4
  • welcomePage.progress.foreground#b38800
  • welcomePage.tileBackground#f0e4cc

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8f9894italic
comment.block.preprocessor#8f9894
comment.documentation, comment.block.documentation#8f9894
invalid.illegal#d4212b
keyword.operator.new, keyword#b38800
keyword.operator#52666d
constant.language, support.constant, variable.language#c75d20
variable, entity.name.variable, support.variable#384c52
variable.other.property, variable.other.constant.property#384c52
entity.name.function, support.function#0073d2
entity.name.function.macro#7d64c5
entity.name.type, support.type, storage.type, storage#b38800
entity.name.class, entity.name.type.class, entity.other.inherited-class, support.class, meta.class.js, variable.other.readwrite.alias.js, variable.other.object.js, storage.type.protobuf#539100
entity.name.type.interface, entity.name.type.alias#c75d20
entity.name.type.enum#539100
variable.other.enummember#384c52
variable.other.event#384c52
entity.name.namespace, entity.name.type.package.go#cb4c99
keyword.control.import, keyword.control.from, keyword.control.directive.include, keyword.other.import#c75d20
entity.name.exception#d4212b
entity.name.sectionbold
constant.numeric, constant.character, constant, variable.other.constant#cb4c99
string#009c8f
constant.character.escape#52666d
string.regexp#0073d2
string.constant.character.escape, string.interpolated.dollar.shell, string.interpolated.backtick.shell, constant.character.format, constant.character.escape, punctuation.section.embedded, punctuation.definition.template-expression#cb4c99
constant.other.symbol#c75d20
punctuation, brackets#52666d
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#52666d
punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#52666d
entity.name.tag#0073d2
meta.tag entity.other.attribute-name, meta.attribute.class.html, entity.other.attribute-name.html#52666ditalic
constant.character.entity, punctuation.definition.entity#c75d20
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#7d64c5
meta.property-name, support.type.property-name#539100
meta.property-value, meta.property-value constant.other, support.constant.property-value#539100
keyword.other.importantbold
markup.changed#b38800
markup.deleted#d4212b
markup.italicitalic
markup.error#cb4c99bold
markup.inserted#539100
meta.link#0073d2
markup.output, markup.raw#384c52
markup.prompt#52666d
markup.heading#c75d20
markup.boldbold
markup.traceback#cb4c99
markup.underlineunderline
markup.quote#7d64c5
markup.list#0073d2
markup.bold, markup.italic#384c52
markup.inline.raw#c75d20
meta.attribute#384c52
meta.diffitalic
meta.diff.range, meta.diff.index, meta.separator#0073d2
meta.diff.header.from-file#0073d2
meta.diff.header.to-file#0073d2
meta.diff.header#0073d2
entity.name.import.go, entity.name.type.go, variable.other.assignment.go, variable.other.go#539100

Shiki preview

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

Loading...