Skip to main content
CodingTheme

Anime Theme Pack — Jujutsu Kaisen, Naruto, One Piece & More

Publisher: LunaCodeThemes in package: 9

🎌 The ultimate anime VS Code theme collection. 9 immersive dark themes inspired by Jujutsu Kaisen (Gojo Satoru), Attack on Titan, My Hero Academia (Deku), Naruto, One Piece, Demon Slayer, Cyberpunk Edgerunners & Akira. Features 200+ color definitions, animated background support, and full UI custom

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#090C10
  • activityBar.border#0D1117
  • activityBar.foreground#58A6FF
  • activityBar.inactiveForeground#484F58
  • editor.background#0D1117
  • editor.foreground#C9D1D9
  • editor.lineHighlightBackground#161B22
  • editor.selectionBackground#58A6FF33
  • editorCursor.foreground#58A6FF
  • editorLineNumber.activeForeground#58A6FF
  • editorLineNumber.foreground#484F58
  • editorWidget.foreground#C9D1D9
  • list.activeSelectionBackground#58A6FF22
  • list.activeSelectionForeground#58A6FF
  • list.hoverBackground#161B22
  • list.inactiveFocusBackground#161B22
  • list.inactiveSelectionForeground#C9D1D9
  • panel.foreground#C9D1D9
  • panelTitle.activeForeground#C9D1D9
  • panelTitle.inactiveForeground#8B949E
  • sideBar.background#090C10
  • sideBar.foreground#C9D1D9
  • sideBarSectionHeader.foreground#C9D1D9
  • sideBarTitle.foreground#C9D1D9
  • statusBar.background#090C10
  • statusBar.foreground#8B949E
  • terminal.ansiBlue#58A6FF
  • terminal.ansiCyan#39C5BB
  • terminal.ansiMagenta#BC8CFF
  • terminal.background#0D1117
  • terminal.foreground#C9D1D9
  • titleBar.activeBackground#090C10
  • titleBar.activeForeground#C9D1D9
  • titleBar.border#0D1117
  • titleBar.inactiveBackground#090C10
  • titleBar.inactiveForeground#8B949E
  • tree.indentGuidesStroke#484F58

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6E7681italic
comment.block, comment.line#6E7681italic
comment.block.documentation, comment.line.documentation#8B949Eitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.alignof, keyword.operator.typeid, keyword.operator.alignas, keyword.operator.instanceof, keyword.operator.logical.python#FF7B72
keyword.control.conditional, keyword.control.flow, keyword.control.import, keyword.control.return, keyword.control.as, keyword.control.from, keyword.control.export, keyword.control.default#FF7B72
storage.type, storage.modifier, storage.type.class, storage.type.function, storage.type.property, storage.type.enum, storage.type.interface, storage.type.namespace, storage.type.struct#FF7B72
entity.name.function, entity.name.method, meta.function-call entity.name.function, meta.method-call entity.name.function#D2A8FF
support.function, variable.function#D2A8FF
meta.method.call, meta.function.call.member#D2A8FF
support.function.builtin, support.function.console, support.function.magic#79C0FF
variable, variable.other, variable.other.readwrite, variable.other.object#BC8CFF
variable.parameter, variable.parameter.function#FFA657
variable.other.property, variable.other.object.property, variable.other.member, meta.object-literal.key, support.type.property-name#79C0FF
punctuation.accessor#FF7B72
variable.language, variable.language.this, variable.language.super, variable.language.self#58A6FFitalic
constant, constant.other#FFA198
constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, constant.language.none, constant.language.nil#FFA198
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.binary, constant.numeric.octal, constant.numeric.decimal#56D4DD
constant.character.escape#39C5BB
string, string.quoted, string.quoted.single, string.quoted.double, string.quoted.triple#A5D6FF
string.template, string.interpolated#A5D6FF
meta.template.expression, meta.embedded#C9D1D9
punctuation.definition.template-expression, punctuation.section.embedded#FF7B72
string.regexp, constant.character.escape.regexp, constant.other.character-class.regexp#7EE787
constant.other.character-class.set.regexp, punctuation.definition.character-class.regexp#A5D6FF
keyword.operator.quantifier.regexp#FFA657
entity.name.class, entity.name.type.class, support.class#FFA657
entity.name.type.interface, entity.name.interface#FFA657
entity.name.type.struct, storage.type.struct#FFA657
entity.name.type.enum, storage.type.enum#FFA657
variable.other.enummember, constant.other.enum#FFA198
entity.name.type, support.type, entity.name.type.primitive#FFA657
support.type.primitive, support.type.builtin, keyword.type#79C0FF
entity.name.type.parameter, meta.type.parameters entity.name.type#FFA657
entity.name.namespace, entity.name.type.namespace, entity.name.type.module, storage.type.namespace#C9D1D9
meta.import, meta.export, keyword.control.import, keyword.control.export, keyword.control.from#FF7B72
variable.other.readwrite.alias, meta.import variable.other#79C0FF
keyword.operator, keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.comparison, keyword.operator.logical, keyword.operator.bitwise, keyword.operator.increment, keyword.operator.decrement#FF7B72
keyword.operator.ternary, keyword.operator.spread, keyword.operator.rest, keyword.operator.optional#FF7B72
punctuation, punctuation.separator, punctuation.terminator#C9D1D9
punctuation.section.brackets, punctuation.section.parens, punctuation.section.braces, meta.brace.round, meta.brace.square, meta.brace.curly#C9D1D9
meta.decorator, punctuation.decorator, entity.name.function.decorator, storage.type.annotation#FFA657
entity.other.attribute-name, entity.other.attribute#79C0FF
meta.preprocessor, keyword.control.directive, entity.name.function.preprocessor#8B949E
entity.name.function.macro, constant.other.placeholder#FFA657
entity.name.label#FFA657
invalid, invalid.illegal, invalid.deprecated#F85149
entity.name.tag.tsx, entity.name.tag.jsx, support.class.component.tsx, support.class.component.jsx#7EE787
punctuation.definition.tag.jsx, punctuation.definition.tag.tsx, punctuation.section.embedded.begin.jsx, punctuation.section.embedded.end.jsx#8B949E
entity.other.attribute-name.jsx, entity.other.attribute-name.tsx#FFA657
entity.name.tag.html, entity.name.tag#7EE787
punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end#8B949E
entity.other.attribute-name.html, entity.other.attribute-name#79C0FF
string.quoted.double.html, string.quoted.single.html#A5D6FF
entity.name.tag.css, entity.name.tag.scss, entity.name.tag.less#7EE787
entity.other.attribute-name.class.css, entity.other.attribute-name.class.scss#FFA657
entity.other.attribute-name.id.css, entity.other.attribute-name.id.scss#79C0FF
entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css#D2A8FF
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less#79C0FF
support.constant.property-value.css, support.constant.property-value.scss#A5D6FF
keyword.other.unit.css, keyword.other.unit.scss, keyword.other.unit.px.css, keyword.other.unit.rem.css, keyword.other.unit.em.css, keyword.other.unit.percentage.css#FFA657
support.function.css, support.function.scss#D2A8FF
variable.css, variable.argument.css#79C0FF
support.type.property-name.json, support.type.property-name.json.comments#79C0FF
string.quoted.double.json, string.quoted.double.json.comments#A5D6FF
markup.heading, markup.heading.markdown, entity.name.section.markdown#58A6FFbold
punctuation.definition.heading.markdown#58A6FFbold
markup.bold, markup.bold.markdown#FFA657bold
markup.italic, markup.italic.markdown#A5D6FFitalic
markup.bold markup.italic, markup.italic markup.bold#D2A8FFbold italic
markup.inline.raw.markdown, markup.inline.raw.string.markdown#A5D6FF
markup.fenced_code.block.markdown, markup.raw.block.markdown#C9D1D9
fenced_code.block.language.markdown#8B949E
markup.underline.link.markdown, markup.underline.link.image.markdown#58A6FF
string.other.link.title.markdown, string.other.link.description.markdown#79C0FF
markup.quote.markdown, punctuation.definition.quote.begin.markdown#8B949Eitalic
markup.list.unnumbered.markdown, markup.list.numbered.markdown, punctuation.definition.list.begin.markdown#FFA657
meta.separator.markdown#484F58
string.quoted.docstring.multi.python, string.quoted.docstring.single.python#8B949Eitalic
variable.parameter.function.language.special.self.python#58A6FFitalic
entity.name.function.decorator.python, meta.function.decorator.python#FFA657
support.function.magic.python#D2A8FF
storage.modifier.lifetime.rust, entity.name.type.lifetime.rust#58A6FFitalic
entity.name.function.macro.rust, support.function.macro.rust#FFA657
entity.name.package.go#C9D1D9
meta.preprocessor.include.c, meta.preprocessor.include.cpp#8B949E
string.quoted.other.lt-gt.include.c, string.quoted.other.lt-gt.include.cpp#A5D6FF
storage.type.annotation.java, punctuation.definition.annotation.java#FFA657
meta.type.annotation.ts, meta.type.annotation.tsx#FFA657
meta.object-literal.key.ts, meta.object-literal.key.js#79C0FF
entity.name.tag.yaml#79C0FF
keyword.key.toml#79C0FF
keyword.other.DML.sql, keyword.other.DDL.sql#FF7B72
entity.name.type.graphql#FFA657
variable.other.readwrite.shell, variable.other.normal.shell#79C0FF
support.function.builtin.shell, entity.name.command.shell#D2A8FF

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...