Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikbrunner/obsidian-deep-work-theme

A light & dark theme for Obsidian inspired by modern GitHub colors.
https://github.com/nikbrunner/obsidian-deep-work-theme

github obsidian-md theme

Last synced: about 2 months ago
JSON representation

A light & dark theme for Obsidian inspired by modern GitHub colors.

Awesome Lists containing this project

README

        


⚠️ Development Status ⚠️



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.



Obsidian Deep Work Theme







A light and dark theme for Obsidian inspired by the modern GitHub colors.





Buy Me A Coffee

## Mobile

The theme is hardly different from the default theme except for the colors, so it works well on mobile too!

## Roadmap

- Dimmed, dark option to be enabled via a dedicated future PlugIn
- Support for Style Settings Plugin
- `publish.css`

## Fonts

The font-family declarations are taken directly from GitHub.

```css
: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;
/* ... */
}
```

## Respected PlugIns

- Calendar
- Buttons
- Admonition
- Sliding Panes
- Todoist
- Jump-To-Date
- Kanban

## Install

- **Recommended**: You can install this theme very simply by downloading it from the Community Themes Finder from the [Obisidian](https://obsidian.md) settings. This also works on mobile.
- **Manuall**: You can download or clone this repository, rename the `obsidian.css` file to `Deep Work.css` and place it in your hidden `.obsidian/themes/` folder.