Change emacs theme to leuven

This commit is contained in:
Ray Miller 2025-05-28 15:38:16 +01:00
parent 30a8d56a70
commit 9fb4db87b7
Signed by: ray
GPG key ID: 043F786C4CD681B8

View file

@ -32,7 +32,7 @@
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-nord)
(setq doom-theme 'leuven)
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.