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#006064
  • activityBar.background#E0F7FA
  • activityBar.foreground#006064
  • activityBarBadge.background#006064
  • activityBarBadge.foreground#FAFAFA
  • badge.background#006064
  • badge.foreground#FAFAFA
  • button.background#006064
  • button.foreground#FAFAFA
  • button.hoverBackground#004D40
  • dropdown.background#E0F7FA
  • dropdown.border#B2EBF2
  • dropdown.foreground#202020
  • editor.background#FAFAFA
  • editor.findMatchBackground#FFAB0044
  • editor.findMatchHighlightBackground#FFAB0022
  • editor.foreground#202020
  • editor.lineHighlightBackground#E0F7FA33
  • editor.lineHighlightBorder#00606422
  • editor.selectionBackground#80DEEA44
  • editor.selectionHighlightBackground#80DEEA22
  • editorBracketMatch.background#80DEEA33
  • editorBracketMatch.border#006064
  • editorCursor.foreground#006064
  • editorGroupHeader.tabsBackground#FAFAFA
  • editorIndentGuide.activeBackground#AAAAAA88
  • editorIndentGuide.background#CCCCCC44
  • editorLineNumber.activeForeground#006064
  • editorLineNumber.foreground#B0BEC5
  • editorWhitespace.foreground#BDBDBD
  • focusBorder#006064
  • gitDecoration.conflictingResourceForeground#FDD835
  • gitDecoration.deletedResourceForeground#E53935
  • gitDecoration.modifiedResourceForeground#006064
  • gitDecoration.untrackedResourceForeground#43A047
  • input.background#E0F7FA
  • input.border#B2EBF2
  • input.foreground#202020
  • input.placeholderForeground#9E9E9E
  • inputOption.activeBorder#006064
  • list.activeSelectionBackground#80DEEA33
  • list.activeSelectionForeground#006064
  • list.focusBackground#80DEEA44
  • list.highlightForeground#006064
  • list.hoverBackground#80DEEA22
  • minimap.background#FAFAFA
  • minimapSlider.activeBackground#80DEEA66
  • minimapSlider.background#80DEEA22
  • minimapSlider.hoverBackground#80DEEA44
  • panel.background#FAFAFA
  • panel.border#B2EBF2
  • panelTitle.activeBorder#006064
  • panelTitle.activeForeground#202020
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000022
  • scrollbarSlider.activeBackground#CCCCCCCC
  • scrollbarSlider.background#CCCCCC44
  • scrollbarSlider.hoverBackground#CCCCCC88
  • sideBar.background#F0F9FA
  • sideBar.foreground#2E2E2E
  • sideBarSectionHeader.background#E0F7FA
  • sideBarSectionHeader.foreground#006064
  • sideBarTitle.foreground#006064
  • statusBar.background#E0F7FA
  • statusBar.debuggingBackground#FF6F00
  • statusBar.foreground#202020
  • statusBar.noFolderBackground#E0F7FA
  • statusBarItem.hoverBackground#B2EBF2
  • tab.activeBackground#FAFAFA
  • tab.activeBorder#006064
  • tab.activeForeground#006064
  • tab.border#E0E0E0
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#006064
  • terminal.ansiBrightBlue#0097A7
  • terminal.ansiBrightCyan#26C6DA
  • terminal.ansiBrightGreen#66BB6A
  • terminal.ansiBrightMagenta#F06292
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiBrightYellow#FFEB3B
  • terminal.ansiCyan#00B8D4
  • terminal.ansiGreen#43A047
  • terminal.ansiMagenta#D81B60
  • terminal.ansiRed#E53935
  • terminal.ansiYellow#FDD835
  • terminal.background#FAFAFA
  • terminal.foreground#202020
  • titleBar.activeBackground#E0F7FA
  • titleBar.activeForeground#202020
  • titleBar.inactiveBackground#FAFAFA
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9E9E9Eitalic
string, string.quoted, string.template#43A047—
keyword, storage.type, storage.modifier#006064bold
keyword.operator, punctuation.accessor#00B8D4—
variable, variable.other#202020—
variable.parameter#00B8D4italic
entity.name.function, support.function#0097A7—
meta.function-call#26C6DA—
entity.name.class, entity.name.type.class, support.class#0097A7bold
entity.name.type, support.type#80DEEA—
entity.name.type.interface#80DEEAitalic
constant.numeric#F57C00—
constant, constant.language, constant.character#F57C00—
constant.language.boolean#F57C00bold
variable.other.property, support.variable.property#202020—
meta.object-literal.key#80DEEA—
entity.name.tag, punctuation.definition.tag#006064—
entity.other.attribute-name#D81B60italic
punctuation, meta.brace#00B8D4—
string.regexp#F57C00—
constant.character.escape#D81B60—
meta.decorator, punctuation.decorator#FDD835—
invalid, invalid.illegal#E53935strikethrough
markup.heading, entity.name.section#006064bold
markup.bold#F57C00bold
markup.italic#D81B60italic
markup.underline.link#0097A7—
markup.inline.raw, markup.fenced_code#43A047—
support.type.property-name.json#006064—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FDD835—
support.type.property-name.css#80DEEA—
support.constant.property-value.css#0097A7—