Skip to main content
CodingTheme

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#353535
  • activityBar.foreground#ccc
  • button.background#aaa
  • button.foreground#111
  • dropdown.background#1a1a1a
  • dropdown.border#101010
  • editor.background#1d1d1d
  • editor.findMatchBackground#444
  • editor.findMatchHighlightBackground#333
  • editor.foreground#ccc
  • editor.lineHighlightBackground#252525
  • editor.lineHighlightBorder#1d1d1d
  • editor.selectionBackground#3c3c3c
  • editor.selectionHighlightBackground#303030
  • editor.selectionHighlightBorder#1d1d1d
  • editorBracketMatch.background#3c3c3c
  • editorBracketMatch.border#3c3c3c
  • editorCursor.background#111
  • editorCursor.foreground#ccc
  • editorGroup.border#333
  • editorGroup.dropBackground#333a
  • editorGroupHeader.tabsBackground#222
  • editorIndentGuide.background#333
  • editorLineNumber.activeForeground#aaa
  • editorLineNumber.foreground#444
  • editorWhitespace.foreground#333
  • focusBorder#222
  • foreground#ccc
  • panel.background#222
  • panel.border#333
  • panelTitle.activeBorder#ccc
  • panelTitle.activeForeground#ccc
  • panelTitle.inactiveForeground#777
  • sideBar.background#222
  • sideBar.border#333
  • sideBar.foreground#ccc
  • sideBarSectionHeader.background#353535
  • sideBarSectionHeader.foreground#ccc
  • sideBarTitle.foreground#aaa
  • statusBar.background#222
  • statusBar.border#333
  • statusBar.debuggingBackground#77a
  • statusBar.debuggingForeground#eee
  • statusBar.foreground#ccc
  • statusBar.noFolderBackground#aaa
  • statusBar.noFolderForeground#111
  • tab.activeBackground#333
  • tab.activeBorder#ccc
  • tab.activeForeground#ccc
  • tab.hoverBackground#444
  • tab.inactiveBackground#232323
  • widget.shadow#0000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ccc
comment#6a6
variable, entity.name.function, meta.function, meta.function-call, support.type.property-name#ccc
keyword, keyword.control, keyword.other, storage.type, storage.modifier, support.type.sys-types, support.type.posix-reserved, support.type.stdint, constant.language, keyword.operator, keyword.operator.logical, keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.new, punctuation.separator, support.variable.glsl#999
string, constant.numeric#aad
meta.preprocessor, meta.preprocessor.include, meta.preprocessor.macro, keyword.control.directive.conditional, keyword.control.directive.include, keyword.control.directive.define, keyword.control.directive.undef, constant.character.escape.line-continuation, keyword.control.directive.pragma, meta.preprocessor.pragma, keyword.control.hlsl, markup.heading#77a
invalid#E32
meta.paragraph.markdown#ccc
markup.bold#aaabold
markup.italic#aaaitalic
markup.inline.raw, markup.raw#aad
markup.list, beginning.punctuation.definition.list.markdown#aaa

Shiki preview

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

Loading...

Minimalistic by Zachary Wells - VS Code Theme