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#102018
  • activityBar.border#ffffff15
  • activityBar.foreground#2F8A36
  • activityBar.inactiveForeground#F8F6EF60
  • activityBarBadge.background#2F8A36
  • activityBarBadge.foreground#102018
  • button.background#2F8A36
  • button.foreground#102018
  • button.hoverBackground#2F8A36dd
  • editor.background#102018
  • editor.foreground#F8F6EF
  • editor.inactiveSelectionBackground#7FB8653580
  • editor.lineHighlightBackground#1E1A1240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#7FB86535
  • editorCursor.foreground#2F8A36
  • editorGroupHeader.tabsBackground#102018dd
  • editorLineNumber.activeForeground#2F8A36
  • editorLineNumber.foreground#E6D9C180
  • focusBorder#2F8A36
  • foreground#F8F6EF
  • input.background#1E1A12
  • input.border#ffffff15
  • input.foreground#F8F6EF
  • input.placeholderForeground#F8F6EF60
  • list.activeSelectionBackground#2F8A3630
  • list.activeSelectionForeground#F8F6EF
  • list.highlightForeground#2F8A36
  • list.hoverBackground#1E1A1240
  • list.hoverForeground#F8F6EF
  • list.inactiveSelectionBackground#2F8A3615
  • list.inactiveSelectionForeground#F8F6EF
  • selection.background#7FB86535
  • sideBar.background#1E1A12
  • sideBar.border#ffffff15
  • sideBar.foreground#F8F6EF
  • sideBarSectionHeader.background#10201880
  • sideBarSectionHeader.foreground#F8F6EF
  • sideBarTitle.foreground#2F8A36
  • statusBar.background#102018
  • statusBar.border#ffffff15
  • statusBar.foreground#F8F6EF
  • statusBar.noFolderBackground#102018
  • tab.activeBackground#102018
  • tab.activeBorderTop#2F8A36
  • tab.activeForeground#F8F6EF
  • tab.border#ffffff15
  • tab.inactiveBackground#1E1A1260
  • tab.inactiveForeground#F8F6EF80
  • terminal.ansiBlack#102018
  • terminal.ansiBlue#7FB865
  • terminal.ansiCyan#DFF5C4
  • terminal.ansiGreen#2F8A36
  • terminal.ansiMagenta#B88A32
  • terminal.ansiRed#B88A32
  • terminal.ansiWhite#F8F6EF
  • terminal.ansiYellow#DFF5C4
  • terminal.background#102018
  • terminal.foreground#F8F6EF
  • titleBar.activeBackground#102018
  • titleBar.activeForeground#F8F6EF
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#102018
  • titleBar.inactiveForeground#F8F6EF60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6D9C1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#7FB865bold
storage.type, storage.modifier#7FB865italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#2F8A36
string, punctuation.definition.string, string.template, meta.template.expression#DFF5C4
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#B88A32
variable, variable.other.readwrite, variable.other.object#F8F6EF
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F8F6EF
variable.parameter, meta.parameter#F8F6EFdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F8F6EF80
keyword.operator#F8F6EF
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#DFF5C4bold
entity.other.inherited-class#2F8A36
entity.name.tag, punctuation.definition.tag#7FB865
entity.other.attribute-name#2F8A36
meta.diff, meta.diff.header#E6D9C1
markup.deleted#B88A32
markup.inserted#2F8A36
markup.changed#DFF5C4
markup.heading, markup.heading.setext, punctuation.definition.heading#2F8A36bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#DFF5C4
string.other.link.title, string.other.link.description#2F8A36
markup.underline.link#E6D9C1underline
punctuation.definition.list#7FB865
markup.quote, punctuation.definition.quote#E6D9C1italic