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

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