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#4A90E2
  • activityBar.background#F5F5F5
  • activityBar.foreground#2B2B2B
  • activityBarBadge.background#4A90E2
  • activityBarBadge.foreground#FFFFFF
  • badge.background#4A90E2
  • badge.foreground#FFFFFF
  • button.background#4A90E2
  • button.foreground#FFFFFF
  • button.hoverBackground#4A90E2AA
  • dropdown.background#F9F9F9
  • dropdown.border#CCCCCC
  • dropdown.foreground#2B2B2B
  • editor.background#FAFAFA
  • editor.findMatchBackground#00968844
  • editor.findMatchHighlightBackground#00968822
  • editor.foreground#2B2B2B
  • editor.lineHighlightBackground#4A90E240
  • editor.lineHighlightBorder#4A90E260
  • editor.selectionBackground#4A90E260
  • editor.selectionHighlightBackground#4A90E233
  • editorBracketMatch.background#00968833
  • editorBracketMatch.border#009688
  • editorCursor.foreground#4A90E2
  • editorGroupHeader.tabsBackground#F5F5F5
  • editorIndentGuide.activeBackground#CCCCCC88
  • editorIndentGuide.background#CCCCCC44
  • editorLineNumber.activeForeground#4A90E2
  • editorLineNumber.foreground#999999
  • editorWhitespace.foreground#CCCCCC
  • focusBorder#4A90E2
  • gitDecoration.conflictingResourceForeground#F0AD4E
  • gitDecoration.deletedResourceForeground#D9534F
  • gitDecoration.modifiedResourceForeground#4A90E2
  • gitDecoration.untrackedResourceForeground#00A86B
  • input.background#F9F9F9
  • input.border#CCCCCC
  • input.foreground#2B2B2B
  • input.placeholderForeground#999999
  • inputOption.activeBorder#4A90E2
  • list.activeSelectionBackground#4A90E2
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#4A90E540
  • list.highlightForeground#4A90E2
  • list.hoverBackground#4A90E550
  • minimap.background#F5F5F5
  • minimapSlider.activeBackground#4A90E966
  • minimapSlider.background#4A90E922
  • minimapSlider.hoverBackground#4A90E944
  • panel.background#FAFAFA
  • panel.border#E0E0E0
  • panelTitle.activeBorder#4A90E2
  • panelTitle.activeForeground#4A90E2
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#CCCCCC
  • scrollbarSlider.background#CCCCCC44
  • scrollbarSlider.hoverBackground#CCCCCC88
  • sideBar.background#FFFFFF
  • sideBar.foreground#2B2B2B
  • sideBarSectionHeader.background#F5F5F5
  • sideBarSectionHeader.foreground#4A90E2
  • sideBarTitle.foreground#4A90E2
  • statusBar.background#4A90E2
  • statusBar.debuggingBackground#009688
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#C5D5E5
  • statusBarItem.hoverBackground#4A90E2AA
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#4A90E2
  • tab.activeForeground#2B2B2B
  • tab.border#E0E0E0
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#4A90E2
  • terminal.ansiBrightBlue#6BBFFB
  • terminal.ansiBrightCyan#33BFAF
  • terminal.ansiBrightGreen#33BF8F
  • terminal.ansiBrightMagenta#E5A9FF
  • terminal.ansiBrightRed#FF6666
  • terminal.ansiBrightYellow#FFCC66
  • terminal.ansiCyan#009688
  • terminal.ansiGreen#00A86B
  • terminal.ansiMagenta#C17E91
  • terminal.ansiRed#D9534F
  • terminal.ansiYellow#F0AD4E
  • terminal.background#FAFAFA
  • terminal.foreground#2B2B2B
  • titleBar.activeBackground#F5F5F5
  • titleBar.activeForeground#2B2B2B
  • titleBar.inactiveBackground#E8E8E8
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A8A8A8italic
string, string.quoted, string.template#009688—
keyword, storage.type, storage.modifier#4A90E2bold
keyword.operator, punctuation.accessor#B0A8C0—
variable, variable.other#2B2B2B—
variable.parameter#4A90E2italic
entity.name.function, support.function#4A90E2—
meta.function-call#4A90E2—
entity.name.class, entity.name.type.class, support.class#4A90E2bold
entity.name.type, support.type#4A90E2—
entity.name.type.interface#C5D5E5italic
constant.numeric#D9534F—
constant, constant.language, constant.character#D9534F—
constant.language.boolean#D9534Fbold
variable.other.property, support.variable.property#2B2B2B—
meta.object-literal.key#4A90E2—
entity.name.tag, punctuation.definition.tag#4A90E2—
entity.other.attribute-name#C5D5E5italic
punctuation, meta.brace#C5D5E5—
string.regexp#D9534F—
constant.character.escape#D9534F—
meta.decorator, punctuation.decorator#F0AD4E—
invalid, invalid.illegal#FF0000strikethrough
markup.heading, entity.name.section#4A90E2bold
markup.bold#4A90E2bold
markup.italic#C5D5E5italic
markup.underline.link#009688—
markup.inline.raw, markup.fenced_code#009688—
support.type.property-name.json#4A90E2—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#C5D5E5—
support.type.property-name.css#4A90E2—
support.constant.property-value.css#009688—