A high-voltage neo-brutalist theme for Obsidian.



Electrocution turns your vault into a wall of fluorescent color, hard black borders, offset shadows, and unapologetically loud typography. It combines the blunt structure of neo-brutalism with an electric palette of hot pink, acid lime, ultraviolet purple, cyan, and warning yellow.
It is bright. It is sharp. It is not here to whisper.
Once Electrocution is available in the Obsidian community theme directory:
Download theme.css and manifest.json.
Create this folder inside your vault:
.obsidian/themes/Electrocution/
Place both files inside it:
Electrocution/
├── manifest.json
└── theme.css
Restart Obsidian or reload the app.
Open Settings → Appearance → Themes and select Electrocution.
| Color | Hex | Role |
|---|---|---|
| Hot pink | #ff2bd6 |
Primary impact and active states |
| Electric lime | #39ff14 |
Links, tags, and completed tasks |
| Ultraviolet | #7a00ff |
Section headings and shadows |
| Electric cyan | #00e5ff |
Hover accents and code |
| Warning yellow | #ffe600 |
Warnings and syntax accents |
| Black | #000000 |
Borders, shadows, and code backgrounds |
| White | #ffffff |
Document and card backgrounds |
The palette is defined near the top of theme.css using custom properties, making it easy to remix:
--nb-pink: #ff2bd6;
--nb-lime: #39ff14;
--nb-purple: #7a00ff;
--nb-yellow: #ffe600;
--nb-cyan: #00e5ff;
--nb-black: #000000;
--nb-white: #ffffff;
Electrocution includes dedicated colors for four standard Obsidian callouts:
> [!note] Note
> General information appears in purple.
> [!tip] Tip
> Helpful information appears in electric lime.
> [!warning] Warning
> Cautionary information appears in yellow.
> [!danger] Danger
> Urgent information appears in hot pink.
Electrocution supports optional image wrapping in Reading view. Include float-left or float-right in the image alt text:
![[example-image.png|float-left|240]]
![[example-image.png|float-right|240]]
Text will flow around the image while retaining the theme's heavy border and offset shadow.
Electrocution is especially suited to:
Electrocution is designed for modern Obsidian releases and styles both Reading view and Live Preview. Obsidian occasionally changes internal class names, so individual interface details may require adjustment after major application updates.
Third-party plugins may introduce their own markup and styles. They should remain usable, but plugin-specific components are not yet individually themed.
Bug reports, compatibility fixes, and improvements are welcome. When reporting a visual problem, please include:
Created by Ashly Lorenzana.
Why Electrocution? Because hot pink, electric lime, cyan, ultraviolet, and hard black edges should feel less like choosing a color scheme and more like grabbing the wrong wire.