Skip to main content
Coding Theme

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.background#f4f4f4
  • activityBar.foreground#161616
  • activityBar.inactiveForeground#6f6f6f
  • activityBarBadge.background#0f62fe
  • activityBarBadge.foreground#ffffff
  • badge.background#0f62fe
  • badge.foreground#ffffff
  • button.background#0f62fe
  • button.foreground#ffffff
  • button.hoverBackground#0353e9
  • dropdown.background#ffffff
  • dropdown.border#e0e0e0
  • dropdown.foreground#161616
  • editor.background#ffffff
  • editor.foreground#161616
  • editor.inactiveSelectionBackground#0f62fe20
  • editor.lineHighlightBackground#f4f4f4
  • editor.selectionBackground#0f62fe40
  • editorCursor.foreground#161616
  • editorGroup.border#e0e0e0
  • editorGroupHeader.tabsBackground#f4f4f4
  • editorIndentGuide.background#e0e0e0
  • editorLineNumber.activeForeground#161616
  • editorLineNumber.foreground#6f6f6f
  • editorWhitespace.foreground#e0e0e0
  • input.background#ffffff
  • input.border#e0e0e0
  • input.foreground#161616
  • list.activeSelectionBackground#0f62fe
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#f4f4f4
  • list.inactiveSelectionBackground#f4f4f4
  • panel.background#f4f4f4
  • panel.border#e0e0e0
  • peekView.border#0f62fe
  • progressBar.background#0f62fe
  • scrollbar.shadow#00000020
  • scrollbarSlider.activeBackground#c6c6c690
  • scrollbarSlider.background#c6c6c650
  • scrollbarSlider.hoverBackground#c6c6c670
  • sideBar.background#f4f4f4
  • sideBar.border#e0e0e0
  • sideBar.foreground#161616
  • sideBarSectionHeader.background#ffffff
  • sideBarSectionHeader.foreground#161616
  • statusBar.background#f4f4f4
  • statusBar.foreground#161616
  • statusBar.noFolderBackground#f4f4f4
  • tab.activeBackground#ffffff
  • tab.activeForeground#161616
  • tab.border#e0e0e0
  • tab.inactiveBackground#f4f4f4
  • tab.inactiveForeground#6f6f6f
  • terminal.background#f4f4f4
  • terminal.foreground#161616
  • titleBar.activeBackground#f4f4f4
  • titleBar.activeForeground#161616
  • titleBar.inactiveBackground#f4f4f4
  • titleBar.inactiveForeground#6f6f6f

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6f6f6fitalic
string#198038
constant.numeric#da1e28
constant.language#da1e28
keyword#8a3ffcbold
storage#8a3ffcbold
entity.name.function#0043ce
entity.name.class#9f1853
entity.name.type#9f1853
variable.parameter#161616
variable.language#da1e28
support.function#0043ce
support.class#9f1853
support.type#9f1853
invalid#da1e28underline
meta.tag#8a3ffc
entity.name.tag#8a3ffc
entity.other.attribute-name#0043ce
iB-theme by Pengfan Chang - VS Code Theme