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#B22222
  • activityBar.background#F0F0F0
  • activityBar.foreground#B22222
  • activityBarBadge.background#B22222
  • activityBarBadge.foreground#FAFAFA
  • badge.background#B22222
  • badge.foreground#FAFAFA
  • button.background#B22222
  • button.foreground#FAFAFA
  • button.hoverBackground#C44C4C
  • dropdown.background#FFFFFF
  • dropdown.border#D0D0D0
  • dropdown.foreground#2C2C2C
  • editor.background#FAFAFA
  • editor.findMatchBackground#C5536D44
  • editor.findMatchHighlightBackground#C5536D22
  • editor.foreground#2C2C2C
  • editor.lineHighlightBackground#E0F0FF
  • editor.lineHighlightBorder#1E90FF
  • editor.selectionBackground#B2222266
  • editor.selectionHighlightBackground#B2222244
  • editorBracketMatch.background#C5536D33
  • editorBracketMatch.border#C5536D
  • editorCursor.foreground#B22222
  • editorGroupHeader.tabsBackground#FAFAFA
  • editorIndentGuide.activeBackground#CCCCCC88
  • editorIndentGuide.background#CCCCCC44
  • editorLineNumber.activeForeground#1E90FF
  • editorLineNumber.foreground#A0A0A0
  • editorWhitespace.foreground#CCCCCC
  • focusBorder#B22222
  • gitDecoration.conflictingResourceForeground#C5536D
  • gitDecoration.deletedResourceForeground#C5536D
  • gitDecoration.modifiedResourceForeground#B22222
  • gitDecoration.untrackedResourceForeground#1E90FF
  • input.background#FFFFFF
  • input.border#D0D0D0
  • input.foreground#2C2C2C
  • input.placeholderForeground#A0A0A0
  • inputOption.activeBorder#B22222
  • list.activeSelectionBackground#E0F0FF
  • list.activeSelectionForeground#2C2C2C
  • list.focusBackground#E0F0FF
  • list.highlightForeground#B22222
  • list.hoverBackground#E0F0FF66
  • minimap.background#FAFAFA
  • minimapSlider.activeBackground#A0A0A066
  • minimapSlider.background#A0A0A022
  • minimapSlider.hoverBackground#A0A0A044
  • panel.background#FAFAFA
  • panel.border#D0D0D0
  • panelTitle.activeBorder#B22222
  • panelTitle.activeForeground#2C2C2C
  • panelTitle.inactiveForeground#7A7A7A
  • scrollbar.shadow#00000022
  • scrollbarSlider.activeBackground#B22222
  • scrollbarSlider.background#A0A0A066
  • scrollbarSlider.hoverBackground#A0A0A0AA
  • sideBar.background#F5F5F5
  • sideBar.foreground#2C2C2C
  • sideBarSectionHeader.background#EAEAEA
  • sideBarSectionHeader.foreground#B22222
  • sideBarTitle.foreground#B22222
  • statusBar.background#F0F0F0
  • statusBar.debuggingBackground#1E90FF
  • statusBar.foreground#2C2C2C
  • statusBar.noFolderBackground#FAFAFA
  • statusBarItem.hoverBackground#D8D8D8
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#B22222
  • tab.activeForeground#2C2C2C
  • tab.border#D0D0D0
  • tab.inactiveBackground#FAFAFA
  • tab.inactiveForeground#7A7A7A
  • terminal.ansiBlue#1E90FF
  • terminal.ansiBrightBlue#63B8FF
  • terminal.ansiBrightCyan#70DBDB
  • terminal.ansiBrightGreen#6EDC84
  • terminal.ansiBrightMagenta#E588A5
  • terminal.ansiBrightRed#FF6F61
  • terminal.ansiBrightYellow#FFD966
  • terminal.ansiCyan#00CED1
  • terminal.ansiGreen#3CB371
  • terminal.ansiMagenta#C5536D
  • terminal.ansiRed#B22222
  • terminal.ansiYellow#DAA520
  • terminal.background#FAFAFA
  • terminal.foreground#2C2C2C
  • titleBar.activeBackground#F0F0F0
  • titleBar.activeForeground#2C2C2C
  • titleBar.inactiveBackground#E0E0E0
  • titleBar.inactiveForeground#7A7A7A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A7A7Aitalic
string, string.quoted, string.template#C5536D
keyword, storage.type, storage.modifier#B22222bold
keyword.operator, punctuation.accessor#2C2C2C
variable, variable.other#2C2C2C
variable.parameter#C5536Ditalic
entity.name.function, support.function#1E90FF
meta.function-call#1E90FF
entity.name.class, entity.name.type.class, support.class#B22222bold
entity.name.type, support.type#1E90FF
entity.name.type.interface#1E90FFitalic
constant.numeric#7A7A7A
constant, constant.language, constant.character#B22222
constant.language.boolean#B22222bold
variable.other.property, support.variable.property#C5536D
meta.object-literal.key#B22222
entity.name.tag, punctuation.definition.tag#1E90FF
entity.other.attribute-name#C5536Ditalic
punctuation, meta.brace#2C2C2C
string.regexp#C5536D
constant.character.escape#C5536D
meta.decorator, punctuation.decorator#B22222
invalid, invalid.illegal#FF6F61strikethrough
markup.heading, entity.name.section#B22222bold
markup.bold#B22222bold
markup.italic#C5536Ditalic
markup.underline.link#1E90FF
markup.inline.raw, markup.fenced_code#B22222
support.type.property-name.json#1E90FF
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#B22222
support.type.property-name.css#1E90FF
support.constant.property-value.css#B22222