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#FFB500
  • activityBar.background#FFFFFF
  • activityBar.foreground#1A1F71
  • activityBarBadge.background#FFB500
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FFB500
  • badge.foreground#FFFFFF
  • button.background#1A1F71
  • button.foreground#FFFFFF
  • button.hoverBackground#1A1F71CC
  • dropdown.background#FFFFFF
  • dropdown.border#CCCCCC
  • dropdown.foreground#222222
  • editor.background#FAFAFA
  • editor.findMatchBackground#FFB50080
  • editor.findMatchHighlightBackground#FFB50040
  • editor.foreground#222222
  • editor.lineHighlightBackground#E8F0FE
  • editor.lineHighlightBorder#D0E0FF
  • editor.selectionBackground#FFB50040
  • editor.selectionHighlightBackground#FFB50030
  • editorBracketMatch.background#FFB50020
  • editorBracketMatch.border#FFB500
  • editorCursor.foreground#1A1F71
  • editorGroupHeader.tabsBackground#FFFFFF
  • editorIndentGuide.activeBackground#C0C0C0
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#1A1F71
  • editorLineNumber.foreground#999999
  • editorWhitespace.foreground#CCCCCC
  • focusBorder#FFB500
  • gitDecoration.conflictingResourceForeground#FFB500
  • gitDecoration.deletedResourceForeground#D73A49
  • gitDecoration.modifiedResourceForeground#1A1F71
  • gitDecoration.untrackedResourceForeground#28A745
  • input.background#FFFFFF
  • input.border#CCCCCC
  • input.foreground#222222
  • input.placeholderForeground#AAAAAA
  • inputOption.activeBorder#FFB500
  • list.activeSelectionBackground#FFB500
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#FFB50050
  • list.highlightForeground#1A1F71
  • list.hoverBackground#FFB50030
  • minimap.background#FFFFFF00
  • minimapSlider.activeBackground#CCCCCCD0
  • minimapSlider.background#CCCCCC80
  • minimapSlider.hoverBackground#CCCCCCB0
  • panel.background#FFFFFF
  • panel.border#E0E0E0
  • panelTitle.activeBorder#FFB500
  • panelTitle.activeForeground#1A1F71
  • panelTitle.inactiveForeground#666666
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#CCCCCCD0
  • scrollbarSlider.background#CCCCCC80
  • scrollbarSlider.hoverBackground#CCCCCCB0
  • sideBar.background#FFFFFF
  • sideBar.foreground#222222
  • sideBarSectionHeader.background#F0F0F0
  • sideBarSectionHeader.foreground#1A1F71
  • sideBarTitle.foreground#1A1F71
  • statusBar.background#1A1F71
  • statusBar.debuggingBackground#FFB500
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#CCCCCC
  • statusBarItem.hoverBackground#1A1F71AA
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#FFB500
  • tab.activeForeground#1A1F71
  • tab.border#E0E0E0
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#666666
  • terminal.ansiBlue#1A1F71
  • terminal.ansiBrightBlue#4C6EF5
  • terminal.ansiBrightCyan#22D3EE
  • terminal.ansiBrightGreen#34D058
  • terminal.ansiBrightMagenta#A371F7
  • terminal.ansiBrightRed#FA7979
  • terminal.ansiBrightYellow#F9C547
  • terminal.ansiCyan#00B7C3
  • terminal.ansiGreen#28A745
  • terminal.ansiMagenta#6F42C1
  • terminal.ansiRed#D73A49
  • terminal.ansiYellow#FFB500
  • terminal.background#FAFAFA
  • terminal.foreground#222222
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#1A1F71
  • titleBar.inactiveBackground#F5F5F5
  • titleBar.inactiveForeground#888888

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A737Ditalic
string, string.quoted, string.template#28A745
keyword, storage.type, storage.modifier#1A1F71bold
keyword.operator, punctuation.accessor#FFB500
variable, variable.other#24292E
variable.parameter#6F42C1italic
entity.name.function, support.function#FFB500
meta.function-call#FFB500
entity.name.class, entity.name.type.class, support.class#005CC5bold
entity.name.type, support.type#005CC5
entity.name.type.interface#6F42C1italic
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#6F42C1italic
punctuation, meta.brace#777777
string.regexp#6F42C1
constant.character.escape#D73A49
meta.decorator, punctuation.decorator#6F42C1
invalid, invalid.illegal#FA7979strikethrough
markup.heading, entity.name.section#1A1F71bold
markup.bold#1A1F71bold
markup.italic#6A737Ditalic
markup.underline.link#005CC5
markup.inline.raw, markup.fenced_code#28A745
support.type.property-name.json#1A1F71
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFB500
support.type.property-name.css#005CC5
support.constant.property-value.css#28A745