diff options
author | Thanos Apollo <[email protected]> | 2023-09-03 17:21:41 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-03 17:21:41 +0300 |
commit | ac5481a1de4397e2c417e71a0429788a854aa751 (patch) | |
tree | b59f0218c24c076bfe1ae2dacf96067e1fd17258 /.emacs.d/modules/thanos-aesthetics.el | |
parent | 3f2c5f4a0f8fe5b3f9c0b207c371bfa92c254ed2 (diff) |
emacs: change theme
Diffstat (limited to '.emacs.d/modules/thanos-aesthetics.el')
-rw-r--r-- | .emacs.d/modules/thanos-aesthetics.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el index c3c31f4..7fec67f 100644 --- a/.emacs.d/modules/thanos-aesthetics.el +++ b/.emacs.d/modules/thanos-aesthetics.el @@ -77,7 +77,7 @@ (if is-hermes '(default ((t (:inherit nil :height 120 :family "Jetbrains Mono")))) '(default ((t (:inherit nil :height 135 :family "Jetbrains Mono")))))) -(load-theme 'doom-monokai-classic) +(load-theme 'monokai) (doom-modeline-mode 1) |