Skip to content

Commit

Permalink
Assimilate auto-dark v0.13.2-1-g1b6c184
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0210 committed Dec 23, 2024
1 parent a4b37c0 commit 887e29b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
[submodule "apheleia"]
path = lib/apheleia
url = https://github.com/radian-software/apheleia
[submodule "auto-dark"]
path = lib/auto-dark
url = https://github.com/LionyxML/auto-dark-emacs
[submodule "beacon"]
path = lib/beacon
url = https://github.com/Malabarba/beacon
Expand Down
7 changes: 7 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@
(setq custom-enabled-themes '(sanityinc-tomorrow-bright))
(reapply-themes)))

(use-package auto-dark
:diminish
:custom
(auto-dark-dark-theme 'sanityinc-tomorrow-bright)
(auto-dark-light-theme 'sanityinc-tomorrow-day)
:hook (after-init . auto-dark-mode))

(use-package ns-auto-titlebar
:when (eq system-type 'darwin)
:config (ns-auto-titlebar-mode))
Expand Down
1 change: 1 addition & 0 deletions lib/auto-dark
Submodule auto-dark added at 1b6c18

0 comments on commit 887e29b

Please sign in to comment.