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#3366CC
  • activityBar.background#E6F0FA
  • activityBar.foreground#2C3E50
  • activityBarBadge.background#FF8800
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FF8800
  • badge.foreground#FFFFFF
  • button.background#3366CC
  • button.foreground#FFFFFF
  • button.hoverBackground#274A90
  • dropdown.background#FFFFFF
  • dropdown.border#CCCCCC
  • dropdown.foreground#2C3E50
  • editor.background#FAFAFA
  • editor.findMatchBackground#FFEDB9
  • editor.findMatchHighlightBackground#FFF5D0
  • editor.foreground#222222
  • editor.lineHighlightBackground#E8F0FE
  • editor.lineHighlightBorder#D0D0D0
  • editor.selectionBackground#CCE5FF
  • editor.selectionHighlightBackground#E0F0FF
  • editorBracketMatch.background#FFD70033
  • editorBracketMatch.border#FFD700
  • editorCursor.foreground#FF8800
  • editorGroupHeader.tabsBackground#F5F5F5
  • editorIndentGuide.activeBackground#A0A0A0
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#2C3E50
  • editorLineNumber.foreground#999999
  • editorWhitespace.foreground#D0D0D0
  • focusBorder#FF8800
  • gitDecoration.conflictingResourceForeground#FF8800
  • gitDecoration.deletedResourceForeground#FF4444
  • gitDecoration.modifiedResourceForeground#FFA500
  • gitDecoration.untrackedResourceForeground#00C851
  • input.background#FFFFFF
  • input.border#CCCCCC
  • input.foreground#2C3E50
  • input.placeholderForeground#AAAAAA
  • inputOption.activeBorder#3366CC
  • list.activeSelectionBackground#CCE5FF
  • list.activeSelectionForeground#2C3E50
  • list.focusBackground#D0E8FF
  • list.highlightForeground#3366CC
  • list.hoverBackground#E6F2FF
  • minimap.background#FFFFFF00
  • minimapSlider.activeBackground#808080AA
  • minimapSlider.background#C0C0C0AA
  • minimapSlider.hoverBackground#A0A0A0AA
  • panel.background#F9F9F9
  • panel.border#E0E0E0
  • panelTitle.activeBorder#3366CC
  • panelTitle.activeForeground#2C3E50
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#808080AA
  • scrollbarSlider.background#C0C0C0AA
  • scrollbarSlider.hoverBackground#A0A0A0AA
  • sideBar.background#F0F4FA
  • sideBar.foreground#2C3E50
  • sideBarSectionHeader.background#E6F0FA
  • sideBarSectionHeader.foreground#2C3E50
  • sideBarTitle.foreground#2C3E50
  • statusBar.background#3366CC
  • statusBar.debuggingBackground#FF8800
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#7A5ACD
  • statusBarItem.hoverBackground#DCE4F1
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#3366CC
  • tab.activeForeground#2C3E50
  • tab.border#E0E0E0
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#3366CC
  • terminal.ansiBrightBlue#5A8DEE
  • terminal.ansiBrightCyan#00B5B8
  • terminal.ansiBrightGreen#6ECB5C
  • terminal.ansiBrightMagenta#D84D71
  • terminal.ansiBrightRed#FF5252
  • terminal.ansiBrightYellow#FFCC33
  • terminal.ansiCyan#00AFAF
  • terminal.ansiGreen#00C851
  • terminal.ansiMagenta#CC33CC
  • terminal.ansiRed#FF4444
  • terminal.ansiYellow#FFBB33
  • terminal.background#FFFFFF
  • terminal.foreground#2C3E50
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#2C3E50
  • titleBar.inactiveBackground#F0F0F0
  • titleBar.inactiveForeground#6A6A6A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A737Ditalic
string, string.quoted, string.template#032F62—
keyword, storage.type, storage.modifier#8A2BE2bold
keyword.operator, punctuation.accessor#D15704—
variable, variable.other#005C5C—
variable.parameter#00796Bitalic
entity.name.function, support.function#0B77B2—
meta.function-call#0B77B2—
entity.name.class, entity.name.type.class, support.class#005C5Cbold
entity.name.type, support.type#28A745—
entity.name.type.interface#005C5Citalic
constant.numeric#D15704—
constant, constant.language, constant.character#005C5C—
constant.language.boolean#D15704bold
variable.other.property, support.variable.property#795548—
meta.object-literal.key#795548—
entity.name.tag, punctuation.definition.tag#8A2BE2—
entity.other.attribute-name#005C5Citalic
punctuation, meta.brace#6A737D—
string.regexp#D73A49—
constant.character.escape#D73A49—
meta.decorator, punctuation.decorator#6A737D—
invalid, invalid.illegal#D73A49strikethrough
markup.heading, entity.name.section#1A73E8bold
markup.bold#1A73E8bold
markup.italic#1A73E8italic
markup.underline.link#57606A—
markup.inline.raw, markup.fenced_code#032F62—
support.type.property-name.json#005C5C—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#8A2BE2—
support.type.property-name.css#1A73E8—
support.constant.property-value.css#28A745—