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#002200
  • activityBar.foreground#00FF00
  • activityBarBadge.background#FF0000
  • activityBarBadge.foreground#FFFFFF
  • button.background#009C3B
  • button.foreground#FFFFFF
  • button.hoverBackground#00FF00
  • editor.background#000000
  • editor.foreground#FFFFFF
  • editor.inactiveSelectionBackground#FFDF0060
  • editor.lineHighlightBackground#009C3B
  • editor.selectionBackground#FFDF00
  • editorLineNumber.foreground#00FF00
  • focusBorder#FFFF00
  • input.background#001100
  • input.border#00FF00
  • input.foreground#FFFFFF
  • input.placeholderForeground#00FF00
  • list.activeSelectionBackground#FF0000
  • list.focusBackground#FFFF00
  • list.hoverBackground#009C3B
  • selection.background#FFFF0060
  • sideBar.background#001100
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#009C3B
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFFF00
  • statusBar.background#FFFF00
  • statusBar.debuggingBackground#FF0000
  • statusBar.foreground#000000
  • statusBarItem.hoverBackground#FFCC00
  • tab.activeBackground#000000
  • tab.activeForeground#FFFFFF
  • tab.border#FFFF00
  • tab.inactiveBackground#002200
  • tab.inactiveForeground#00FF00
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#002200
  • titleBar.inactiveForeground#00FF00

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#00FF00italic
string, constant.other.symbol, constant.other.key#00FF00
constant.numeric, constant.language, keyword.other.unit#FFFF00
entity.name.function, meta.function-call, support.function#00FFFF
entity.name.class, support.class, support.type#FFFF00
keyword, storage.type, storage.modifier#00FF00
variable, meta.block variable.other#FFFFFF
keyword.operator, punctuation#00FFFF
entity.name.tag, meta.tag.sgml#00FF00
entity.other.attribute-name#FFFF00
support.type.property-name#00FFFF

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...