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
  • // Hide the vertical scope and indent lines
  • // Jupyter Notebook Background Alignment
  • // Remove vibrant bracket pair colors (make them uniform white)
  • // Side Bar (File Explorer, Extensions list, etc.)
  • activityBar.background#23282D
  • activityBar.foreground#f7768e
  • activityBar.inactiveForeground#b4f9f8
  • activityBarBadge.background#24292E
  • editor.background#24292E
  • editor.foreground#ffffff
  • editorBracketHighlight.foreground1#ffffff
  • editorBracketHighlight.foreground2#ffffff
  • editorBracketHighlight.foreground3#ffffff
  • editorBracketHighlight.foreground4#ffffff
  • editorBracketHighlight.foreground5#ffffff
  • editorBracketHighlight.foreground6#ffffff
  • editorBracketHighlight.unexpectedBracket.foreground#ffffff
  • editorIndentGuide.activeBackground1#00000000
  • editorIndentGuide.background1#00000000
  • list.activeSelectionBackground#2a2a2e
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#222225
  • list.inactiveSelectionBackground#1e1e20
  • menu.background#23282D
  • menu.foreground#ffffff
  • menu.selectionBackground#2a2a2e
  • menu.selectionForeground#ffffff
  • menu.separatorBackground#222225
  • notebook.cellEditorBackground#23282D
  • sideBar.background#24292E
  • sideBar.border#222225
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#23282D
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#24292E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#dfdf8eitalic
punctuation#CCCCCC
variable#ffffff
invalid, invalid.illegal#b4f9f8
keyword#f7768enormal
entity.name.function#b4f9f8
constant#f7768e
string#C3E88D
entity.name#b4f9f8
Yemi by Fraol Gelana Waldamichael - VS Code Theme