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#081A11
  • activityBar.border#ffffff15
  • activityBar.foreground#3F8A2F
  • activityBar.inactiveForeground#F7F6E860
  • activityBarBadge.background#3F8A2F
  • activityBarBadge.foreground#081A11
  • button.background#3F8A2F
  • button.foreground#081A11
  • button.hoverBackground#3F8A2Fdd
  • editor.background#081A11
  • editor.foreground#F7F6E8
  • editor.inactiveSelectionBackground#74B84B3580
  • editor.lineHighlightBackground#10211440
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#74B84B35
  • editorCursor.foreground#3F8A2F
  • editorGroupHeader.tabsBackground#081A11dd
  • editorLineNumber.activeForeground#3F8A2F
  • editorLineNumber.foreground#E5E7D480
  • focusBorder#3F8A2F
  • foreground#F7F6E8
  • input.background#102114
  • input.border#ffffff15
  • input.foreground#F7F6E8
  • input.placeholderForeground#F7F6E860
  • list.activeSelectionBackground#3F8A2F30
  • list.activeSelectionForeground#F7F6E8
  • list.highlightForeground#3F8A2F
  • list.hoverBackground#10211440
  • list.hoverForeground#F7F6E8
  • list.inactiveSelectionBackground#3F8A2F15
  • list.inactiveSelectionForeground#F7F6E8
  • selection.background#74B84B35
  • sideBar.background#102114
  • sideBar.border#ffffff15
  • sideBar.foreground#F7F6E8
  • sideBarSectionHeader.background#081A1180
  • sideBarSectionHeader.foreground#F7F6E8
  • sideBarTitle.foreground#3F8A2F
  • statusBar.background#081A11
  • statusBar.border#ffffff15
  • statusBar.foreground#F7F6E8
  • statusBar.noFolderBackground#081A11
  • tab.activeBackground#081A11
  • tab.activeBorderTop#3F8A2F
  • tab.activeForeground#F7F6E8
  • tab.border#ffffff15
  • tab.inactiveBackground#10211460
  • tab.inactiveForeground#F7F6E880
  • terminal.ansiBlack#081A11
  • terminal.ansiBlue#74B84B
  • terminal.ansiCyan#DCEB9A
  • terminal.ansiGreen#3F8A2F
  • terminal.ansiMagenta#E9E0B8
  • terminal.ansiRed#E9E0B8
  • terminal.ansiWhite#F7F6E8
  • terminal.ansiYellow#DCEB9A
  • terminal.background#081A11
  • terminal.foreground#F7F6E8
  • titleBar.activeBackground#081A11
  • titleBar.activeForeground#F7F6E8
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#081A11
  • titleBar.inactiveForeground#F7F6E860
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E5E7D4italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#74B84Bbold
storage.type, storage.modifier#74B84Bitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#3F8A2F
string, punctuation.definition.string, string.template, meta.template.expression#DCEB9A
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#E9E0B8
variable, variable.other.readwrite, variable.other.object#F7F6E8
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F7F6E8
variable.parameter, meta.parameter#F7F6E8dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F7F6E880
keyword.operator#F7F6E8
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#DCEB9Abold
entity.other.inherited-class#3F8A2F
entity.name.tag, punctuation.definition.tag#74B84B
entity.other.attribute-name#3F8A2F
meta.diff, meta.diff.header#E5E7D4
markup.deleted#E9E0B8
markup.inserted#3F8A2F
markup.changed#DCEB9A
markup.heading, markup.heading.setext, punctuation.definition.heading#3F8A2Fbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#DCEB9A
string.other.link.title, string.other.link.description#3F8A2F
markup.underline.link#E5E7D4underline
punctuation.definition.list#74B84B
markup.quote, punctuation.definition.quote#E5E7D4italic
Morphous Theme by Ameyanagi - VS Code Theme