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.

  • // Activity Bar (Far left icon strip)
  • // Dropdown Menus & Context Menus
  • // File Explorer Tree Rows
  • // Jupyter Notebook Background Alignment
  • // Side Bar (File Explorer, Extensions list, etc.)
  • activityBar.background#f7f7f7
  • activityBar.foreground#000000
  • activityBar.inactiveForeground#888888
  • activityBarBadge.background#f1b4b4
  • editor.background#f7f7f7
  • editor.foreground#000000
  • editorBracketHighlight.foreground1#000000
  • editorBracketHighlight.foreground2#000000
  • editorBracketHighlight.foreground3#000000
  • editorBracketHighlight.foreground4#000000
  • editorBracketHighlight.foreground5#000000
  • editorBracketHighlight.foreground6#000000
  • editorBracketHighlight.unexpectedBracket.foreground#e0506c
  • editorIndentGuide.activeBackground1#00000000
  • editorIndentGuide.background1#00000000
  • list.activeSelectionBackground#dadada
  • list.activeSelectionForeground#000000
  • list.hoverBackground#e5e5e5
  • list.inactiveSelectionBackground#e0e0e0
  • menu.background#f7f7f7
  • menu.foreground#000000
  • menu.selectionBackground#dadada
  • menu.selectionForeground#000000
  • menu.separatorBackground#e0e0e0
  • notebook.cellEditorBackground#f7f7f7
  • sideBar.background#f0f0f0
  • sideBar.border#e0e0e0
  • sideBar.foreground#000000
  • sideBarSectionHeader.background#f7f7f7
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#f7f7f7

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#aa8800italic
punctuation#777777
variable#000000
invalid, invalid.illegal#007070
keyword#d03550normal
entity.name.function#007777
constant#d03550
string#498000
entity.name#007777
Yemi by Fraol Gelana Waldamichael - VS Code Theme