diff options
author | ThanosApollo <[email protected]> | 2022-10-23 14:10:40 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-23 14:10:40 +0300 |
commit | 9b4517698b1b4679a6f4f964888e83cf17f36e77 (patch) | |
tree | 1da649ca0af040f5e3181c8cb816753a80e7ec2d /.config/doom | |
parent | 955137dea68f028f9a8357f7030a40cf97bec25d (diff) |
Change theme
Diffstat (limited to '.config/doom')
-rw-r--r-- | .config/doom/config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/doom/config.el b/.config/doom/config.el index b16e29e..e7a4eb7 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -36,7 +36,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-badger) +(setq doom-theme 'doom-dracula) (setq modus-themes-mode-line '(accented boarderless)) (setq modus-themes-region '(bg-only)) |