A Cyberpunk 2077–inspired dark theme for Obsidian. It dresses the workspace as a Night City HUD: an oxblood-to-charcoal gradient, red body text, cyan and green headings, gold tags and glyphs, and angular techno display type.
Not affiliated with or endorsed by CD PROJEKT RED. "Cyberpunk 2077" is a trademark of CD PROJEKT S.A. This is a fan-made, non-commercial theme.

//), and gold/red micro-label H5/H6.This assumes:
Steps:
Use this if the theme isn't showing up in Community Themes yet (e.g. it's pending review), or you're installing from a local clone of this repo.
<your vault>/.obsidian/themes/Wake Up Samurai/
(it must contain manifest.json and theme.css).Or from a terminal:
mkdir -p "<your vault>/.obsidian/themes/Wake Up Samurai"
cp manifest.json theme.css "<your vault>/.obsidian/themes/Wake Up Samurai/"
Then pick the theme in Appearance settings.
This theme is packaged for submission to Obsidian's community theme list per
the official submission guidelines.
Until it's merged into community-css-themes.json and available in the
in-app browser, install manually.
The theme embeds three SIL OFL 1.1–licensed fonts so it looks right out of the box:
| Font | Role | Foundry |
|---|---|---|
| Teko | Large display headers (H1, note title) | The Indian Type Foundry |
| Rajdhani | UI, smaller headings, chrome | The Indian Type Foundry |
| Electrolize | Technical accent | Font Diner |
If you own a commercial face closer to the game's type (Eurostile, Bank Gothic, Orbitron, Michroma), install it locally — the theme's font stacks try those first and only fall back to the embedded fonts when they're absent.
Colors and fonts are defined as CSS variables near the top of theme.css
(--cp-red, --cp-blue, --cp-green, --cp-gold, --cp-amber,
--cp-violet, and the --cp-font-* stacks). Adjust them there to retune the
palette without touching the rest of the theme.