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#0B0B0E
  • activityBar.border#ffffff15
  • activityBar.foreground#F6A623
  • activityBar.inactiveForeground#FAF6EE60
  • activityBarBadge.background#F6A623
  • activityBarBadge.foreground#0B0B0E
  • button.background#F6A623
  • button.foreground#0B0B0E
  • button.hoverBackground#F6A623dd
  • editor.background#0B0B0E
  • editor.foreground#FAF6EE
  • editor.inactiveSelectionBackground#6B3A633580
  • editor.lineHighlightBackground#0B0B0E40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6B3A6335
  • editorCursor.foreground#F6A623
  • editorGroupHeader.tabsBackground#0B0B0Edd
  • editorLineNumber.activeForeground#F6A623
  • editorLineNumber.foreground#27272E80
  • focusBorder#F6A623
  • foreground#FAF6EE
  • input.background#0B0B0E
  • input.border#ffffff15
  • input.foreground#FAF6EE
  • input.placeholderForeground#FAF6EE60
  • list.activeSelectionBackground#F6A62330
  • list.activeSelectionForeground#FAF6EE
  • list.highlightForeground#F6A623
  • list.hoverBackground#0B0B0E40
  • list.hoverForeground#FAF6EE
  • list.inactiveSelectionBackground#F6A62315
  • list.inactiveSelectionForeground#FAF6EE
  • selection.background#6B3A6335
  • sideBar.background#0B0B0E
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF6EE
  • sideBarSectionHeader.background#0B0B0E80
  • sideBarSectionHeader.foreground#FAF6EE
  • sideBarTitle.foreground#F6A623
  • statusBar.background#0B0B0E
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF6EE
  • statusBar.noFolderBackground#0B0B0E
  • tab.activeBackground#0B0B0E
  • tab.activeBorderTop#F6A623
  • tab.activeForeground#FAF6EE
  • tab.border#ffffff15
  • tab.inactiveBackground#0B0B0E60
  • tab.inactiveForeground#FAF6EE80
  • terminal.ansiBlack#0B0B0E
  • terminal.ansiBlue#6B3A63
  • terminal.ansiCyan#6B3A63
  • terminal.ansiGreen#F6A623
  • terminal.ansiMagenta#2E4D3A
  • terminal.ansiRed#2E4D3A
  • terminal.ansiWhite#FAF6EE
  • terminal.ansiYellow#6B3A63
  • terminal.background#0B0B0E
  • terminal.foreground#FAF6EE
  • titleBar.activeBackground#0B0B0E
  • titleBar.activeForeground#FAF6EE
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0B0B0E
  • titleBar.inactiveForeground#FAF6EE60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#27272Eitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6B3A63bold
storage.type, storage.modifier#6B3A63italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#F6A623
string, punctuation.definition.string, string.template, meta.template.expression#6B3A63
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#2E4D3A
variable, variable.other.readwrite, variable.other.object#FAF6EE
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF6EE
variable.parameter, meta.parameter#FAF6EEdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF6EE80
keyword.operator#FAF6EE
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#6B3A63bold
entity.other.inherited-class#F6A623
entity.name.tag, punctuation.definition.tag#6B3A63
entity.other.attribute-name#F6A623
meta.diff, meta.diff.header#27272E
markup.deleted#2E4D3A
markup.inserted#F6A623
markup.changed#6B3A63
markup.heading, markup.heading.setext, punctuation.definition.heading#F6A623bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#6B3A63
string.other.link.title, string.other.link.description#F6A623
markup.underline.link#27272Eunderline
punctuation.definition.list#6B3A63
markup.quote, punctuation.definition.quote#27272Eitalic
Morphous Theme by Ameyanagi - VS Code Theme