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#1E90FF
  • activityBar.background#E8F1F9
  • activityBar.foreground#34495E
  • activityBarBadge.background#1E90FF
  • activityBarBadge.foreground#FFFFFF
  • badge.background#1E90FF
  • badge.foreground#FFFFFF
  • button.background#1E90FF
  • button.foreground#FFFFFF
  • button.hoverBackground#3AA0FF
  • dropdown.background#FFFFFF
  • dropdown.border#D3D3D3
  • dropdown.foreground#2C3E50
  • editor.background#F5F9FC
  • editor.findMatchBackground#FFD54F
  • editor.findMatchHighlightBackground#FFE082
  • editor.foreground#2C3E50
  • editor.lineHighlightBackground#E6F2FF
  • editor.lineHighlightBorder#B0C4DE
  • editor.selectionBackground#B3D7FF
  • editor.selectionHighlightBackground#D0E7FF
  • editorBracketMatch.background#B0E0E6
  • editorBracketMatch.border#1E90FF
  • editorCursor.foreground#1E90FF
  • editorGroupHeader.tabsBackground#E8F1F9
  • editorIndentGuide.activeBackground#A9A9A9
  • editorIndentGuide.background#D3D3D3
  • editorLineNumber.activeForeground#2C3E50
  • editorLineNumber.foreground#7F8C8D
  • editorWhitespace.foreground#D3D3D3
  • focusBorder#1E90FF
  • gitDecoration.conflictingResourceForeground#D63384
  • gitDecoration.deletedResourceForeground#DC3545
  • gitDecoration.modifiedResourceForeground#005CC5
  • gitDecoration.untrackedResourceForeground#28A745
  • input.background#FFFFFF
  • input.border#D3D3D3
  • input.foreground#2C3E50
  • input.placeholderForeground#7F8C8D
  • inputOption.activeBorder#1E90FF
  • list.activeSelectionBackground#B3D7FF
  • list.activeSelectionForeground#2C3E50
  • list.focusBackground#D0E7FF
  • list.highlightForeground#1E90FF
  • list.hoverBackground#E6F2FF
  • minimap.background#F5F9FC
  • minimapSlider.activeBackground#7F8C8D
  • minimapSlider.background#C0C0C0
  • minimapSlider.hoverBackground#A9A9A9
  • panel.background#F0F8FF
  • panel.border#C0C0C0
  • panelTitle.activeBorder#1E90FF
  • panelTitle.activeForeground#2C3E50
  • panelTitle.inactiveForeground#7F8C8D
  • scrollbar.shadow#D3D3D3
  • scrollbarSlider.activeBackground#7F8C8D
  • scrollbarSlider.background#C0C0C0
  • scrollbarSlider.hoverBackground#A9A9A9
  • sideBar.background#F0F8FF
  • sideBar.foreground#2C3E50
  • sideBarSectionHeader.background#E8F1F9
  • sideBarSectionHeader.foreground#34495E
  • sideBarTitle.foreground#34495E
  • statusBar.background#1E90FF
  • statusBar.debuggingBackground#FF8C00
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#A9A9A9
  • statusBarItem.hoverBackground#B0C4DE
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#1E90FF
  • tab.activeForeground#2C3E50
  • tab.border#C0C0C0
  • tab.inactiveBackground#F0F8FF
  • tab.inactiveForeground#7F8C8D
  • terminal.ansiBlue#1E90FF
  • terminal.ansiBrightBlue#3B82F6
  • terminal.ansiBrightCyan#20B2AA
  • terminal.ansiBrightGreen#34D399
  • terminal.ansiBrightMagenta#F472B6
  • terminal.ansiBrightRed#EF4444
  • terminal.ansiBrightYellow#FBBF24
  • terminal.ansiCyan#00CED1
  • terminal.ansiGreen#28A745
  • terminal.ansiMagenta#D63384
  • terminal.ansiRed#DC3545
  • terminal.ansiYellow#FFC107
  • terminal.background#F5F9FC
  • terminal.foreground#2C3E50
  • titleBar.activeBackground#E8F1F9
  • titleBar.activeForeground#2C3E50
  • titleBar.inactiveBackground#DDEBF7
  • titleBar.inactiveForeground#7F8C8D

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#D73A49bold
keyword.operator, punctuation.accessor#D73A49
variable, variable.other#005CC5
variable.parameter#005CC5italic
entity.name.function, support.function#6F42C1
meta.function-call#6F42C1
entity.name.class, entity.name.type.class, support.class#E36209bold
entity.name.type, support.type#005CC5
entity.name.type.interface#C71585italic
constant.numeric#005CC5
constant, constant.language, constant.character#005CC5
constant.language.boolean#D73A49bold
variable.other.property, support.variable.property#24292E
meta.object-literal.key#005CC5
entity.name.tag, punctuation.definition.tag#D73A49
entity.other.attribute-name#6A737Ditalic
punctuation, meta.brace#24292E
string.regexp#032F62
constant.character.escape#D73A49
meta.decorator, punctuation.decorator#6F42C1
invalid, invalid.illegal#FF0000strikethrough
markup.heading, entity.name.section#032F62bold
markup.bold#032F62bold
markup.italic#6A737Ditalic
markup.underline.link#0366D6
markup.inline.raw, markup.fenced_code#6F42C1
support.type.property-name.json#005CC5
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D73A49
support.type.property-name.css#6F42C1
support.constant.property-value.css#032F62