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

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#F7F3EC
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F7F3EC
variable.parameter, meta.parameter#F7F3ECdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F7F3EC80
keyword.operator#F7F3EC
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