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.activeBackground#191a1a
  • activityBar.background#252526
  • activityBar.foreground#6A747A
  • activityBarBadge.background#485353
  • button.background#6A747A
  • dropdown.background#252526
  • dropdown.border#212324
  • dropdown.foreground#b2b2b2
  • editor.background#191a1a
  • editor.findMatchBackground#663330
  • editor.findMatchHighlightBackground#413030
  • editor.foreground#6A747A
  • editor.hoverHighlightBackground#212324
  • editor.lineHighlightBackground#212324
  • editor.lineHighlightBorder#212324
  • editor.selectionBackground#212324
  • editor.selectionHighlightBackground#212324
  • editorBracketMatch.background#212324
  • editorBracketMatch.border#748280
  • editorCursor.foreground#748280
  • editorGroup.border#212324
  • editorIndentGuide.activeBackground#474b4d
  • editorIndentGuide.background#212324
  • editorLineNumber.foreground#474b4d
  • errorForeground#663330
  • focusBorder#474b4d
  • foreground#6A747A
  • gitDecoration.addedResourceForeground#949f8f
  • gitDecoration.deletedResourceForeground#663330
  • gitDecoration.modifiedResourceForeground#9f9d8f
  • icon.foreground#474b4d
  • input.background#252526
  • input.border#212324
  • list.activeSelectionBackground#252526
  • list.activeSelectionForeground#b2b2b2
  • list.focusBackground#474b4d
  • list.focusForeground#b2b2b2
  • list.hoverBackground#252526
  • list.inactiveSelectionBackground#252526
  • list.inactiveSelectionForeground#b2b2b2
  • menu.background#191a1a
  • menu.border#252526
  • menu.foreground#b2b2b2
  • minimap.selectionHighlight#6A747A
  • panel.border#212324
  • panelTitle.activeForeground#b2b2b2
  • panelTitle.inactiveForeground#6A747A
  • peekView.border#252526
  • peekViewEditor.background#151616
  • peekViewEditor.matchHighlightBackground#663330
  • peekViewResult.background#252526
  • peekViewResult.fileForeground#6A747A
  • peekViewResult.lineForeground#6A747A
  • peekViewResult.matchHighlightBackground#663330
  • peekViewResult.selectionBackground#151616
  • peekViewResult.selectionForeground#b2b2b2
  • peekViewTitle.background#252526
  • peekViewTitleDescription.foreground#b2b2b2
  • scrollbarSlider.activeBackground#6A747A
  • scrollbarSlider.background#474b4d
  • scrollbarSlider.hoverBackground#6A747A
  • selection.background#6A747A
  • sideBar.background#191a1a
  • sideBar.border#212324
  • sideBarSectionHeader.background#252526
  • sideBarSectionHeader.foreground#b2b2b2
  • sideBarTitle.foreground#b2b2b2
  • statusBar.background#485353
  • statusBar.foreground#b2b2b2
  • tab.activeBackground#191a1a
  • tab.activeForeground#b2b2b2
  • tab.inactiveBackground#252526
  • tab.inactiveForeground#6A747A
  • titleBar.activeBackground#191a1a
  • titleBar.activeForeground#b2b2b2
  • titleBar.inactiveBackground#191a1a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#474b4d—
string#82918f—
constant.numeric#b6cfcf—
constant.language#6a747abold
constant.character, constant.character#A9C8D9—
variable#b2b2b2italic
keyword#DBDBDB—
keyword.operator, punctuation.terminator#474b4d—
storage#C4C4C4—
storage.type#708585bold
entity.name.class#CCCCCCbold underline
entity.other.inherited-class#808080underline
entity.name.function#9f9d8f—
variable.parameter#949494—
entity.name.tag#D1D1D1—
entity.other.attribute-name#616161—
support.function, support.constant#7F8C94—
support.type, support.class#949494bold
invalid#663330—
invalid.depreciated#999988—

Shiki preview

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

Loading...

PIA17936 - Coding Theme