summaryrefslogtreecommitdiff
path: root/etc/themes/whiteboard-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'etc/themes/whiteboard-theme.el')
-rw-r--r--etc/themes/whiteboard-theme.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/themes/whiteboard-theme.el b/etc/themes/whiteboard-theme.el
index 46e449bd88e..2db11fcb4b8 100644
--- a/etc/themes/whiteboard-theme.el
+++ b/etc/themes/whiteboard-theme.el
@@ -44,8 +44,8 @@
`(cursor ((,class (:background "Green4"))))
`(default ((,class (:background "whitesmoke" :foreground "black"))))
`(dired-marked ((,class (:background "dodgerblue3" :foreground "white"))))
- `(flymake-errline ((,class (:background nil :underline "red"))))
- `(flymake-warnline ((,class (:background nil :underline "magenta3"))))
+ `(flymake-errline ((,class (:background unspecified :underline "red"))))
+ `(flymake-warnline ((,class (:background unspecified :underline "magenta3"))))
`(font-lock-builtin-face ((,class (:foreground "DarkOrange3"))))
`(font-lock-comment-delimiter-face ((,class (:foreground "gray50"))))
`(font-lock-comment-face ((,class (:foreground "gray50"))))
@@ -65,7 +65,7 @@
`(highlight ((,class (:background "SkyBlue1"))))
`(ido-first-match ((,class (:weight normal :foreground "DarkOrange3"))))
`(ido-only-match ((,class (:foreground "SeaGreen4"))))
- `(ido-subdir ((,class (:foreground nil :inherit font-lock-keyword-face))))
+ `(ido-subdir ((,class (:foreground unspecified :inherit font-lock-keyword-face))))
`(image-dired-thumb-flagged ((,class :background "Red1")))
`(image-dired-thumb-mark ((,class :background "dodgerblue3")))
`(info-header-node ((,class (:foreground "DeepSkyBlue1"))))
@@ -79,7 +79,7 @@
`(match ((,class (:background "LightPink1"))))
`(minibuffer-prompt ((,class (:foreground "DodgerBlue4"))))
`(mode-line ((,class (:background "gray75" :foreground "black" :box (:line-width 1 :style released-button)))))
- `(mode-line-buffer-id ((,class (:weight bold :background nil :foreground "blue4"))))
+ `(mode-line-buffer-id ((,class (:weight bold :background unspecified :foreground "blue4"))))
`(mode-line-inactive ((,class (:background "gray40" :foreground "black" :box (:line-width 1 :color "gray40" :style nil)))))
`(outline-1 ((,class (:foreground "Blue3"))))
`(outline-2 ((,class (:foreground "DodgerBlue"))))