Skip to main content
Coding Theme

Hecarim Theme

Publisher: HecarimThemes in package: 6

Hecarim is a versatile, modern Visual Studio Code theme collection designed to enhance both readability and aesthetics. It now offers five distinct themes: Dark, Light, Beige, Pink, and Purple. The dark modes feature bold accents, offering deep contrasts that make your code pop, perfect for late-nig

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#1A1A1A
  • activityBar.foreground#7AA2F7
  • activityBar.inactiveForeground#6D6D6D
  • activityBarBadge.background#7AA2F7
  • activityBarBadge.foreground#000000
  • button.background#7AA2F7
  • button.foreground#000000
  • button.hoverBackground#5E87E0
  • editor.background#000000
  • editor.foreground#E0E0E0
  • editor.inactiveSelectionBackground#1A1A1A
  • editor.lineHighlightBackground#1A1A1A
  • editor.selectionBackground#2A3A50
  • editorGroupHeader.tabsBackground#0D0D0D
  • editorIndentGuide.activeBackground#3A3A3A
  • editorIndentGuide.background#2A2A2A
  • editorWidget.background#1A1A1A
  • editorWidget.border#2A3A50
  • extensionButton.prominentBackground#7AA2F7
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#5E87E0
  • focusBorder#7AA2F7
  • gitDecoration.deletedResourceForeground#F7768E
  • gitDecoration.modifiedResourceForeground#7AA2F7
  • gitDecoration.untrackedResourceForeground#9ECE6A
  • input.background#1A1A1A
  • input.foreground#E0E0E0
  • input.placeholderForeground#6D6D6D
  • inputOption.activeBorder#7AA2F7
  • list.activeSelectionBackground#2A3A50
  • list.activeSelectionForeground#FFFFFF
  • list.highlightForeground#7AA2F7
  • list.hoverBackground#1A1A1A
  • list.inactiveSelectionBackground#1A1A1A
  • notificationLink.foreground#7AA2F7
  • notifications.background#1A1A1A
  • notifications.foreground#E0E0E0
  • sideBar.background#0D0D0D
  • sideBar.foreground#E0E0E0
  • sideBarSectionHeader.background#1A1A1A
  • sideBarSectionHeader.foreground#E0E0E0
  • sideBarTitle.foreground#E0E0E0
  • statusBar.background#7AA2F7
  • statusBar.debuggingBackground#FF6E6E
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#7AA2F7
  • statusBar.noFolderForeground#000000
  • tab.activeBackground#000000
  • tab.activeBorderTop#7AA2F7
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#0D0D0D
  • tab.inactiveForeground#6D6D6D
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#7AA2F7
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#7AA2F7
  • terminal.ansiBrightCyan#7DCFFF
  • terminal.ansiBrightGreen#9ECE6A
  • terminal.ansiBrightMagenta#BB9AF7
  • terminal.ansiBrightRed#F7768E
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#E0AF68
  • terminal.ansiCyan#7DCFFF
  • terminal.ansiGreen#9ECE6A
  • terminal.ansiMagenta#BB9AF7
  • terminal.ansiRed#F7768E
  • terminal.ansiWhite#E0E0E0
  • terminal.ansiYellow#E0AF68
  • terminal.background#000000
  • terminal.foreground#E0E0E0
  • titleBar.activeBackground#1A1A1A
  • titleBar.activeForeground#E0E0E0
  • titleBar.inactiveBackground#0D0D0D
  • titleBar.inactiveForeground#6D6D6D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#565F89italic
variable, string constant.other.placeholder#C0CAF5
constant.other.color#FFFFFF
invalid, invalid.illegal#FF5370
keyword, storage.type, storage.modifier#BB9AF7
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#89DDFF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#F7768E
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#7AA2F7
meta.block variable.other#C0CAF5
support.other.variable, string.other.link#F7768E
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#FF9E64
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#9ECE6A
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#E0AF68
support.type#7DCFFF
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name#7DCFFF
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#F7768E
variable.language#F7768Eitalic
entity.name.method.js#7AA2F7italic
meta.class-method.js entity.name.function.js, variable.function.constructor#7AA2F7
entity.other.attribute-name#BB9AF7
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#E0AF68italic
entity.other.attribute-name.class#E0AF68
source.sass keyword.control#7AA2F7
markup.inserted#9ECE6A
markup.deleted#F7768E
markup.changed#BB9AF7
string.regexp#7DCFFF
constant.character.escape#7DCFFF
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#7AA2F7italic
source.js constant.other.object.key.js string.unquoted.label.js#F7768Eitalic
source.json meta.structure.dictionary.json support.type.property-name.json#7AA2F7
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#7DCFFF
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#BB9AF7
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#E0AF68
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#F7768E
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#9ECE6A
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FF9E64
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#7AA2F7
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#7DCFFF
text.html.markdown, punctuation.definition.list_item.markdown#C0CAF5
text.html.markdown markup.inline.raw.markdown#BB9AF7
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#565F89
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#7AA2F7
markup.italic#F7768Eitalic
markup.bold, markup.bold string#F7768Ebold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string#F7768Ebold
markup.underline#E0AF68underline
markup.quote punctuation.definition.blockquote.markdown#565F89
markup.quoteitalic
string.other.link.title.markdown#7AA2F7
string.other.link.description.title.markdown#BB9AF7
constant.other.reference.link.markdown#E0AF68
markup.raw.block#BB9AF7
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#C0CAF5
variable.language.fenced.markdown#565F89
meta.separator#565F89bold
markup.table#C0CAF5
Hecarim Theme by Hecarim - VS Code Theme