Kat Suricata134 downloadsA warm, tech-dystopian Obsidian theme inspired by corrupted hardware and failing systems.

Digital Rust is a warm, tech-dystopian colour scheme for Obsidian, inspired by corrupted hardware and failing systems. Built around deep rust-copper tones with strategic pops of colour named after system failures, the theme embraces the beauty of digital decay while maintaining excellent readability.
This is the official Obsidian port of Digital Rust, dark mode only.
Digital Rust can be installable directly from Obsidian via Settings → Appearance → Themes → Manage. You can see it on the Obsidian theme directory here.
theme.css and manifest.json from the latest release.Digital Rust inside your vault's .obsidian/themes/ directory.Clone this repository into your vault's themes directory and select it in Obsidian:
cd /path/to/your/vault/.obsidian/themes/
git clone https://github.com/KatSuricata/Obsidian-Digital-Rust.git "Digital Rust"
CSS is linted against the official stylelint-config-obsidianmd rules used during community theme review:
npm install
npm run lint
The lint config relaxes exactly one rule: selector-class-pattern permits camelCase selectors, because Obsidian's own class names (.cm-selectionBackground, .HyperMD-codeblock, …) can't be renamed from a theme.
Versions are published as GitHub releases via GitHub Actions:
package.json and run npm run version to update manifest.json and versions.json.git tag 1.0.1 && git push --tags).manifest.json and theme.css attached; review and publish it.Apache License 2.0 © Kat Suricata