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#2D7F35
  • activityBarBadge.background#2D7F35
  • editor.background#FFFFFF
  • editor.foreground#000000
  • editor.inactiveSelectionBackground#E5E5E5
  • editor.lineHighlightBackground#F5F5F5
  • editor.selectionBackground#CCCCCC
  • editorCursor.foreground#2D7F35
  • editorIndentGuide.activeBackground#CCCCCC
  • editorIndentGuide.background#E5E5E5
  • list.activeSelectionBackground#CCCCCC
  • list.activeSelectionForeground#000000
  • list.focusBackground#CCCCCC
  • list.focusForeground#000000
  • list.hoverBackground#D9D9D9
  • list.hoverForeground#000000
  • list.inactiveSelectionBackground#E5E5E5
  • list.inactiveSelectionForeground#000000
  • sideBar.background#F5F5F5
  • sideBar.border#2D7F35
  • sideBar.foreground#000000
  • sideBarSectionHeader.background#F5F5F5
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#000000
  • statusBar.background#F5F5F5
  • statusBar.foreground#000000
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#2D7F35
  • tab.activeForeground#000000
  • tab.border#2D7F35
  • tab.hoverBackground#CCCCCC
  • tab.hoverForeground#000000
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#666666
  • tab.unfocusedActiveBorderTop#99D3A6
  • titleBar.activeBackground#F5F5F5
  • titleBar.activeForeground#000000
  • titleBar.border#2D7F35

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#7A7A7A
keyword, storage.type, storage.modifier#2D7F35
constant#8AB446
variable#000000
string#558B2F
support.function#2D7F35
entity.name.function#8AB446
entity.name.type#2D7F35
keyword.operator#2D7F35
punctuation.separator#000000