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#F5F5F5
  • activityBar.foreground#2D2D2D
  • activityBarBadge.background#B0B0B0
  • activityBarBadge.foreground#FFFFFF
  • button.background#E0E0E0
  • button.foreground#2D2D2D
  • button.hoverBackground#D0D0D0
  • dropdown.background#FFFFFF
  • dropdown.border#E0E0E0
  • dropdown.foreground#2D2D2D
  • editor.background#F5F5F5
  • editor.foreground#2D2D2D
  • editor.selectionBackground#E0E0E0
  • editor.selectionHighlightBackground#E8E8E8
  • editorBracketMatch.background#E0E0E0
  • editorBracketMatch.border#B0B0B0
  • editorCursor.foreground#2D2D2D
  • editorGutter.background#FAFAFA
  • editorIndentGuide.activeBackground#C0C0C0
  • editorIndentGuide.background#E0E0E0
  • editorLineHighlight.background#F0F0F0
  • editorLineHighlight.border#E0E0E0
  • editorLineNumber.activeForeground#2D2D2D
  • editorLineNumber.foreground#B0B0B0
  • editorWhitespace.foreground#D0D0D0
  • input.background#FFFFFF
  • input.border#E0E0E0
  • input.foreground#2D2D2D
  • list.activeSelectionBackground#E8E8E8
  • list.activeSelectionForeground#2D2D2D
  • list.hoverBackground#F5F5F5
  • list.inactiveSelectionBackground#F0F0F0
  • panel.background#FFFFFF
  • panel.border#E0E0E0
  • scrollbarSlider.activeBackground#B0B0B0
  • scrollbarSlider.background#D0D0D0
  • scrollbarSlider.hoverBackground#C0C0C0
  • sideBar.background#FFFFFF
  • sideBarSectionHeader.background#F5F5F5
  • sideBarSectionHeader.foreground#2D2D2D
  • sideBarTitle.foreground#2D2D2D
  • statusBar.background#FFFFFF
  • statusBar.debuggingBackground#F5F5F5
  • statusBar.foreground#2D2D2D
  • statusBar.noFolderBackground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeForeground#2D2D2D
  • tab.border#E0E0E0
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#808080
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#2D2D2D
  • titleBar.inactiveBackground#FAFAFA
  • titleBar.inactiveForeground#808080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#808080italic
keyword, storage.type, storage.modifier#4A4A4Abold
string#5A5A5A
constant.numeric#6A6A6A
entity.name.function, meta.function-call#3A3A3A