From 1b995bef5ebb9d90afebf09fecd510b675417860 Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 22 Dec 2022 21:23:54 -0500 Subject: deleted old themes, created new badgar theme Themes in Emacs can be loaded on top of each other, allowing to easily customize or override aspects of other themes, which I did not realize at the time of creating the custom-wombat theme! Badgar adds a few small tweaks, like setting highlight-indentation colors, making the fringe match the background, and highlighting the current line when using line-number-mode. --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 54a4943..5f75be2 100644 --- a/init.el +++ b/init.el @@ -69,8 +69,6 @@ (require 'man-completion) -(when (file-exists-p (file-name-concat custom-theme-directory "custom-wombat-theme.el")) - (load-theme 'custom-wombat t)) (when (file-exists-p custom-file) (load custom-file)) @@ -84,3 +82,6 @@ (scroll-bar-mode 0) (tool-bar-mode 0) (tooltip-mode 0) + +(load-theme 'wombat) +(load-theme 'badger t) -- cgit v1.2.3