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#3B8EDC
  • activityBar.background#E1E8F0
  • activityBar.foreground#3B8EDC
  • activityBarBadge.background#3B8EDC
  • activityBarBadge.foreground#F8FAFC
  • badge.background#3B8EDC
  • badge.foreground#F8FAFC
  • button.background#D0D9E5
  • button.foreground#2E3440
  • button.hoverBackground#3B8EDC44
  • dropdown.background#E9EEF5
  • dropdown.border#D0D9E5
  • dropdown.foreground#2E3440
  • editor.background#F8FAFC
  • editor.findMatchBackground#3B8EDC44
  • editor.findMatchHighlightBackground#3B8EDC22
  • editor.foreground#2E3440
  • editor.lineHighlightBackground#D0D9E540
  • editor.lineHighlightBorder#D0D9E580
  • editor.selectionBackground#3B8EDC33
  • editor.selectionHighlightBackground#3B8EDC22
  • editorBracketMatch.background#3B8EDC33
  • editorBracketMatch.border#3B8EDC
  • editorCursor.foreground#3B8EDC
  • editorGroupHeader.tabsBackground#F8FAFC
  • editorIndentGuide.activeBackground#B0B8C088
  • editorIndentGuide.background#B0B8C044
  • editorLineNumber.activeForeground#3B8EDC
  • editorLineNumber.foreground#B0B8C0
  • editorWhitespace.foreground#B0B8C0
  • focusBorder#3B8EDC
  • gitDecoration.conflictingResourceForeground#FFB300
  • gitDecoration.deletedResourceForeground#E53935
  • gitDecoration.modifiedResourceForeground#3B8EDC
  • gitDecoration.untrackedResourceForeground#4CAF50
  • input.background#E9EEF5
  • input.border#D0D9E5
  • input.foreground#2E3440
  • input.placeholderForeground#B0B8C0
  • inputOption.activeBorder#3B8EDC
  • list.activeSelectionBackground#D0D9E5
  • list.activeSelectionForeground#2E3440
  • list.focusBackground#D0D9E5
  • list.highlightForeground#3B8EDC
  • list.hoverBackground#D0D9E533
  • minimap.background#F8FAFC
  • minimapSlider.activeBackground#3B8EDC66
  • minimapSlider.background#3B8EDC22
  • minimapSlider.hoverBackground#3B8EDC44
  • panel.background#F8FAFC
  • panel.border#D0D9E5
  • panelTitle.activeBorder#3B8EDC
  • panelTitle.activeForeground#3B8EDC
  • panelTitle.inactiveForeground#6FA8DC
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#3B8EDC88
  • scrollbarSlider.background#B0B8C044
  • scrollbarSlider.hoverBackground#B0B8C088
  • sideBar.background#E9EEF5
  • sideBar.foreground#2E3440
  • sideBarSectionHeader.background#E9EEF5
  • sideBarSectionHeader.foreground#6FA8DC
  • sideBarTitle.foreground#3B8EDC
  • statusBar.background#D0D9E5
  • statusBar.debuggingBackground#6FA8DC
  • statusBar.foreground#2E3440
  • statusBar.noFolderBackground#E1E8F0
  • statusBarItem.hoverBackground#3B8EDC33
  • tab.activeBackground#D0D9E5
  • tab.activeBorder#3B8EDC
  • tab.activeForeground#2E3440
  • tab.border#C0C8D0
  • tab.inactiveBackground#E9EEF5
  • tab.inactiveForeground#6FA8DC
  • terminal.ansiBlue#3B8EDC
  • terminal.ansiBrightBlue#5E97F6
  • terminal.ansiBrightCyan#80DEEA
  • terminal.ansiBrightGreen#66BB6A
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiBrightYellow#FFD54F
  • terminal.ansiCyan#6FA8DC
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#A64DFF
  • terminal.ansiRed#E53935
  • terminal.ansiYellow#FFB300
  • terminal.background#F8FAFC
  • terminal.foreground#2E3440
  • titleBar.activeBackground#E1E8F0
  • titleBar.activeForeground#2E3440
  • titleBar.inactiveBackground#F8FAFC
  • titleBar.inactiveForeground#6FA8DC

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A8896italic
string, string.quoted, string.template#4CAF50—
keyword, storage.type, storage.modifier#3B8EDCbold
keyword.operator, punctuation.accessor#6FA8DC—
variable, variable.other#2E3440—
variable.parameter#6FA8DCitalic
entity.name.function, support.function#6FA8DC—
meta.function-call#6FA8DC—
entity.name.class, entity.name.type.class, support.class#A64DFFbold
entity.name.type, support.type#A64DFF—
entity.name.type.interface#A64DFFitalic
constant.numeric#FFB300—
constant, constant.language, constant.character#FFB300—
constant.language.boolean#E53935bold
variable.other.property, support.variable.property#6FA8DC—
meta.object-literal.key#6FA8DC—
entity.name.tag, punctuation.definition.tag#3B8EDC—
entity.other.attribute-name#A64DFFitalic
punctuation, meta.brace#6FA8DC—
string.regexp#E53935—
constant.character.escape#A64DFF—
meta.decorator, punctuation.decorator#FFB300—
invalid, invalid.illegal#E53935strikethrough
markup.heading, entity.name.section#3B8EDCbold
markup.bold#FFB300bold
markup.italic#6FA8DCitalic
markup.underline.link#6FA8DC—
markup.inline.raw, markup.fenced_code#4CAF50—
support.type.property-name.json#3B8EDC—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#A64DFF—
support.type.property-name.css#3B8EDC—
support.constant.property-value.css#4CAF50—