Kevin116 downloadsCustomize the app's appearance with fine-grained style tweaks.
<p>[<a href="https://github.com/TracingOrigins/obsidian-style-tweaker-plugin/blob/master/README.zh.md">中文</a> | English | <a href="https://github.com/TracingOrigins/obsidian-style-tweaker-plugin/blob/master/README.ru.md">Русский</a>]</p>
<p><a href="https://community.obsidian.md/plugins/style-tweaker" target="_blank">Style Tweaker</a> is an Obsidian plugin that lets you fine-tune and customize the app's appearance with fine-grained style adjustments — tweak colors, spacing, fonts, and layout without writing your own CSS snippets.</p>
The settings tab is grouped into the following pages, and all changes take effect immediately:
Requirements: Obsidian 1.14.1 or later.
main.js, manifest.json and styles.css from Releasesstyle-tweaker folder in your vault's plugin directory (e.g. YourVault/.obsidian/plugins/style-tweaker/) and place the three files insideTracingOrigins/obsidian-style-tweaker-pluginClone the repository:
git clone https://github.com/TracingOrigins/obsidian-style-tweaker-plugin.git
cd obsidian-style-tweaker-plugin
Copy .env.example to .env and set VAULT_PATH to your Obsidian vault path:
VAULT_PATH=C:/Users/YourName/Documents/MyVault
Install dependencies and start developing:
npm install # install dependencies
npm run dev # watch mode (auto-deploys to vault)
npm run build # production build (auto-deploys to vault)
npm run lint # run eslint
npm run format # format code with prettier
npm run format:check # verify formatting
If this plugin helps you, please consider:
This plugin's design and implementation draw inspiration from the following great open-source projects. Special thanks to their authors:
| Project | Author | GitHub | Support |
|---|---|---|---|
| Blue Topaz theme | WhyI (whyt-byte) | PKM-er/Blue-Topaz_Obsidian-css | Buy Me a Coffee |
| AnuPpuccin theme | Anubis (AnubisNekhet) | AnubisNekhet/anuppuccin | Buy Me a Coffee |
| Home Tab Plus plugin | Moyf (Moyf) | Moyf/home-tab-plus | Ko-fi |
| Style Context plugin | Moyf (Moyf) | Moyf/style-context | Ko-fi |
| File Explorer Note Count plugin | Ozan Tellioglu (ozntel) | ozntel/file-explorer-note-count | Ko-fi |