From 8c2d5571718056ce19ccfe4b9c8f5c3cd71d6af4 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 7 Nov 2024 10:45:09 -0500 Subject: Updated Emacs Config --- .emacs.d/themes/naysayer-theme.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.emacs.d/themes') diff --git a/.emacs.d/themes/naysayer-theme.el b/.emacs.d/themes/naysayer-theme.el index 5af5de3..023cd57 100644 --- a/.emacs.d/themes/naysayer-theme.el +++ b/.emacs.d/themes/naysayer-theme.el @@ -58,11 +58,11 @@ ;; ***************************************************************************** `(default ((t (:foreground ,text :background ,background, :weight normal)))) - `(region ((t (:foreground nil :background ,selection)))) + `(region ((t (:foreground unspecified :background ,selection)))) `(cursor ((t (:background ,white )))) `(fringe ((t (:background ,background :foreground ,white)))) `(linum ((t (:background ,background :foreground ,gutter-fg)))) - `(highlight ((t (:foreground nil :background ,selection)))) + `(highlight ((t (:foreground unspecified :background ,selection)))) ;; Font lock faces ;; ***************************************************************************** @@ -83,8 +83,8 @@ ;; Plugins ;; ***************************************************************************** - `(trailing-whitespace ((t (:foreground nil :background ,warning)))) - `(whitespace-trailing ((t (:background nil :foreground ,warning :inverse-video t)))) + `(trailing-whitespace ((t (:foreground unspecified :background ,warning)))) + `(whitespace-trailing ((t (:background unspecified :foreground ,warning :inverse-video t)))) `(linum ((t (:foreground ,line-fg :background ,background)))) `(linum-relative-current-face ((t (:foreground ,white :background ,background)))) @@ -114,7 +114,7 @@ :underline unspecified :foreground ,background :weight bold - :box nil)))) + :box unspecified)))) ;; mode-line and powerline `(mode-line-buffer-id ((t (:foreground ,background :distant-foreground ,text :text ,text :weight bold)))) @@ -122,7 +122,7 @@ :underline unspecified :foreground ,background :background ,text - :box nil)))) + :box unspecified)))) `(powerline-active1 ((t (:background ,text :foreground ,background)))) `(powerline-active2 ((t (:background ,text :foreground ,background)))) @@ -130,13 +130,13 @@ :underline unspecified :foreground ,text :background ,background - :box nil)))) + :box unspecified)))) `(powerline-inactive1 ((t (:background ,background :foreground ,text)))) `(powerline-inactive2 ((t (:background ,background :foreground ,text)))) ;; better compatibility with default DOOM mode-line - `(error ((t (:foreground nil :weight normal)))) - `(doom-modeline-project-dir ((t (:foreground nil :weight bold)))) + `(error ((t (:foreground unspecified :weight normal)))) + `(doom-modeline-project-dir ((t (:foreground unspecified :weight bold)))) ;; js2-mode `(js2-function-call ((t (:inherit (font-lock-function-name-face))))) -- cgit v1.2.3