a lekker colorscheme. solarized accents, gruvbox warmth, brewed slow.
A warm, readable Obsidian theme with two variants that follow your system's light/dark mode:
- bru-espresso (dark) — warm near-black with cream text
- bru-latte (light) — warm sepia cream with coffee-dark text
Part of the bru colorscheme. See the live palette preview.
Settings → Appearance → Themes → Manage → search bru → Use
VAULT=~/path/to/your/vault
mkdir -p "$VAULT/.obsidian/themes/bru"
cp theme.css "$VAULT/.obsidian/themes/bru/theme.css"
cp manifest.json "$VAULT/.obsidian/themes/bru/manifest.json"Then: Settings → Appearance → Themes → select bru.
If you have BRAT installed:
BRAT Settings → Add Beta Theme → kmf/obsidian-bru
- Headings (H1–H6, each a different bru accent)
- Links (internal, external, unresolved)
- Inline and fenced code blocks with syntax colors
- Tags
- Callouts (note, info, success, warning, error, question, quote, important, tip)
- Graph view (nodes, focused, tags, unresolved)
- Tables, blockquotes, active tabs
Obsidian's built-in Settings → Appearance → Base color scheme (Light / Dark / Adapt to system) controls which variant is active — espresso when dark, latte when light.
MIT

