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#3E5A42
  • activityBar.border#ffffff15
  • activityBar.foreground#0F7A4A
  • activityBar.inactiveForeground#FAF7EF60
  • activityBarBadge.background#0F7A4A
  • activityBarBadge.foreground#3E5A42
  • button.background#0F7A4A
  • button.foreground#3E5A42
  • button.hoverBackground#0F7A4Add
  • editor.background#3E5A42
  • editor.foreground#FAF7EF
  • editor.inactiveSelectionBackground#E6F1E73580
  • editor.lineHighlightBackground#08080840
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#E6F1E735
  • editorCursor.foreground#0F7A4A
  • editorGroupHeader.tabsBackground#3E5A42dd
  • editorLineNumber.activeForeground#0F7A4A
  • editorLineNumber.foreground#5B5A5280
  • focusBorder#0F7A4A
  • foreground#FAF7EF
  • input.background#080808
  • input.border#ffffff15
  • input.foreground#FAF7EF
  • input.placeholderForeground#FAF7EF60
  • list.activeSelectionBackground#0F7A4A30
  • list.activeSelectionForeground#FAF7EF
  • list.highlightForeground#0F7A4A
  • list.hoverBackground#08080840
  • list.hoverForeground#FAF7EF
  • list.inactiveSelectionBackground#0F7A4A15
  • list.inactiveSelectionForeground#FAF7EF
  • selection.background#E6F1E735
  • sideBar.background#080808
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF7EF
  • sideBarSectionHeader.background#3E5A4280
  • sideBarSectionHeader.foreground#FAF7EF
  • sideBarTitle.foreground#0F7A4A
  • statusBar.background#3E5A42
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF7EF
  • statusBar.noFolderBackground#3E5A42
  • tab.activeBackground#3E5A42
  • tab.activeBorderTop#0F7A4A
  • tab.activeForeground#FAF7EF
  • tab.border#ffffff15
  • tab.inactiveBackground#08080860
  • tab.inactiveForeground#FAF7EF80
  • terminal.ansiBlack#3E5A42
  • terminal.ansiBlue#E6F1E7
  • terminal.ansiCyan#D4AF37
  • terminal.ansiGreen#0F7A4A
  • terminal.ansiMagenta#D64541
  • terminal.ansiRed#D64541
  • terminal.ansiWhite#FAF7EF
  • terminal.ansiYellow#D4AF37
  • terminal.background#3E5A42
  • terminal.foreground#FAF7EF
  • titleBar.activeBackground#3E5A42
  • titleBar.activeForeground#FAF7EF
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#3E5A42
  • titleBar.inactiveForeground#FAF7EF60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5B5A52italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#E6F1E7bold
storage.type, storage.modifier#E6F1E7italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#0F7A4A
string, punctuation.definition.string, string.template, meta.template.expression#D4AF37
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#D64541
variable, variable.other.readwrite, variable.other.object#FAF7EF
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF7EF
variable.parameter, meta.parameter#FAF7EFdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF7EF80
keyword.operator#FAF7EF
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#D4AF37bold
entity.other.inherited-class#0F7A4A
entity.name.tag, punctuation.definition.tag#E6F1E7
entity.other.attribute-name#0F7A4A
meta.diff, meta.diff.header#5B5A52
markup.deleted#D64541
markup.inserted#0F7A4A
markup.changed#D4AF37
markup.heading, markup.heading.setext, punctuation.definition.heading#0F7A4Abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#D4AF37
string.other.link.title, string.other.link.description#0F7A4A
markup.underline.link#5B5A52underline
punctuation.definition.list#E6F1E7
markup.quote, punctuation.definition.quote#5B5A52italic
Morphous Theme by Ameyanagi - VS Code Theme