summaryrefslogtreecommitdiff
path: root/.emacs.d/themes
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-11-07 10:45:09 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-11-07 10:45:09 -0500
commit8c2d5571718056ce19ccfe4b9c8f5c3cd71d6af4 (patch)
treeeb940308d5b67b1d1b4dca07fbfa066e1fc5dc29 /.emacs.d/themes
parentc285815a9fc8c0e14ea0714f8990694270c77c70 (diff)
Updated Emacs Config
Diffstat (limited to '.emacs.d/themes')
-rw-r--r--.emacs.d/themes/naysayer-theme.el18
1 files changed, 9 insertions, 9 deletions
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)))))