No description
Find a file
scott kirvan fa65439e19 chore: scale down docs site with global zoom
VitePress default theme hardcodes font-size/spacing in px rather than
rem, so a root font-size override doesn't cascade. zoom: 0.875 rescales
the whole rendered page uniformly, matching the density of typical
professional docs sites instead of the oversized default look.
2026-07-16 23:03:55 -05:00
.github chore(main): release 2.2.1 2026-07-14 20:13:51 -05:00
docs chore: scale down docs site with global zoom 2026-07-16 23:03:55 -05:00
imgs show your work - adds assets to repo 2023-03-28 17:56:37 -07:00
notes Update changelog: add PR references for 2.2.1 2026-07-15 01:14:09 +00:00
.gitignore feat: major refactor - broke the repo, so just going for it now 2025-11-26 22:50:52 -08:00
CODE_OF_CONDUCT.md fix: correct Discord invite link 2026-07-14 20:12:11 -05:00
CONTRIBUTING.md fix: correct Discord invite link 2026-07-14 20:12:11 -05:00
LICENSE Update LICENSE 2023-03-19 21:12:12 -07:00
manifest.json chore(main): release 2.2.1 2026-07-14 20:13:51 -05:00
README.md fix: add update-changelog-prs job and CHANGELOG link in README 2026-07-03 22:34:30 -05:00
theme.css fix: stop overriding .cm-line box model on headings, breaking cursor placement 2026-07-13 20:36:00 -05:00

GitHubDHC starline

promo

GitHubDHC

A GitHub Dark High Contrast theme for Obsidian!

contributors last update forks stars open issues license

Report Bug · Request Feature

 

I do a lot of writing in Markdown, mostly for things that I'm doing up on GitHub. (Obsidian is an great editor for this). I was running into some frustration with the formatting not mapping really well between Obsidian and GitHub, when I thought, "there has to be a theme for this!" I found @krios2146's awesome Obsidian GIthub Theme.

It was close, but not really the way my GitHub looks (I use the GitHub Dark High Contrast theme when I'm working online), so I decided to start hacking the css a bit to see how close I could get. The look of GitHubDHC is different enough from the original theme that I decided to start a new fork based on Vladimir's really nicely done Obsidian GitHub Theme -- it's worth checking out - he did all the initial work and the Kanban theme'ing - it's really good.

Features (v2.0)

  • Dual Theme Support: Full support for both Dark High Contrast and Light Default themes
  • Accurate GitHub Colors: Uses official GitHub Primer color primitives for authentic appearance
  • Enhanced UI Components (for settings dialog, Obsidian UI, etc.):
    • Form elements (dropdowns, inputs) now match GitHub styling
  • GitHub-Style Callouts
  • Improved Typography: Bold navigation items and better text hierarchy

Screenshots

Screenshots

Installation

  1. Open the Settings in Obsidian
  2. Navigate to Appearances tab under Options
  3. Set Base color scheme to Dark
  4. Under the Themes section, click on the Manage button across from Themes
  5. Search for GitHubDHC in the Filter text input
  6. Click Use and then you're done! 🎉

Manual Install

  1. Download and unzip (or clone) this repo into your vault's /.obsidian/themes directory (if that directly doesn't exist yet, create it)
  2. Open Settings in Obsidian
  3. Navigate to the  Appearances tab under Options
  4. Under the Themes section, click on the Manage button across from Themes
  5. Search for GitHubDHC in the Filter text input
  6. Click the reset button for the Accent color, and set your preferred Zoom level.
  7. That's it! You're set up - Enjoy!

Theme Settings

Theme settings can be found in the Style Settings plugin.

Current settings include:

  • Header colors
  • On/Off kanban styles
  • On/Off callout styles
  • Colorblind colorscheme variants

Feedback

For any bugs or ideas for new features, please submit a New Issue . The best way to contribute directly is to make the changes yourself and submit them as a New Pull Request. Have a quesiton? Join the Obsidian Members Group (OMG) Discord server - I'm @cptvideo - reach out and say, "hi!" 👋

Credits

A huge thank you and all creds due to @krios2146 and his Obsidian GitHub Theme.

Vladimir Kidyaev (2022-2023)
This code includes modifications by Scott Kirvan. Modifications (c) Scott Kirvan
All rights reserved

Project Link: https://github.com/ScottKirvan/GitHubDHC
If you're writing markdown, and not using Obsidian, check it out: https://obsidian.md/

CHANGELOG