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#2A7CF0
  • activityBar.background#F9F7F4
  • activityBar.foreground#0F0F0F
  • activityBarBadge.background#2A7CF0
  • activityBarBadge.foreground#FFFEF9
  • badge.background#2A7CF0
  • badge.foreground#FFFEF9
  • button.background#2A7CF0
  • button.foreground#FFFEF9
  • button.hoverBackground#2A7CF080
  • dropdown.background#F7F5F2
  • dropdown.border#2A7CF0
  • dropdown.foreground#21201E
  • editor.background#FFFEF9
  • editor.findMatchBackground#2A7CF044
  • editor.findMatchHighlightBackground#2A7CF022
  • editor.foreground#21201E
  • editor.lineHighlightBackground#2A7CF010
  • editor.lineHighlightBorder#2A7CF030
  • editor.selectionBackground#0F0F0F40
  • editor.selectionHighlightBackground#0F0F0F20
  • editorBracketMatch.background#2A7CF033
  • editorBracketMatch.border#2A7CF0
  • editorCursor.foreground#2A7CF0
  • editorGroupHeader.tabsBackground#FFFEF9
  • editorIndentGuide.activeBackground#D4D2CF88
  • editorIndentGuide.background#D4D2CF44
  • editorLineNumber.activeForeground#2A7CF0
  • editorLineNumber.foreground#8B8A88
  • editorWhitespace.foreground#D4D2CF
  • focusBorder#2A7CF0
  • gitDecoration.conflictingResourceForeground#DFAF44
  • gitDecoration.deletedResourceForeground#2A7CF0
  • gitDecoration.modifiedResourceForeground#2A7CF0
  • gitDecoration.untrackedResourceForeground#5DAEDB
  • input.background#F7F5F2
  • input.border#2A7CF0
  • input.foreground#21201E
  • input.placeholderForeground#8B8A88
  • inputOption.activeBorder#2A7CF0
  • list.activeSelectionBackground#2A7CF030
  • list.activeSelectionForeground#FFFEF9
  • list.focusBackground#2A7CF010
  • list.highlightForeground#2A7CF0
  • list.hoverBackground#2A7CF020
  • minimap.background#FFFEF9
  • minimapSlider.activeBackground#2A7CF066
  • minimapSlider.background#2A7CF022
  • minimapSlider.hoverBackground#2A7CF044
  • panel.background#FFFEF9
  • panel.border#D3D2CE
  • panelTitle.activeBorder#2A7CF0
  • panelTitle.activeForeground#2A7CF0
  • panelTitle.inactiveForeground#8B8A88
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#2A7CF088
  • scrollbarSlider.background#D4D2CF44
  • scrollbarSlider.hoverBackground#D4D2CF88
  • sideBar.background#FDFBF8
  • sideBar.foreground#21201E
  • sideBarSectionHeader.background#F0EEEB
  • sideBarSectionHeader.foreground#2A7CF0
  • sideBarTitle.foreground#2A7CF0
  • statusBar.background#2A7CF0
  • statusBar.debuggingBackground#E63946
  • statusBar.foreground#FFFEF9
  • statusBar.noFolderBackground#F0EEEB
  • statusBarItem.hoverBackground#2A7CF044
  • tab.activeBackground#FFFEF9
  • tab.activeBorder#2A7CF0
  • tab.activeForeground#21201E
  • tab.border#D3D2CE
  • tab.inactiveBackground#F5F3F0
  • tab.inactiveForeground#7E7C79
  • terminal.ansiBlue#2A7CF0
  • terminal.ansiBrightBlue#5DAEDB
  • terminal.ansiBrightCyan#8DDFF5
  • terminal.ansiBrightGreen#6EDB8F
  • terminal.ansiBrightMagenta#CFA07E
  • terminal.ansiBrightRed#FF8A90
  • terminal.ansiBrightYellow#F0C96A
  • terminal.ansiCyan#5DAEDB
  • terminal.ansiGreen#3A8E9D
  • terminal.ansiMagenta#B68E5C
  • terminal.ansiRed#E63946
  • terminal.ansiYellow#DFAF44
  • terminal.background#FFFEF9
  • terminal.foreground#21201E
  • titleBar.activeBackground#F0EEEB
  • titleBar.activeForeground#21201E
  • titleBar.inactiveBackground#FFFEF9
  • titleBar.inactiveForeground#8B8A88

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8B8A88italic
string, string.quoted, string.template#5DAEDB—
keyword, storage.type, storage.modifier#2A7CF0bold
keyword.operator, punctuation.accessor#B68E5C—
variable, variable.other#21201E—
variable.parameter#5DAEDBitalic
entity.name.function, support.function#3A8E9D—
meta.function-call#5DAEDB—
entity.name.class, entity.name.type.class, support.class#2A7CF0bold
entity.name.type, support.type#2A7CF0—
entity.name.type.interface#B68E5Citalic
constant.numeric#DFAF44—
constant, constant.language, constant.character#B68E5C—
constant.language.boolean#2A7CF0bold
variable.other.property, support.variable.property#5DAEDB—
meta.object-literal.key#2A7CF0—
entity.name.tag, punctuation.definition.tag#2A7CF0—
entity.other.attribute-name#B68E5Citalic
punctuation, meta.brace#21201E—
string.regexp#DFAF44—
constant.character.escape#B68E5C—
meta.decorator, punctuation.decorator#5DAEDB—
invalid, invalid.illegal#E63946strikethrough
markup.heading, entity.name.section#2A7CF0bold
markup.bold#B68E5Cbold
markup.italic#3A8E9Ditalic
markup.underline.link#5DAEDB—
markup.inline.raw, markup.fenced_code#3A8E9D—
support.type.property-name.json#2A7CF0—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#B68E5C—
support.type.property-name.css#3A8E9D—
support.constant.property-value.css#5DAEDB—