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.activeBorder#9acd32
  • activityBar.background#081608
  • activityBar.foreground#e0f0e0
  • activityBar.inactiveForeground#70a070
  • activityBarBadge.background#228b22
  • activityBarBadge.foreground#ffffff
  • editor.background#0d1a0d
  • editor.foreground#e0f0e0
  • editor.lineHighlightBackground#1a2a1a
  • editor.selectionBackground#2a4a2a
  • editorCursor.foreground#9acd32
  • editorError.foreground#ff4500
  • editorHint.foreground#9acd32
  • editorInfo.foreground#40e0d0
  • editorWarning.foreground#ffa500
  • list.activeSelectionBackground#2a4a2a
  • list.activeSelectionForeground#e0f0e0
  • list.errorForeground#ff4500
  • list.warningForeground#ffa500
  • sideBar.background#0d1a0d
  • sideBar.border#1a2a1a
  • sideBar.foreground#e0f0e0
  • sideBarSectionHeader.background#1a2a1a
  • sideBarSectionHeader.foreground#e0f0e0
  • sideBarTitle.foreground#90ee90
  • statusBar.background#081608
  • statusBar.border#1a2a1a
  • statusBar.debuggingBackground#228b22
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#e0f0e0
  • statusBarItem.remoteBackground#228b22
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#1a2a1a
  • tab.activeBorderTop#9acd32
  • tab.activeForeground#e0f0e0
  • tab.inactiveBackground#0d1a0d
  • tab.inactiveForeground#70a070
  • titleBar.activeBackground#081608
  • titleBar.activeForeground#e0f0e0
  • titleBar.inactiveBackground#081608
  • titleBar.inactiveForeground#70a070

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#708070italic
keyword, keyword.control, storage.modifier#228b22bold
string, constant.other.symbol#90ee90
entity.name.function, support.function#9acd32
entity.name.class, entity.name.type, support.class#32cd32bold