diff options
author | Thanos Apollo <[email protected]> | 2023-08-03 23:07:39 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-03 23:07:39 +0300 |
commit | af88db58db25f8e4bf181af587b5b60d0f5d3340 (patch) | |
tree | 3a7f580fc716d74590969258cbbf57f8bd861e12 /emacs.org | |
parent | 9c9d5f7510984a7b716ccde5d4b30f36753056f8 (diff) |
emacs: update theme
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -127,16 +127,17 @@ Fonts and basic appearance settings for each device vterm-mode-hook elfeed vterm-mode)) - (add-hook mode (lambda () (display-line-numbers-mode 0)))) + (add-hook mode (lambda () + (display-line-numbers-mode 0)))) ;; Set font-size for each device (custom-set-faces (if is-hermes '(default ((t (:inherit nil :height 120 :family "Jetbrains Mono")))) '(default ((t (:inherit nil :height 135 :family "Jetbrains Mono")))))) #+end_src -** Theme & modeline +** Theme #+begin_src emacs-lisp - (load-theme 'doom-molokai) + (load-theme 'doom-old-hope) (doom-modeline-mode 1) (setq doom-modeline-height 35) |