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#C53030
  • activityBar.background#EDEDED
  • activityBar.foreground#2E2E2E
  • activityBarBadge.background#C53030
  • activityBarBadge.foreground#FAFAF8
  • badge.background#C53030
  • badge.foreground#FAFAF8
  • button.background#C53030
  • button.foreground#FFFFFF
  • button.hoverBackground#E04F4F
  • dropdown.background#F0F0F0
  • dropdown.border#C0C0C0
  • dropdown.foreground#2E2E2E
  • editor.background#FAFAF8
  • editor.findMatchBackground#C53030A0
  • editor.findMatchHighlightBackground#C5303080
  • editor.foreground#2E2E2E
  • editor.lineHighlightBackground#FFF3E080
  • editor.lineHighlightBorder#C53030
  • editor.selectionBackground#C5303070
  • editor.selectionHighlightBackground#C5303040
  • editorBracketMatch.background#C5303020
  • editorBracketMatch.border#C53030
  • editorCursor.foreground#C53030
  • editorGroupHeader.tabsBackground#FAFAF8
  • editorIndentGuide.activeBackground#A0A0A0
  • editorIndentGuide.background#C0C0C0
  • editorLineNumber.activeForeground#C53030
  • editorLineNumber.foreground#A0A0A0
  • editorWhitespace.foreground#B0B0B0
  • focusBorder#C53030
  • gitDecoration.conflictingResourceForeground#D2B04C
  • gitDecoration.deletedResourceForeground#E05555
  • gitDecoration.modifiedResourceForeground#4A9DCF
  • gitDecoration.untrackedResourceForeground#86C96A
  • input.background#F0F0F0
  • input.border#C0C0C0
  • input.foreground#2E2E2E
  • input.placeholderForeground#8A8A8A
  • inputOption.activeBorder#C53030
  • list.activeSelectionBackground#D4D4D4
  • list.activeSelectionForeground#2E2E2E
  • list.focusBackground#D4D4D4
  • list.highlightForeground#C53030
  • list.hoverBackground#D4D4D466
  • minimap.background#FAFAF8
  • minimapSlider.activeBackground#C53044FF
  • minimapSlider.background#C53022AA
  • minimapSlider.hoverBackground#C53033CC
  • panel.background#FAFAF8
  • panel.border#C0C0C0
  • panelTitle.activeBorder#C53030
  • panelTitle.activeForeground#2E2E2E
  • panelTitle.inactiveForeground#8A8A8A
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#C53030AA
  • scrollbarSlider.background#A0A0A044
  • scrollbarSlider.hoverBackground#A0A0A088
  • sideBar.background#F5F5F5
  • sideBar.foreground#2E2E2E
  • sideBarSectionHeader.background#E0E0E0
  • sideBarSectionHeader.foreground#C53030
  • sideBarTitle.foreground#C53030
  • statusBar.background#E0E0E0
  • statusBar.debuggingBackground#C53030
  • statusBar.foreground#2E2E2E
  • statusBar.noFolderBackground#EDEDED
  • statusBarItem.hoverBackground#D4D4D4
  • tab.activeBackground#EDEDED
  • tab.activeBorder#C53030
  • tab.activeForeground#2E2E2E
  • tab.border#D0D0D0
  • tab.inactiveBackground#FAFAF8
  • tab.inactiveForeground#8A8A8A
  • terminal.ansiBlue#3A8FB7
  • terminal.ansiBrightBlue#6AB5E1
  • terminal.ansiBrightCyan#3DDCDC
  • terminal.ansiBrightGreen#86C96A
  • terminal.ansiBrightMagenta#C279C2
  • terminal.ansiBrightRed#E05555
  • terminal.ansiBrightYellow#E9C44F
  • terminal.ansiCyan#00B9B9
  • terminal.ansiGreen#6A9C3F
  • terminal.ansiMagenta#9C5A9C
  • terminal.ansiRed#C53030
  • terminal.ansiYellow#D2B04C
  • terminal.background#FAFAF8
  • terminal.foreground#2E2E2E
  • titleBar.activeBackground#EDEDED
  • titleBar.activeForeground#2E2E2E
  • titleBar.inactiveBackground#FAFAF8
  • titleBar.inactiveForeground#8A8A8A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9E9E9Eitalic
string, string.quoted, string.template#D2691E
keyword, storage.type, storage.modifier#C53030bold
keyword.operator, punctuation.accessor#B0A4E3
variable, variable.other#E0E0E0
variable.parameter#9E9E9Eitalic
entity.name.function, support.function#3A8FB7
meta.function-call#6A9C3F
entity.name.class, entity.name.type.class, support.class#9C5A9Cbold
entity.name.type, support.type#9C5A9C
entity.name.type.interface#6A9C3Fitalic
constant.numeric#86C96A
constant, constant.language, constant.character#D2B04C
constant.language.boolean#86C96Abold
variable.other.property, support.variable.property#3A8FB7
meta.object-literal.key#3A8FB7
entity.name.tag, punctuation.definition.tag#C53030
entity.other.attribute-name#B0A4E3italic
punctuation, meta.brace#E0E0E0
string.regexp#86C96A
constant.character.escape#B0A4E3
meta.decorator, punctuation.decorator#D2B04C
invalid, invalid.illegal#E05555strikethrough
markup.heading, entity.name.section#C53030bold
markup.bold#86C96Abold
markup.italic#B0A4E3italic
markup.underline.link#3A8FB7
markup.inline.raw, markup.fenced_code#D2691E
support.type.property-name.json#3A8FB7
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D2B04C
support.type.property-name.css#3A8FB7
support.constant.property-value.css#86C96A