dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit 8f1e8cc6b62aa865224448e3a41b8181533d4b34
parent b5dc5245f249ab7fc7fb406c221bf0386e8cfa6c
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Fri, 14 Jan 2022 16:27:59 -0800

Modus themes

Diffstat:
M.config/emacs/config.org | 22+++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/.config/emacs/config.org b/.config/emacs/config.org @@ -32,11 +32,11 @@ ;; font (when (not (eq system-type 'windows-nt)) - (if (string= system-name "Southpark") - (add-to-list 'default-frame-alist - '(font . "Iosevka:size=22")) + (if (string= system-name "Southpark") (add-to-list 'default-frame-alist - '(font . "Iosevka:size=18")))) + '(font . "Iosevka:size=22")) + (add-to-list 'default-frame-alist + '(font . "Iosevka:size=18")))) (use-package prettify-symbols-mode :init @@ -52,7 +52,19 @@ '(replace-colorthemes :fetcher git :url "https://github.com/emacs-jp/replace-colorthemes")) -(load-theme 'hober) + +(use-package modus-themes + :ensure t + :init + (setq modus-themes-bold-constructs t + modus-themes-mode-line '3d + modus-themes-italic-constructs t + modus-themes-mixed-fonts nil + modus-themes-subtle-line-numbers nil + modus-themes-intense-markup t) + + (modus-themes-load-themes) + (modus-themes-load-vivendi)) ;; Clarity ;; Hober ;; Comidia