From a9e429d8f2c1ef34cc9abed97d81d18abbbfdf60 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Thu, 20 Jan 2022 12:16:49 -0500 Subject: [PATCH] Nevermind, trying ample-flat instead --- emacs.d/init.el | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index 9aedb5a..b03272d 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -86,16 +86,20 @@ ;; Theme (setq custom-safe-themes t) -(use-package nimbus-theme +;; (use-package nimbus-theme +;; :config +;; (load-theme 'nimbus t)) + +(use-package ample-theme :config - (load-theme 'nimbus t)) + (load-theme `ample-flat t)) ;; (use-package base16-theme ;; :ensure t ;; :config ;; (load-theme 'gruvbox-dark-soft t)) -;; Help distinguish between work buffers from others like sidebars and terminal +;; Help distinguish between work from others like sidebars and terminal (use-package solaire-mode :diminish :init