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#0057A0
  • activityBar.background#F5F5F5
  • activityBar.foreground#222222
  • activityBarBadge.background#D60000
  • activityBarBadge.foreground#FFFFFF
  • badge.background#D60000
  • badge.foreground#FFFFFF
  • button.background#0057A0
  • button.foreground#FFFFFF
  • button.hoverBackground#004080
  • dropdown.background#FFFFFF
  • dropdown.border#CCCCCC
  • dropdown.foreground#222222
  • editor.background#FFFFFF
  • editor.findMatchBackground#F7C229
  • editor.findMatchHighlightBackground#FFE0B2
  • editor.foreground#222222
  • editor.lineHighlightBackground#FFF9C4
  • editor.lineHighlightBorder#FFE082
  • editor.selectionBackground#B3D7F5
  • editor.selectionHighlightBackground#D6E4F2
  • editorBracketMatch.background#B8E5C2
  • editorBracketMatch.border#74C869
  • editorCursor.foreground#0057A0
  • editorGroupHeader.tabsBackground#F5F5F5
  • editorIndentGuide.activeBackground#AAAAAA
  • editorIndentGuide.background#DDDDDD
  • editorLineNumber.activeForeground#0057A0
  • editorLineNumber.foreground#777777
  • editorWhitespace.foreground#CCCCCC
  • focusBorder#F7C229
  • gitDecoration.conflictingResourceForeground#F7C229
  • gitDecoration.deletedResourceForeground#D60000
  • gitDecoration.modifiedResourceForeground#0057A0
  • gitDecoration.untrackedResourceForeground#008740
  • input.background#FFFFFF
  • input.border#CCCCCC
  • input.foreground#222222
  • input.placeholderForeground#AAAAAA
  • inputOption.activeBorder#0057A0
  • list.activeSelectionBackground#B3D7F5
  • list.activeSelectionForeground#0057A0
  • list.focusBackground#D6E9F5
  • list.highlightForeground#D60000
  • list.hoverBackground#E8E8E8
  • minimap.background#FFFFFF00
  • minimapSlider.activeBackground#AAAAAA CC
  • minimapSlider.background#CCCCCC66
  • minimapSlider.hoverBackground#BBBBBB99
  • panel.background#F5F5F5
  • panel.border#CCCCCC
  • panelTitle.activeBorder#0057A0
  • panelTitle.activeForeground#0057A0
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#AAAAAA CC
  • scrollbarSlider.background#CCCCCC66
  • scrollbarSlider.hoverBackground#BBBBBB99
  • sideBar.background#FAFAFA
  • sideBar.foreground#222222
  • sideBarSectionHeader.background#E0E0E0
  • sideBarSectionHeader.foreground#222222
  • sideBarTitle.foreground#0057A0
  • statusBar.background#0057A0
  • statusBar.debuggingBackground#D60000
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#008740
  • statusBarItem.hoverBackground#F7C229
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#0057A0
  • tab.activeForeground#0057A0
  • tab.border#CCCCCC
  • tab.inactiveBackground#F0F0F0
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#0057A0
  • terminal.ansiBrightBlue#3399FF
  • terminal.ansiBrightCyan#66D9EF
  • terminal.ansiBrightGreen#5FD68C
  • terminal.ansiBrightMagenta#FF6666
  • terminal.ansiBrightRed#FF5252
  • terminal.ansiBrightYellow#FFEA00
  • terminal.ansiCyan#00B5BE
  • terminal.ansiGreen#008740
  • terminal.ansiMagenta#D60000
  • terminal.ansiRed#D60000
  • terminal.ansiYellow#F7C229
  • terminal.background#FFFFFF
  • terminal.foreground#222222
  • titleBar.activeBackground#E8E8E8
  • titleBar.activeForeground#222222
  • titleBar.inactiveBackground#F0F0F0
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#008740italic
string, string.quoted, string.template#D60000—
keyword, storage.type, storage.modifier#0057A0bold
keyword.operator, punctuation.accessor#F7C229—
variable, variable.other#222222—
variable.parameter#008740italic
entity.name.function, support.function#0057A0—
meta.function-call#0057A0—
entity.name.class, entity.name.type.class, support.class#F7C229bold
entity.name.type, support.type#0057A0—
entity.name.type.interface#008740italic
constant.numeric#B5CEA8—
constant, constant.language, constant.character#D60000—
constant.language.boolean#0057A0bold
variable.other.property, support.variable.property#008740—
meta.object-literal.key#0057A0—
entity.name.tag, punctuation.definition.tag#D60000—
entity.other.attribute-name#008740italic
punctuation, meta.brace#222222—
string.regexp#F7C229—
constant.character.escape#D60000—
meta.decorator, punctuation.decorator#0057A0—
invalid, invalid.illegal#FF0000strikethrough
markup.heading, entity.name.section#0057A0bold
markup.bold#0057A0bold
markup.italic#008740italic
markup.underline.link#0057A0—
markup.inline.raw, markup.fenced_code#222222—
support.type.property-name.json#0057A0—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#0057A0—
support.type.property-name.css#008740—
support.constant.property-value.css#D60000—