nikbrunner / obsidian-deep-work-theme

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ 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.

: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 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.

About

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

License:The Unlicense


Languages

Language:CSS 94.8%Language:SCSS 5.2%