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#008080
  • activityBar.foreground#F5F5F5
  • badge.background#008080
  • badge.foreground#F5F5F5
  • breadcrumb.activeSelectionForeground#233240
  • breadcrumb.focusForeground#233240
  • breadcrumb.foreground#818586
  • breadcrumbPicker.background#F5F5F5
  • editor.background#F9F9F9
  • editor.foreground#233240
  • editor.lineHighlightBackground#E0F2F266
  • editor.selectionBackground#C1E5E599
  • editorCursor.foreground#008080
  • editorGroupHeader.tabsBackground#E0E0E0
  • editorGroupHeader.tabsBorder#CCCCCC
  • editorIndentGuide.activeBackground#9A9E9F99
  • editorIndentGuide.background#9A9E9F33
  • editorWhitespace.foreground#9A9E9F80
  • gitDecoration.addedResourceForeground#66800B
  • gitDecoration.conflictingResourceForeground#A02F6F
  • gitDecoration.deletedResourceForeground#AF3029
  • gitDecoration.ignoredResourceForeground#9A9E9F
  • gitDecoration.modifiedResourceForeground#BC5215
  • gitDecoration.untrackedResourceForeground#008080
  • input.background#FFFFFF
  • input.foreground#233240
  • input.placeholderForeground#9A9E9F
  • inputOption.activeBorder#008080
  • list.activeSelectionBackground#C1E5E5
  • list.activeSelectionForeground#233240
  • list.highlightForeground#008080
  • list.hoverBackground#E0F2F266
  • list.inactiveSelectionBackground#E0F2F2
  • list.inactiveSelectionForeground#233240
  • notificationCenter.border#008080
  • notificationsErrorIcon.foreground#AF3029
  • notificationsInfoIcon.foreground#205EA6
  • notificationsWarningIcon.foreground#BC5215
  • panel.background#F5F5F5
  • panel.border#CCCCCC
  • panelTitle.activeForeground#233240
  • panelTitle.inactiveForeground#686B6C
  • scrollbarSlider.activeBackground#9A9E9F99
  • scrollbarSlider.background#9A9E9F33
  • scrollbarSlider.hoverBackground#9A9E9F66
  • sideBar.background#F5F5F5
  • sideBar.foreground#34495E
  • statusBar.background#008080
  • statusBar.foreground#F5F5F5
  • tab.activeBackground#F9F9F9
  • tab.activeForeground#233240
  • tab.inactiveBackground#E0E0E0
  • titleBar.activeBackground#008080
  • titleBar.activeForeground#F5F5F5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#818586
string, constant.other.symbol#008080
string.regexp, constant.character, constant.other#008080
constant.numeric#5E409D
constant.language#AD8301
variable, variable.parameter, support.variable#205EA6
variable.member#AF3029
variable.language#A02F6F
storage#66800B
keyword#66800B
keyword.operator#686B6C
punctuation.separator, punctuation.terminator#686B6C
punctuation.section#34495E
punctuation.accessor#686B6C
entity.name.type, entity.other.inherited-class, support.type#205EA6
entity.name.function, support.function#BC5215
meta.method entity.name.function#BC5215
entity.other.attribute-name#205EA6
entity.other.attribute-name.class#AD8301
entity.other.attribute-name.id#BC5215
support.type.property-name.css#205EA6
entity.name.tag#205EA6
markup.italic#AF3029italic
markup.bold#AD8301bold
markup.heading#66800Bbold
markup.underline#5E409Dunderline
markup.underline.link#008080
markup.quote#BC5215italic
markup.raw#008080
markup.fenced_code.block#34495E