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#F0F0F0
  • activityBar.border#CCCCCC
  • activityBar.foreground#1E1E1E
  • activityBarBadge.background#FFCC00
  • activityBarBadge.foreground#FFFFFF
  • button.background#E0E0E0
  • button.border#CCCCCC
  • button.foreground#1E1E1E
  • button.hoverBackground#D0D0D0
  • button.secondaryBackground#F0F0F0
  • button.secondaryForeground#1E1E1E
  • button.secondaryHoverBackground#D8D8D8
  • dropdown.background#F5F5F5
  • dropdown.border#CCCCCC
  • dropdown.foreground#1E1E1E
  • editor.background#FFFFFF
  • editor.foreground#1E1E1E
  • editor.lineHighlightBackground#F3F3F3
  • editor.selectionBackground#C0C0C0
  • editor.selectionHighlightBackground#00000010
  • editorCursor.foreground#FF8800
  • editorGroup.border#CCCCCC
  • editorGroupHeader.tabsBorder#CCCCCC
  • editorIndentGuide.activeBackground#999999
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#000000
  • editorLineNumber.foreground#AAAAAA
  • input.background#F5F5F5
  • input.border#CCCCCC
  • input.foreground#1E1E1E
  • inputOption.activeBorder#FF8800
  • panel.background#F5F5F5
  • panel.border#CCCCCC
  • panelTitle.activeForeground#1E1E1E
  • panelTitle.inactiveForeground#555555
  • sideBar.background#F5F5F5
  • sideBar.border#CCCCCC
  • sideBar.foreground#1E1E1E
  • sideBarSectionHeader.background#F0F0F0
  • sideBarSectionHeader.foreground#1E1E1E
  • sideBarTitle.foreground#000000
  • statusBar.background#F0F0F0
  • statusBar.border#CCCCCC
  • statusBar.debuggingBackground#E0E0E0
  • statusBar.debuggingForeground#FF8800
  • statusBar.foreground#1E1E1E
  • tab.activeBackground#FFFFFF
  • tab.activeForeground#1E1E1E
  • tab.border#CCCCCC
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#555555
  • terminal.background#FFFFFF
  • terminal.foreground#1E1E1E
  • terminal.selectionBackground#C0C0C0
  • terminalCursor.foreground#FF8800

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#228B22italic
keyword, storage.type#A52A2Abold
string, constant.other.symbol#2E8B57
variable, entity.name.function#6A5ACD
constant.numeric, constant.language, constant.character#DAA520
entity.name.type, entity.name.class, entity.name.namespace#E06666bold
support.function, support.constant, support.type#1E90FFbold
punctuation, operator#1E1E1E
invalid, invalid.illegal#FF0000
deprecated#888888strikethrough
markup.heading, markup.bold#B8860Bbold
markup.italic#B8860Bitalic
markup.quote#5B8E7Eitalic
markup.list, markup.raw#D2691E
meta, meta.structure#1E1E1E
keyword.operator.unpacking, punctuation.definition.operator#FF8800