diff options
author | ThanosApollo <[email protected]> | 2022-10-21 04:07:56 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-21 04:07:56 +0300 |
commit | 6b53dbefcad40ad31794692e954b6cfd9bcac2ec (patch) | |
tree | 71789958a2b8e9080e46d1c0ec60ed62cdf2a2b0 /.config/doom | |
parent | 760bc2461c7ed9f470f695dfd195604c29133301 (diff) |
Update 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 ee3479f..cc13f2c 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-ir-black) +(setq doom-theme 'doom-badger) (setq modus-themes-mode-line '(accented boarderless)) (setq modus-themes-region '(bg-only)) |