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.

  • activityBarBadge.background#1A1000
  • editor.background#1A1000
  • editor.findMatchHighlightBackground#72480A
  • editor.foreground#ffcb7cec
  • editor.lineHighlightBackground#1A1000
  • editor.lineHighlightBorder#1A1000
  • editor.rangeHighlightBackground#72480A
  • editor.selectionBackground#72480A
  • editor.selectionHighlightBackground#1A1000
  • editor.symbolHighlightBackground#72480A
  • editor.wordHighlightBackground#72480A
  • editorBracketMatch.background#72480A
  • editorBracketMatch.border#72480A
  • editorCursor.background#1A1000
  • editorCursor.foreground#C48D3A
  • editorGroup.border#72480A
  • editorGroupHeader.tabsBackground#1A1000
  • editorIndentGuide.activeBackground#C48D3A
  • editorIndentGuide.background#72480A
  • editorLineNumber.foreground#C48D3A
  • editorOverviewRuler.border#72480A
  • focusBorder#72480A
  • foreground#C48D3A
  • list.activeSelectionBackground#1A1000
  • list.activeSelectionForeground#FFE4BB
  • list.dropBackground#1A1000
  • list.filterMatchBackground#1A1000
  • list.focusBackground#1A1000
  • list.focusForeground#FFE4BB
  • list.highlightForeground#FFCA7C
  • list.hoverBackground#1A1000
  • list.inactiveFocusBackground#1A1000
  • list.inactiveSelectionBackground#1A1000
  • menu.selectionBackground#1A1000
  • panel.border#72480A
  • panelSection.border#72480A
  • selection.background#1A1000
  • sideBar.background#1A1000
  • sideBar.border#1A1000
  • sideBar.dropBackground#1A1000
  • sideBar.foreground#FFCA7C
  • sideBarSectionHeader.background#1A1000
  • statusBar.background#C48D3A
  • statusBar.debuggingBackground#C48D3A
  • statusBar.debuggingForeground#030212
  • statusBar.foreground#030212
  • statusBar.noFolderBackground#C48D3A
  • statusBar.noFolderForeground#030212
  • tab.activeForeground#FFCA7C
  • tab.border#72480A
  • tab.inactiveBackground#1A1000
  • tab.inactiveForeground#C48D3A
  • titleBar.activeBackground#1A1000
  • titleBar.activeForeground#FFCA7C
  • titleBar.inactiveBackground#1A1000
  • tree.indentGuidesStroke#72480A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, constant.other.key, constant.other.symbol, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js, punctuation.definition.comment, string, string.other.link, support.other.variable#C48D3A
keyword, storage.type, storage.modifier#FEAB31bold
constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#C48D3A
constant.character.escape#FFE4BB
source.json meta.structure.dictionary.json support.type.property-name.json#ffcb7cec

Shiki preview

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

Loading...

mojavemidnight - Coding Theme