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#FFF6E1
  • activityBar.border#00000015
  • activityBar.foreground#FFC107
  • activityBar.inactiveForeground#11111160
  • activityBarBadge.background#FFC107
  • activityBarBadge.foreground#FFF6E1
  • button.background#FFC107
  • button.foreground#FFF6E1
  • button.hoverBackground#FFC107dd
  • editor.background#FFF6E1
  • editor.foreground#111111
  • editor.inactiveSelectionBackground#7FA3402580
  • editor.lineHighlightBackground#FAF2E250
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#7FA34025
  • editorCursor.foreground#FFC107
  • editorGroupHeader.tabsBackground#FAF2E2aa
  • editorLineNumber.activeForeground#FFC107
  • editorLineNumber.foreground#E9E2CF80
  • focusBorder#FFC107
  • foreground#111111
  • input.background#FAF2E2
  • input.border#00000015
  • input.foreground#111111
  • input.placeholderForeground#11111160
  • list.activeSelectionBackground#FFC10730
  • list.activeSelectionForeground#111111
  • list.highlightForeground#FFC107
  • list.hoverBackground#FAF2E240
  • list.hoverForeground#111111
  • list.inactiveSelectionBackground#FFC10715
  • list.inactiveSelectionForeground#111111
  • selection.background#7FA34025
  • sideBar.background#FAF2E2
  • sideBar.border#00000015
  • sideBar.foreground#111111
  • sideBarSectionHeader.background#FAF2E280
  • sideBarSectionHeader.foreground#111111
  • sideBarTitle.foreground#FFC107
  • statusBar.background#FFF6E1
  • statusBar.border#00000015
  • statusBar.foreground#111111
  • statusBar.noFolderBackground#FFF6E1
  • tab.activeBackground#FFF6E1
  • tab.activeBorderTop#FFC107
  • tab.activeForeground#111111
  • tab.border#00000015
  • tab.inactiveBackground#FFF6E160
  • tab.inactiveForeground#11111180
  • terminal.ansiBlack#111111
  • terminal.ansiBlue#7FA340
  • terminal.ansiCyan#D97706
  • terminal.ansiGreen#FFC107
  • terminal.ansiMagenta#C9352B
  • terminal.ansiRed#C9352B
  • terminal.ansiWhite#111111
  • terminal.ansiYellow#D97706
  • terminal.background#FFF6E1
  • terminal.foreground#111111
  • titleBar.activeBackground#FFF6E1
  • titleBar.activeForeground#111111
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFF6E1
  • titleBar.inactiveForeground#11111160
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E9E2CFitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#7FA340bold
storage.type, storage.modifier#7FA340italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#FFC107
string, punctuation.definition.string, string.template, meta.template.expression#D97706
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C9352B
variable, variable.other.readwrite, variable.other.object#111111
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#111111
variable.parameter, meta.parameter#111111dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#11111180
keyword.operator#111111
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#D97706bold
entity.other.inherited-class#FFC107
entity.name.tag, punctuation.definition.tag#7FA340
entity.other.attribute-name#FFC107
meta.diff, meta.diff.header#E9E2CF
markup.deleted#C9352B
markup.inserted#FFC107
markup.changed#D97706
markup.heading, markup.heading.setext, punctuation.definition.heading#FFC107bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#D97706
string.other.link.title, string.other.link.description#FFC107
markup.underline.link#E9E2CFunderline
punctuation.definition.list#7FA340
markup.quote, punctuation.definition.quote#E9E2CFitalic