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#FF6AB8
  • activityBar.background#E0E5EA
  • activityBar.foreground#FF6AB8
  • activityBarBadge.background#FF6AB8
  • activityBarBadge.foreground#F5F7FA
  • badge.background#FF6AB8
  • badge.foreground#F5F7FA
  • button.background#7A6BE6
  • button.foreground#F5F7FA
  • button.hoverBackground#8B7BEA
  • dropdown.background#E8EEF2
  • dropdown.border#D1D9E0
  • dropdown.foreground#2B2B2B
  • editor.background#F5F7FA
  • editor.findMatchBackground#FF6AB844
  • editor.findMatchHighlightBackground#FF6AB822
  • editor.foreground#2B2B2B
  • editor.lineHighlightBackground#DDE5EB
  • editor.lineHighlightBorder#DDE5EB
  • editor.selectionBackground#FF6AB833
  • editor.selectionHighlightBackground#FF6AB822
  • editorBracketMatch.background#5DE0A144
  • editorBracketMatch.border#5DE0A1
  • editorCursor.foreground#FF6AB8
  • editorGroupHeader.tabsBackground#E0E5EA
  • editorIndentGuide.activeBackground#A5B0BA
  • editorIndentGuide.background#C3CBD2
  • editorLineNumber.activeForeground#FF6AB8
  • editorLineNumber.foreground#A5B0BA
  • editorWhitespace.foreground#B0B8C0
  • focusBorder#FF6AB8
  • gitDecoration.conflictingResourceForeground#FFCB6B
  • gitDecoration.deletedResourceForeground#FF6AB8
  • gitDecoration.modifiedResourceForeground#FFCB6B
  • gitDecoration.untrackedResourceForeground#5DE0A1
  • input.background#E8EEF2
  • input.border#D1D9E0
  • input.foreground#2B2B2B
  • input.placeholderForeground#A0A8B2
  • inputOption.activeBorder#FF6AB8
  • list.activeSelectionBackground#FF6AB833
  • list.activeSelectionForeground#F5F7FA
  • list.focusBackground#FF6AB844
  • list.highlightForeground#FF6AB8
  • list.hoverBackground#FF6AB822
  • minimap.background#F5F7FA
  • minimapSlider.activeBackground#FF6AB866
  • minimapSlider.background#FF6AB822
  • minimapSlider.hoverBackground#FF6AB844
  • panel.background#F5F7FA
  • panel.border#DDE5EB
  • panelTitle.activeBorder#FF6AB8
  • panelTitle.activeForeground#FF6AB8
  • panelTitle.inactiveForeground#6B7C8A
  • scrollbar.shadow#00000022
  • scrollbarSlider.activeBackground#B0B8C0CC
  • scrollbarSlider.background#B0B8C066
  • scrollbarSlider.hoverBackground#B0B8C099
  • sideBar.background#E8EEF2
  • sideBar.foreground#2B2B2B
  • sideBarSectionHeader.background#E0E5EA
  • sideBarSectionHeader.foreground#FF6AB8
  • sideBarTitle.foreground#FF6AB8
  • statusBar.background#E0E5EA
  • statusBar.debuggingBackground#7A6BE6
  • statusBar.foreground#2B2B2B
  • statusBar.noFolderBackground#E8EEF2
  • statusBarItem.hoverBackground#C5D1DC
  • tab.activeBackground#E0E5EA
  • tab.activeBorder#FF6AB8
  • tab.activeForeground#FF6AB8
  • tab.border#D1D9E0
  • tab.inactiveBackground#E8EEF2
  • tab.inactiveForeground#6B7C8A
  • terminal.ansiBlue#5DE0A1
  • terminal.ansiBrightBlue#7AD5FF
  • terminal.ansiBrightCyan#8FFFD1
  • terminal.ansiBrightGreen#A0FFB5
  • terminal.ansiBrightMagenta#FF8FE1
  • terminal.ansiBrightRed#FF8F8F
  • terminal.ansiBrightYellow#FFEF96
  • terminal.ansiCyan#6D8A96
  • terminal.ansiGreen#5DE0A1
  • terminal.ansiMagenta#FF6AB8
  • terminal.ansiRed#FF6AB8
  • terminal.ansiYellow#FFCB6B
  • terminal.background#F5F7FA
  • terminal.foreground#2B2B2B
  • titleBar.activeBackground#E0E5EA
  • titleBar.activeForeground#2B2B2B
  • titleBar.inactiveBackground#D8DEE3
  • titleBar.inactiveForeground#6B7C8A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A0A8B2italic
string, string.quoted, string.template#5DE0A1
keyword, storage.type, storage.modifier#FF6AB8bold
keyword.operator, punctuation.accessor#FFCB6B
variable, variable.other#4F5B66
variable.parameter#FFCB6Bitalic
entity.name.function, support.function#7AD5FF
meta.function-call#A0FFB5
entity.name.class, entity.name.type.class, support.class#FF8FE1bold
entity.name.type, support.type#7AD5FF
entity.name.type.interface#FF8FE1italic
constant.numeric#FFCB6B
constant, constant.language, constant.character#FFCB6B
constant.language.boolean#FFCB6Bbold
variable.other.property, support.variable.property#5DE0A1
meta.object-literal.key#7AD5FF
entity.name.tag, punctuation.definition.tag#FF6AB8
entity.other.attribute-name#FF8FE1italic
punctuation, meta.brace#2B2B2B
string.regexp#FFCB6B
constant.character.escape#FF8FE1
meta.decorator, punctuation.decorator#FFCB6B
invalid, invalid.illegal#FF6AB8strikethrough
markup.heading, entity.name.section#FF6AB8bold
markup.bold#FFCB6Bbold
markup.italic#FF8FE1italic
markup.underline.link#7AD5FF
markup.inline.raw, markup.fenced_code#5DE0A1
support.type.property-name.json#FF6AB8
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FF8FE1
support.type.property-name.css#7AD5FF
support.constant.property-value.css#5DE0A1