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#F3F4F0
  • activityBar.border#00000015
  • activityBar.foreground#259367
  • activityBar.inactiveForeground#14141460
  • activityBarBadge.background#259367
  • activityBarBadge.foreground#F3F4F0
  • button.background#259367
  • button.foreground#F3F4F0
  • button.hoverBackground#259367dd
  • editor.background#F3F4F0
  • editor.foreground#141414
  • editor.inactiveSelectionBackground#2183332580
  • editor.lineHighlightBackground#AB927350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21833325
  • editorCursor.foreground#259367
  • editorGroupHeader.tabsBackground#AB9273aa
  • editorLineNumber.activeForeground#259367
  • editorLineNumber.foreground#D9DDD680
  • focusBorder#259367
  • foreground#141414
  • input.background#AB9273
  • input.border#00000015
  • input.foreground#141414
  • input.placeholderForeground#14141460
  • list.activeSelectionBackground#25936730
  • list.activeSelectionForeground#141414
  • list.highlightForeground#259367
  • list.hoverBackground#AB927340
  • list.hoverForeground#141414
  • list.inactiveSelectionBackground#25936715
  • list.inactiveSelectionForeground#141414
  • selection.background#21833325
  • sideBar.background#AB9273
  • sideBar.border#00000015
  • sideBar.foreground#141414
  • sideBarSectionHeader.background#AB927380
  • sideBarSectionHeader.foreground#141414
  • sideBarTitle.foreground#259367
  • statusBar.background#F3F4F0
  • statusBar.border#00000015
  • statusBar.foreground#141414
  • statusBar.noFolderBackground#F3F4F0
  • tab.activeBackground#F3F4F0
  • tab.activeBorderTop#259367
  • tab.activeForeground#141414
  • tab.border#00000015
  • tab.inactiveBackground#F3F4F060
  • tab.inactiveForeground#14141480
  • terminal.ansiBlack#141414
  • terminal.ansiBlue#218333
  • terminal.ansiCyan#3BA329
  • terminal.ansiGreen#259367
  • terminal.ansiMagenta#277619
  • terminal.ansiRed#277619
  • terminal.ansiWhite#141414
  • terminal.ansiYellow#3BA329
  • terminal.background#F3F4F0
  • terminal.foreground#141414
  • titleBar.activeBackground#F3F4F0
  • titleBar.activeForeground#141414
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F3F4F0
  • titleBar.inactiveForeground#14141460
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D9DDD6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#218333bold
storage.type, storage.modifier#218333italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#259367
string, punctuation.definition.string, string.template, meta.template.expression#3BA329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#277619
variable, variable.other.readwrite, variable.other.object#141414
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#141414
variable.parameter, meta.parameter#141414dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#14141480
keyword.operator#141414
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#3BA329bold
entity.other.inherited-class#259367
entity.name.tag, punctuation.definition.tag#218333
entity.other.attribute-name#259367
meta.diff, meta.diff.header#D9DDD6
markup.deleted#277619
markup.inserted#259367
markup.changed#3BA329
markup.heading, markup.heading.setext, punctuation.definition.heading#259367bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#3BA329
string.other.link.title, string.other.link.description#259367
markup.underline.link#D9DDD6underline
punctuation.definition.list#218333
markup.quote, punctuation.definition.quote#D9DDD6italic