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#241631
  • activityBar.border#ffffff15
  • activityBar.foreground#6d2cff
  • activityBar.inactiveForeground#fffbed60
  • activityBarBadge.background#6d2cff
  • activityBarBadge.foreground#241631
  • button.background#6d2cff
  • button.foreground#241631
  • button.hoverBackground#6d2cffdd
  • editor.background#241631
  • editor.foreground#fffbed
  • editor.inactiveSelectionBackground#00a66a3580
  • editor.lineHighlightBackground#17151d40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#00a66a35
  • editorCursor.foreground#6d2cff
  • editorGroupHeader.tabsBackground#241631dd
  • editorLineNumber.activeForeground#6d2cff
  • editorLineNumber.foreground#d7f2df80
  • focusBorder#6d2cff
  • foreground#fffbed
  • input.background#17151d
  • input.border#ffffff15
  • input.foreground#fffbed
  • input.placeholderForeground#fffbed60
  • list.activeSelectionBackground#6d2cff30
  • list.activeSelectionForeground#fffbed
  • list.highlightForeground#6d2cff
  • list.hoverBackground#17151d40
  • list.hoverForeground#fffbed
  • list.inactiveSelectionBackground#6d2cff15
  • list.inactiveSelectionForeground#fffbed
  • selection.background#00a66a35
  • sideBar.background#17151d
  • sideBar.border#ffffff15
  • sideBar.foreground#fffbed
  • sideBarSectionHeader.background#24163180
  • sideBarSectionHeader.foreground#fffbed
  • sideBarTitle.foreground#6d2cff
  • statusBar.background#241631
  • statusBar.border#ffffff15
  • statusBar.foreground#fffbed
  • statusBar.noFolderBackground#241631
  • tab.activeBackground#241631
  • tab.activeBorderTop#6d2cff
  • tab.activeForeground#fffbed
  • tab.border#ffffff15
  • tab.inactiveBackground#17151d60
  • tab.inactiveForeground#fffbed80
  • terminal.ansiBlack#241631
  • terminal.ansiBlue#00a66a
  • terminal.ansiCyan#ffd43b
  • terminal.ansiGreen#6d2cff
  • terminal.ansiMagenta#ff6f61
  • terminal.ansiRed#ff6f61
  • terminal.ansiWhite#fffbed
  • terminal.ansiYellow#ffd43b
  • terminal.background#241631
  • terminal.foreground#fffbed
  • titleBar.activeBackground#241631
  • titleBar.activeForeground#fffbed
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#241631
  • titleBar.inactiveForeground#fffbed60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d7f2dfitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#00a66abold
storage.type, storage.modifier#00a66aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6d2cff
string, punctuation.definition.string, string.template, meta.template.expression#ffd43b
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#ff6f61
variable, variable.other.readwrite, variable.other.object#fffbed
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fffbed
variable.parameter, meta.parameter#fffbeddditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fffbed80
keyword.operator#fffbed
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#ffd43bbold
entity.other.inherited-class#6d2cff
entity.name.tag, punctuation.definition.tag#00a66a
entity.other.attribute-name#6d2cff
meta.diff, meta.diff.header#d7f2df
markup.deleted#ff6f61
markup.inserted#6d2cff
markup.changed#ffd43b
markup.heading, markup.heading.setext, punctuation.definition.heading#6d2cffbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#ffd43b
string.other.link.title, string.other.link.description#6d2cff
markup.underline.link#d7f2dfunderline
punctuation.definition.list#00a66a
markup.quote, punctuation.definition.quote#d7f2dfitalic
Morphous Theme by Ameyanagi - VS Code Theme