Skip to content

Commit

Permalink
turn back dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bard_simpson committed Jun 22, 2024
1 parent a7a1b84 commit 2951087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/ui/my-load-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
;; or (setq my-theme-func 'my-light-theme)
;; or (setq my-theme-func 'my-dark-theme)
;; or (setq my-theme-func (lambda () (load-theme 'modus-vivendi)))
(setq my-theme-func (lambda () (load-theme 'modus-vivendi)))
(setq my-theme-func 'my-dark-theme)

(add-hook 'after-init-hook my-theme-func -90)
(add-hook 'after-init-hook 'global-hl-line-mode)
Expand Down

0 comments on commit 2951087

Please sign in to comment.