All Projects → nikbrunner → obsidian-deep-work-theme

nikbrunner / obsidian-deep-work-theme

Licence: Unlicense License
A light & dark theme for Obsidian inspired by modern GitHub colors.

Programming Languages

CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to obsidian-deep-work-theme

obsidian-imgur-plugin
Pastes images right to imgur.com
Stars: ✭ 72 (+60%)
Mutual labels:  obsidian-md
lumberjack-obsidian
Log your thoughts! Lumberjack adds URL commands to help you axe inefficiency and get right to writing.
Stars: ✭ 49 (+8.89%)
Mutual labels:  obsidian-md
keep-it-markdown
Convert Google Keep notes dynamically to markdown for Obsidian and Notion using the unofficial Keep API
Stars: ✭ 125 (+177.78%)
Mutual labels:  obsidian-md
obsidian-hider
Hide Obsidian UI elements such as tooltips, status, titlebar and more
Stars: ✭ 106 (+135.56%)
Mutual labels:  obsidian-md
mkdocs obsidian template
The template for mkdocs-obsidian
Stars: ✭ 26 (-42.22%)
Mutual labels:  obsidian-md
find-unlinked-files
Find files, which are nowhere linked, so they are maybe lost in your vault.
Stars: ✭ 81 (+80%)
Mutual labels:  obsidian-md
quick-explorer
Perform file explorer operations (and see your current file path) from the Obsidian.md title bar
Stars: ✭ 119 (+164.44%)
Mutual labels:  obsidian-md
Yin-and-Yang-Theme
An Obsidian.md theme with a stark contrast between dark mode and light mode, much like the Yin and Yang symbol ☯️.
Stars: ✭ 323 (+617.78%)
Mutual labels:  obsidian-md
Obsidian-Markdown-Parser
This repository will give you tools to parse and fetch useful informations of your notes in your Obsidian vault.
Stars: ✭ 32 (-28.89%)
Mutual labels:  obsidian-md
obsidian-contextual-typography
No description or website provided.
Stars: ✭ 45 (+0%)
Mutual labels:  obsidian-md
hotkey-helper
Easily see and access any Obsidian plugin's options pane or hotkey assignments (including conflicts) from the Community Plugins tab
Stars: ✭ 48 (+6.67%)
Mutual labels:  obsidian-md
obsidian-link-indexer
No description or website provided.
Stars: ✭ 18 (-60%)
Mutual labels:  obsidian-md
Obsidian-Harmonic
Harmonic is a minimal and highly customizable theme for Obsidian.md
Stars: ✭ 33 (-26.67%)
Mutual labels:  obsidian-md
obsidian-editor-shortcuts
Obsidian plugin to add keyboard shortcuts commonly found in code editors such as Visual Studio Code (vscode) or Sublime Text
Stars: ✭ 74 (+64.44%)
Mutual labels:  obsidian-md
obsidian-style-settings
A dynamic user interface for adjusting theme, plugin, and snippet CSS variables within Obsidian
Stars: ✭ 205 (+355.56%)
Mutual labels:  obsidian-md
notetweet obsidian
Post tweets directly from Obsidian.
Stars: ✭ 29 (-35.56%)
Mutual labels:  obsidian-md
obsidian-link-converter
Obsidian Plugin to scan all your links in your vault and convert them to your desired format.
Stars: ✭ 44 (-2.22%)
Mutual labels:  obsidian-md
tq-obsidian
Yet another Obsidian task manager
Stars: ✭ 94 (+108.89%)
Mutual labels:  obsidian-md
obsidian-encrypt
Hide secrets in your Obsidian.md vault
Stars: ✭ 83 (+84.44%)
Mutual labels:  obsidian-md
cycle-through-panes
Cycle through Panes - Obsidian Plugin
Stars: ✭ 44 (-2.22%)
Mutual labels:  obsidian-md

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!

Changes

For recent changes please take a look at the Changelog.

Roadmap

  • Dimmed, dark option to be enabled via a dedicated future 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].