diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-27 17:42:41 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-27 17:42:41 +0530 |
commit | 92d5f2c7c6dbf96a41957056b48e3ec1c7551928 (patch) | |
tree | 4aa8fe88bd939ccf4134f8ce20ffc47ccd6d596f /.doom.d/config.el | |
parent | c974f99921cb4d8eaf917f4edbff9b86c51f2a1b (diff) |
made changes in the theme to somewhat match my neovim
Diffstat (limited to '.doom.d/config.el')
-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 0ad28c3..3981ff9 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -27,7 +27,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 'tokyo-night) +(setq doom-theme 'zt) ;; 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! |