diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-09-01 14:48:24 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-09-01 14:48:24 +0200 |
commit | 0c8f8c2728dfd1b74c616bfb64300b87132e272f (patch) | |
tree | e982481861152e3a67d5614d6038c15d19c41791 /.doom.d | |
parent | uptodate doomrc (diff) | |
download | dotfiles-0c8f8c2728dfd1b74c616bfb64300b87132e272f.tar.gz dotfiles-0c8f8c2728dfd1b74c616bfb64300b87132e272f.tar.bz2 dotfiles-0c8f8c2728dfd1b74c616bfb64300b87132e272f.tar.xz dotfiles-0c8f8c2728dfd1b74c616bfb64300b87132e272f.tar.zst dotfiles-0c8f8c2728dfd1b74c616bfb64300b87132e272f.zip |
added papes, emacs theme & polybar colors
Diffstat (limited to '.doom.d')
-rw-r--r-- | .doom.d/config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index 57418fd..3ea0925 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -24,7 +24,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-gruvbox) +(setq doom-theme 'doom-one) ;; If you use `org' and don't want your org files in the default location below, ;; change `org-directory'. It must be set before org loads! |