Please note that the development of this theme has stopped, since I am concentrating my limited time on another project. Development slowed down due to personal time issues, and the new changes for 0.16.0. These changes are very good, but I don't have the time to update this project. I rather use my limited personal free time to work on my [new project](https://github.com/terra-theme), which will also include a Obsidian Theme, which will be much easier to maintain with the new changes.
I want to thank everyone, who enjoyed this theme.
The theme is hardly different from the default theme except for the colors, so it works well on mobile too!
- Dimmed, dark option to be enabled via a dedicated future PlugIn
- Support for Style Settings Plugin
publish.css
The font-family declarations are taken directly from GitHub.
:root {
/* ... */
--default-font: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
--editor-font: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
Liberation Mono, monospace;
/* ... */
}
- Calendar
- Buttons
- Admonition
- Sliding Panes
- Todoist
- Jump-To-Date
- Kanban
- Recommended: You can install this theme very simply by downloading it from the Community Themes Finder from the Obisidian settings. This also works on mobile.
- Manuall: You can download or clone this repository, rename the
obsidian.css
file toDeep Work.css
and place it in your hidden.obsidian/themes/
folder.