Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nikbrunner/obsidian-deep-work-theme
- Owner: nikbrunner
- License: unlicense
- Archived: true
- Created: 2021-06-06T11:32:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T18:11:35.000Z (over 2 years ago)
- Last Synced: 2024-08-03T22:18:31.038Z (5 months ago)
- Topics: github, obsidian-md, theme
- Language: CSS
- Homepage:
- Size: 8.33 MB
- Stars: 68
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - nikbrunner/obsidian-deep-work-theme - A light & dark theme for Obsidian inspired by modern GitHub colors. (CSS)
- awesome-obsidian - nikbrunner/obsidian-deep-work-theme - deep-work-theme/master/screenshot.png "") | ([Custom-folder-files-tree](code/css-snippets/custom-folder-files-tree.css))
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.
## 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.