Skip to content

Commit

Permalink
updated theme options
Browse files Browse the repository at this point in the history
  • Loading branch information
ravachol-yang committed Mar 19, 2024
1 parent 9de77f0 commit 1fd616f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lisp/init-themes.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")

;; Sublime themes
;; (maybe-require-package 'sublime-themes)

;; Dracula theme
(use-package dracula-theme
:ensure t)

;; Nord theme
(use-package nord-theme
:ensure t)

;; Timu's themes
;; (maybe-require-package 'timu-spacegrey-theme)
(use-package timu-rouge-theme
:ensure t)

(load-theme 'dracula t)
(load-theme 'nord t)

(provide 'init-themes)
;;; init-themes.el ends here

0 comments on commit 1fd616f

Please sign in to comment.