From deca37a94109f75e4b4db3813b4067ba290d7840 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 15 Nov 2022 07:47:50 -0800 Subject: ref(ui): use a theme with nice colors and better font The ef-themes are similar to modus, but they have a nicer background color, which is less aggressive than plain white. Switch to iosevka for the font, it's a bit nicer to my taste. Change-Id: I21d482b9530f7d1106937d7e97261856ec8c5e61 --- emacs/custom/my-packages.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/custom/my-packages.el') diff --git a/emacs/custom/my-packages.el b/emacs/custom/my-packages.el index da5263b..87d15d9 100644 --- a/emacs/custom/my-packages.el +++ b/emacs/custom/my-packages.el @@ -7,6 +7,9 @@ (require 'straight) +;; packages related to themes +(straight-use-package 'ef-themes) + ;; packages needed for LSP (straight-use-package 'eglot) -- cgit 1.4.1