A minimal, CRT-inspired Hugo theme with a dark phosphor aesthetic.
- Dark matte background with phosphor green accents
- JetBrains Mono typography
- Zero dependencies (no Bootstrap, no JS frameworks)
- Single CSS file (~300 lines)
- External links open in new tab
- Responsive design
git submodule add https://github.com/swap357/phosphor.git themes/phosphorThen in your config.toml:
theme = "phosphor"[params]
mainSections = ["post"] # sections to show dates/navigation
posts_navigation = true # prev/next links on posts
copyright = "© 2025"
github = "username"
twitter = "username"
linkedin = "username"
[[menu.primary]]
name = "posts"
url = "/"
weight = 1--bg: #141416; /* matte black */
--surface: #1E1F22; /* elevated surfaces */
--text: #E8E8E3; /* primary text */
--text-muted: #A2A3A0;
--accent: #00FF9C; /* phosphor green */
--highlight: #FFB86B; /* amber */MIT