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#ffffff
  • activityBar.dropBackground#ffffff
  • activityBar.foreground#000000
  • activityBar.inactiveForeground#00000025
  • activityBarBadge.background#555555
  • activityBarBadge.foreground#ffffff
  • badge.background#555555
  • badge.foreground#ffffff
  • button.background#555555
  • button.foreground#111111
  • button.hoverBackground#444444
  • debugExceptionWidget.background#ffffff
  • debugExceptionWidget.border#ffffff
  • diffEditor.insertedTextBackground#00919b33
  • diffEditor.removedTextBackground#ff000025
  • dropdown.background#f5f5f5
  • dropdown.border#ffffff
  • dropdown.listBackground#f5f5f5
  • editor.background#ffffff
  • editor.findMatchBackground#00000025
  • editor.findMatchHighlightBackground#00000025
  • editor.findRangeHighlightBackground#00000025
  • editor.foreground#000000
  • editor.hoverHighlightBackground#00000025
  • editor.lineHighlightBackground#55555525
  • editor.rangeHighlightBackground#55555525
  • editor.selectionBackground#55555550
  • editor.selectionHighlightBackground#00000025
  • editorBracketMatch.border#555555
  • editorCursor.foreground#555555
  • editorGroup.border#ffffff
  • editorGroupHeader.noTabsBackground#ffffff
  • editorGroupHeader.tabsBackground#ffffff
  • editorGroupHeader.tabsBorder#ffffff
  • editorHoverWidget.background#fafafa
  • editorHoverWidget.border#fafafa
  • editorLineNumber.activeForeground#00000080
  • editorLineNumber.foreground#00000050
  • editorPane.background#ffffff
  • editorSuggestWidget.background#fafafa
  • editorSuggestWidget.border#fafafa
  • editorSuggestWidget.highlightForeground#555555
  • editorSuggestWidget.selectedBackground#55555525
  • editorWidget.background#ffffff
  • editorWidget.border#555555
  • focusBorder#555555
  • input.background#f5f5f5
  • input.border#f5f5f5
  • inputOption.activeBorder#555555
  • list.activeSelectionBackground#555555
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#55555525
  • list.focusForeground#000000
  • list.highlightForeground#555555
  • list.hoverBackground#00000004
  • list.hoverForeground#000000
  • list.inactiveSelectionBackground#55555525
  • list.inactiveSelectionForeground#000000
  • listFilterWidget.background#000000
  • listFilterWidget.outline#000000
  • panelTitle.activeBorder#555555
  • progressBar.background#555555
  • selection.background#00000025
  • sideBar.background#ffffff
  • sideBar.dropBackground#ffffff
  • sideBar.foreground#00000070
  • sideBarSectionHeader.background#00000010
  • sideBarSectionHeader.foreground#00000080
  • statusBar.background#000000
  • statusBar.debuggingBackground#555555
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#ffffffee
  • statusBar.noFolderBackground#555555
  • statusBar.noFolderForeground#000000
  • statusBarItem.activeBackground#00000050
  • statusBarItem.hoverBackground#00000025
  • tab.activeBackground#ffffff
  • tab.activeBorderTop#000000
  • tab.hoverBackground#ffffff
  • tab.hoverBorder#ffffff
  • tab.inactiveBackground#ffffff
  • tab.inactiveForeground#00000080
  • tab.unfocusedHoverBackground#ffffff
  • tab.unfocusedHoverBorder#ffffff
  • terminal.ansiBlack#7F7F7F
  • terminal.ansiBlue#6699CC
  • terminal.ansiBrightBlack#7F7F7F
  • terminal.ansiBrightBlue#6699CC
  • terminal.ansiBrightCyan#5FB3B3
  • terminal.ansiBrightGreen#99C794
  • terminal.ansiBrightMagenta#C594C5
  • terminal.ansiBrightRed#E15A60
  • terminal.ansiBrightWhite#D4D4D4
  • terminal.ansiBrightYellow#ffe2a9
  • terminal.ansiCyan#5FB3B3
  • terminal.ansiGreen#99C794
  • terminal.ansiMagenta#C594C5
  • terminal.ansiRed#E15A60
  • terminal.ansiWhite#D4D4D4
  • terminal.ansiYellow#ffe2a9
  • titleBar.activeBackground#ffffff
  • titleBar.activeForeground#00000080
  • titleBar.inactiveBackground#ffffff
  • titleBar.inactiveForeground#00000025

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.quoted.docstring#969fa7
string#4f6681
punctuation.definition.string, storage.type.string.python#000
beginning.punctuation, entity.name.section.group-title, entity.name.tag, entity.other.attribute-name.class, entity.other.attribute-name.id, keyword.const, keyword.control, keyword.function, keyword.import, keyword.operator.assignment, keyword.operator.comparison, keyword.operator.decrement, keyword.operator.expression, keyword.operator.increment, keyword.operator.increment-decrement, keyword.operator.logical, keyword.operator.misc, keyword.operator.new, keyword.operator.other, keyword.operator.ternary, keyword.other.fn, keyword.other.rust, keyword.other.special-method, keyword.other.where, keyword.package, keyword.type, keyword.var, markup.heading, meta.tag.sgml.doctype.html, punctuation.separator.key-value, storage.modifier, storage.type.class, storage.type.enum, storage.type.function, storage.type.import, storage.type.interface, storage.type.js, storage.type.namespace, storage.type.property, storage.type.rust, storage.type.string.python, storage.type.ts, storage.type.tsx, storage.type.type, support.type.object.modulebold

Shiki preview

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

Loading...

White Winter - Coding Theme