summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2015-10-23 19:16:20 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2015-10-23 19:16:20 +0200
commitfb2a81af9fccecfa5cfb1081cf14c24f5a1df38e (patch)
tree339033b8968d6f9c06ceb2d4ce22f5cf4d9c36d4
parent80fb1a5ebeb7c80ad8095f9c4440ce9311f529fb (diff)
downloadeighters-theme-fb2a81af9fccecfa5cfb1081cf14c24f5a1df38e.tar.xz
Remove cruft in face definition
-rw-r--r--eighters-theme.el11
1 files changed, 5 insertions, 6 deletions
diff --git a/eighters-theme.el b/eighters-theme.el
index f42a1e1..f2cb9a4 100644
--- a/eighters-theme.el
+++ b/eighters-theme.el
@@ -17,11 +17,10 @@
'(font-lock-string-face ((t (:foreground "lime green" :slant italic))))
'(font-lock-type-face ((t (:foreground "green3" :slant italic))))
'(font-lock-variable-name-face ((t (:foreground "gold"))))
- '(link ((((class color) (min-colors 88) (background light)) (:underline (:color foreground-color :style line) :foreground "RoyalBlue3")) (((class color) (background light)) (:underline (:color foreground-color :style line) :foreground "blue")) (((class color) (min-colors 88) (background dark)) (:underline (:color foreground-color :style line) :foreground "cyan1")) (((class color) (background dark)) (:underline (:color foreground-color :style line) :foreground "cyan")) (t (:inherit (underline)))))
- '(link-visited ((default (:inherit (link))) (((class color) (background light)) (:foreground "magenta4")) (((class color) (background dark)) (:foreground "violet"))))
- '(isearch-fail ((((class color) (min-colors 88) (background light)) (:background "RosyBrown1")) (((class color) (min-colors 88) (background dark)) (:background "red4")) (((class color) (min-colors 16)) (:background "red")) (((class color) (min-colors 8)) (:background "red")) (((class color grayscale)) (:foreground "grey")) (t (:inverse-video t))))
- '(lazy-highlight ((((class color) (min-colors 88) (background light)) (:background "paleturquoise")) (((class color) (min-colors 88) (background dark)) (:background "paleturquoise4")) (((class color) (min-colors 16)) (:background "turquoise3")) (((class color) (min-colors 8)) (:background "turquoise3")) (t (:underline (:color foreground-color :style line)))))
- '(match ((((class color) (min-colors 88) (background light)) (:background "yellow1")) (((class color) (min-colors 88) (background dark)) (:background "RoyalBlue3")) (((class color) (min-colors 8) (background light)) (:foreground "black" :background "yellow")) (((class color) (min-colors 8) (background dark)) (:foreground "white" :background "blue")) (((type tty) (class mono)) (:inverse-video t)) (t (:background "gray"))))
+ '(link ((t (:underline t :foreground "steelblue1"))))
+ '(isearch-fail ((t (:background "red2"))))
+ '(lazy-highlight ((t (:foreground "darkturquoise" :background "darkcyan"))))
+ '(match ((t (:background "royalblue3"))))
'(compilation-mode-line-exit((t (:foreground "green3" :inherit (compilation-info)))))
'(error ((t (:foreground "red1" :weight bold))))
'(ediff-even-diff-A ((t (:background "gray25"))))
@@ -46,6 +45,6 @@
'(diff-changed ((t (:background "gray25"))))
'(diff-refine-changed ((t (:weight bold))))
'(term-color-blue ((t (:foreground "steelblue1" :background "steelblue1"))))
- '(default ((t (:inherit nil :stipple nil :background "gray22" :foreground "white smoke" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 100 :width normal :foundry "default" :family "DejaVu Sans Mono")))))
+ '(default ((t (:background "gray22" :foreground "white smoke" :height 100 :family "DejaVu Sans Mono")))))
(provide-theme 'eighters)