Nikita Borozdov96 downloadsMonochrome theme in two faces: dark Obsidian and light Titan. Pure grayscale, hairlines instead of shadows, inversion as the only accent.
A monochrome theme for Obsidian. Pure grayscale in both faces — dark Obsidian and light Titan. Inversion is the only accent.


==highlights==, tags on hover.!important: every rule can be overridden with a CSS snippetFrom the community directory: Settings → Appearance → Themes → Manage, search for Borozdov, then Install and use.
By hand: download manifest.json and theme.css from the
latest release into
<vault>/.obsidian/themes/Borozdov/, then choose Borozdov under Settings → Appearance →
Themes.
File names, tabs and note titles are uppercased by the theme. To keep them as typed, add this as a CSS snippet (Settings → Appearance → CSS snippets):
.nav-file-title-content,
.nav-folder-title-content,
.workspace-tab-header-inner-title,
.inline-title {
text-transform: none;
letter-spacing: normal;
}
Inter (© The Inter Project Authors) and JetBrains Mono (© The JetBrains Mono Project
Authors) are embedded in theme.css as base64 WOFF2 under the SIL Open Font License 1.1 —
see fonts/OFL.txt. To keep the theme small they carry only what it uses:
Latin and Cyrillic, weights 400–600, no automatic ligatures — code reads exactly as typed.
MIT — see LICENSE.
По-русски. Монохромная тема для Obsidian в стиле BOROZDOV: два лика — тёмный ОБСИДИАН и светлый ТИТАН, инверсия как единственный акцент, линии вместо теней, заголовки прописными, цифры моноширинные. Спокойный ввод: без рамок фокуса вокруг заметки и полей, названия свойств без коробок, теги прямоугольные. Устанавливается из каталога: Настройки → Оформление → Темы → Настроить → Borozdov → Установить и применить.