summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-aesthetics.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules/thanos-aesthetics.el')
-rw-r--r--.emacs.d/modules/thanos-aesthetics.el13
1 files changed, 4 insertions, 9 deletions
diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el
index 69c3bba..3ba8956 100644
--- a/.emacs.d/modules/thanos-aesthetics.el
+++ b/.emacs.d/modules/thanos-aesthetics.el
@@ -188,8 +188,10 @@
(t . (semibold))))
-(load-theme 'modus-vivendi)
-(define-key thanos/applications-map (kbd ".") 'modus-themes-toggle)
+(load-theme 'doom-molokai)
+(doom-modeline-mode 1)
+(setf doom-modeline-height 35)
+
;; Custom function to load theme
(defun thanos/load-theme ()
@@ -229,13 +231,6 @@
(add-hook 'ibuffer-mode-hook 'nerd-icons-ibuffer-mode)
-;; (defun thanos/markdown-theme ()
-;; "Adjust height for markdown"
-;; (interactive)
-;; (dolist
-;; (face
-;; '(markdown-header-face-1 :height 2.0))))
-
(require 'markdown-mode)
(setq markdown-header-scaling t)
(add-to-list 'auto-mode-alist '("\\.md\\'" . gfm-mode))