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.background#F7F3EC
  • activityBar.border#00000015
  • activityBar.foreground#F47A86
  • activityBar.inactiveForeground#23261D60
  • activityBarBadge.background#F47A86
  • activityBarBadge.foreground#F7F3EC
  • button.background#F47A86
  • button.foreground#F7F3EC
  • button.hoverBackground#F47A86dd
  • editor.background#F7F3EC
  • editor.foreground#23261D
  • editor.inactiveSelectionBackground#6A6F3B2580
  • editor.lineHighlightBackground#FFFDF850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6A6F3B25
  • editorCursor.foreground#F47A86
  • editorGroupHeader.tabsBackground#FFFDF8aa
  • editorLineNumber.activeForeground#F47A86
  • editorLineNumber.foreground#A7AC9080
  • focusBorder#F47A86
  • foreground#23261D
  • input.background#FFFDF8
  • input.border#00000015
  • input.foreground#23261D
  • input.placeholderForeground#23261D60
  • list.activeSelectionBackground#F47A8630
  • list.activeSelectionForeground#23261D
  • list.highlightForeground#F47A86
  • list.hoverBackground#FFFDF840
  • list.hoverForeground#23261D
  • list.inactiveSelectionBackground#F47A8615
  • list.inactiveSelectionForeground#23261D
  • selection.background#6A6F3B25
  • sideBar.background#FFFDF8
  • sideBar.border#00000015
  • sideBar.foreground#23261D
  • sideBarSectionHeader.background#FFFDF880
  • sideBarSectionHeader.foreground#23261D
  • sideBarTitle.foreground#F47A86
  • statusBar.background#F7F3EC
  • statusBar.border#00000015
  • statusBar.foreground#23261D
  • statusBar.noFolderBackground#F7F3EC
  • tab.activeBackground#F7F3EC
  • tab.activeBorderTop#F47A86
  • tab.activeForeground#23261D
  • tab.border#00000015
  • tab.inactiveBackground#F7F3EC60
  • tab.inactiveForeground#23261D80
  • terminal.ansiBlack#23261D
  • terminal.ansiBlue#6A6F3B
  • terminal.ansiCyan#D8DDD5
  • terminal.ansiGreen#F47A86
  • terminal.ansiMagenta#BF5A5A
  • terminal.ansiRed#BF5A5A
  • terminal.ansiWhite#23261D
  • terminal.ansiYellow#D8DDD5
  • terminal.background#F7F3EC
  • terminal.foreground#23261D
  • titleBar.activeBackground#F7F3EC
  • titleBar.activeForeground#23261D
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F7F3EC
  • titleBar.inactiveForeground#23261D60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A7AC90italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6A6F3Bbold
storage.type, storage.modifier#6A6F3Bitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#F47A86
string, punctuation.definition.string, string.template, meta.template.expression#D8DDD5
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#BF5A5A
variable, variable.other.readwrite, variable.other.object#23261D
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#23261D
variable.parameter, meta.parameter#23261Ddditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#23261D80
keyword.operator#23261D
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#D8DDD5bold
entity.other.inherited-class#F47A86
entity.name.tag, punctuation.definition.tag#6A6F3B
entity.other.attribute-name#F47A86
meta.diff, meta.diff.header#A7AC90
markup.deleted#BF5A5A
markup.inserted#F47A86
markup.changed#D8DDD5
markup.heading, markup.heading.setext, punctuation.definition.heading#F47A86bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#D8DDD5
string.other.link.title, string.other.link.description#F47A86
markup.underline.link#A7AC90underline
punctuation.definition.list#6A6F3B
markup.quote, punctuation.definition.quote#A7AC90italic