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#000000
  • activityBar.foreground#43A047
  • activityBarBadge.background#43A047
  • editor.background#000000
  • editor.foreground#CFCFCF
  • editor.inactiveSelectionBackground#2D2D2D
  • editor.lineHighlightBackground#1A1A1A
  • editor.selectionBackground#333333
  • editorCursor.foreground#43A047
  • editorGroupHeader.tabsBackground#000000
  • editorIndentGuide.activeBackground#3D3D3D
  • editorIndentGuide.background#2D2D2D
  • list.activeSelectionBackground#333333
  • list.activeSelectionForeground#CFCFCF
  • list.focusBackground#333333
  • list.focusForeground#CFCFCF
  • list.hoverBackground#3D3D3D
  • list.hoverForeground#CFCFCF
  • list.inactiveSelectionBackground#2D2D2D
  • list.inactiveSelectionForeground#CFCFCF
  • sideBar.background#000000
  • sideBar.border#43A047
  • sideBar.foreground#CFCFCF
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.foreground#CFCFCF
  • sideBarTitle.foreground#CFCFCF
  • statusBar.background#000000
  • statusBar.foreground#CFCFCF
  • tab.activeBackground#000000
  • tab.activeBorder#2D7F35
  • tab.activeBorderTop#2D7F35
  • tab.activeForeground#FFFFFF
  • tab.border#2D7F35
  • tab.hoverBackground#000000
  • tab.hoverForeground#FFFFFF
  • tab.inactiveBackground#000000
  • tab.inactiveBorder#1A4E20
  • tab.inactiveForeground#CCCCCC
  • tab.unfocusedActiveBackground#000000
  • tab.unfocusedActiveBorderTop#1A4E20
  • tab.unfocusedInactiveBackground#000000
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#CFCFCF
  • titleBar.border#43A047

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#7A7A7A
keyword, storage.type, storage.modifier#43A047
constant#8AB446
variable#CFCFCF
string#A3E635
support.function#43A047
entity.name.function#8AB446
entity.name.type#43A047
keyword.operator#43A047
punctuation.separator#CFCFCF