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#d8d8d8
  • activityBar.foreground#464646
  • activityBarBadge.background#1f57a4
  • activityBarBadge.foreground#c8daf4
  • badge.background#1f57a4
  • badge.foreground#c8daf4
  • button.background#a6a5a6
  • button.foreground#000000
  • button.hoverBackground#949394
  • descriptionForeground#535a5a
  • dropdown.background#c0bfc0
  • dropdown.border#949394
  • dropdown.foreground#000000
  • dropdown.listBackground#949394
  • editor.background#E1EBF7
  • editor.foreground#19273C
  • editor.lineHighlightBackground#C0BFC0
  • editor.selectionBackground#C0BFC0
  • editorCursor.foreground#000000
  • editorGroupHeader.noTabsBackground#c0bfc0
  • editorGroupHeader.tabsBackground#c0bfc0
  • editorGutter.background#E1EBF7
  • editorIndentGuide.activeBackground#E1EBF7
  • editorIndentGuide.background#E1EBF7
  • editorRuler.foreground#464646
  • editorWhitespace.foreground#E1EBF7
  • focusBorder#464646
  • foreground#19273C
  • gitDecoration.addedResourceForeground#337532
  • gitDecoration.conflictingResourceForeground#d1951c
  • gitDecoration.deletedResourceForeground#a82626
  • gitDecoration.ignoredResourceForeground#b36750
  • gitDecoration.modifiedResourceForeground#857947
  • gitDecoration.submoduleResourceForeground#a81590
  • gitDecoration.untrackedResourceForeground#047579
  • input.background#c0bfc0
  • input.border#595859
  • list.activeSelectionBackground#2d74da
  • list.activeSelectionForeground#EAEAEA
  • list.dropBackground#eaeaea80
  • list.errorForeground#b3901f
  • list.focusBackground#949394
  • list.focusForeground#EAEAEA
  • list.highlightForeground#e39d14
  • list.hoverBackground#a8c0f3
  • list.hoverForeground#19273C
  • list.inactiveFocusBackground#2d74da
  • list.inactiveSelectionBackground#2d74da
  • list.inactiveSelectionForeground#EAEAEA
  • list.invalidItemForeground#19273C
  • list.warningForeground#a91560
  • selection.background#c4881c
  • sideBar.background#d0d0d0
  • sideBar.foreground#19273C
  • sideBarTitle.foreground#424747
  • statusBar.background#d8d8d8
  • statusBar.debuggingBackground#bb8888
  • statusBar.foreground#464646
  • statusBar.noFolderBackground#d8d8d8
  • tab.activeBackground#a6a5a6
  • tab.activeBorder#595859
  • tab.activeForeground#464646
  • tab.border#c0bfc0
  • tab.inactiveBackground#c0bfc0
  • tab.inactiveForeground#595859
  • titleBar.activeBackground#d8d8d8
  • titleBar.activeForeground#464646
  • titleBar.border#d8d8d8
  • titleBar.inactiveBackground#c0bfc0
  • titleBar.inactiveForeground#595859

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#B4A1A1—
string#25467A—
constant.numeric#91721F—
constant.language#91721F bold
constant.character, constant.other#91721F—
variable#7D7373—
keyword#5F5757—
storage#5F5757 italic
storage.type#5F5757 italic
entity.name.class#1D3458underline
entity.other.inherited-class#1D3458italic underline
entity.name.function#1D3458—
variable.parameter#5392FF—
entity.name.tag#1D3458—
entity.other.attribute-name#a91560—
support.function#1F57A4—
support.constant#1F57A4—
support.type, support.class#1F57A4italic
support.other.variable#1D3458—
invalid#FFFFFF
invalid.deprecated#FFFFFF—