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#0D3852
  • activityBar.border#ffffff15
  • activityBar.foreground#FF6A3D
  • activityBar.inactiveForeground#FFF7E860
  • activityBarBadge.background#FF6A3D
  • activityBarBadge.foreground#0D3852
  • button.background#FF6A3D
  • button.foreground#0D3852
  • button.hoverBackground#FF6A3Ddd
  • editor.background#0D3852
  • editor.foreground#FFF7E8
  • editor.inactiveSelectionBackground#0097A23580
  • editor.lineHighlightBackground#0d385240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#0097A235
  • editorCursor.foreground#FF6A3D
  • editorGroupHeader.tabsBackground#0D3852dd
  • editorLineNumber.activeForeground#FF6A3D
  • editorLineNumber.foreground#95A3AD80
  • focusBorder#FF6A3D
  • foreground#FFF7E8
  • input.background#0d3852
  • input.border#ffffff15
  • input.foreground#FFF7E8
  • input.placeholderForeground#FFF7E860
  • list.activeSelectionBackground#FF6A3D30
  • list.activeSelectionForeground#FFF7E8
  • list.highlightForeground#FF6A3D
  • list.hoverBackground#0d385240
  • list.hoverForeground#FFF7E8
  • list.inactiveSelectionBackground#FF6A3D15
  • list.inactiveSelectionForeground#FFF7E8
  • selection.background#0097A235
  • sideBar.background#0d3852
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF7E8
  • sideBarSectionHeader.background#0D385280
  • sideBarSectionHeader.foreground#FFF7E8
  • sideBarTitle.foreground#FF6A3D
  • statusBar.background#0D3852
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF7E8
  • statusBar.noFolderBackground#0D3852
  • tab.activeBackground#0D3852
  • tab.activeBorderTop#FF6A3D
  • tab.activeForeground#FFF7E8
  • tab.border#ffffff15
  • tab.inactiveBackground#0d385260
  • tab.inactiveForeground#FFF7E880
  • terminal.ansiBlack#0D3852
  • terminal.ansiBlue#0097A2
  • terminal.ansiCyan#00BCD4
  • terminal.ansiGreen#FF6A3D
  • terminal.ansiMagenta#2E7032
  • terminal.ansiRed#2E7032
  • terminal.ansiWhite#FFF7E8
  • terminal.ansiYellow#00BCD4
  • terminal.background#0D3852
  • terminal.foreground#FFF7E8
  • titleBar.activeBackground#0D3852
  • titleBar.activeForeground#FFF7E8
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0D3852
  • titleBar.inactiveForeground#FFF7E860
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#95A3ADitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#0097A2bold
storage.type, storage.modifier#0097A2italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#FF6A3D
string, punctuation.definition.string, string.template, meta.template.expression#00BCD4
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#2E7032
variable, variable.other.readwrite, variable.other.object#FFF7E8
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF7E8
variable.parameter, meta.parameter#FFF7E8dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF7E880
keyword.operator#FFF7E8
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#00BCD4bold
entity.other.inherited-class#FF6A3D
entity.name.tag, punctuation.definition.tag#0097A2
entity.other.attribute-name#FF6A3D
meta.diff, meta.diff.header#95A3AD
markup.deleted#2E7032
markup.inserted#FF6A3D
markup.changed#00BCD4
markup.heading, markup.heading.setext, punctuation.definition.heading#FF6A3Dbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#00BCD4
string.other.link.title, string.other.link.description#FF6A3D
markup.underline.link#95A3ADunderline
punctuation.definition.list#0097A2
markup.quote, punctuation.definition.quote#95A3ADitalic
Morphous Theme by Ameyanagi - VS Code Theme