(defface secondary-selection
'((((class color) (min-colors 88) (background light))
- :background "yellow1")
+ :background "yellow1" :extend t)
(((class color) (min-colors 88) (background dark))
- :background "SkyBlue4")
+ :background "SkyBlue4" :extend t)
(((class color) (min-colors 16) (background light))
- :background "yellow")
+ :background "yellow" :extend t)
(((class color) (min-colors 16) (background dark))
- :background "SkyBlue4")
+ :background "SkyBlue4" :extend t)
(((class color) (min-colors 8))
- :background "cyan" :foreground "black")
+ :background "cyan" :foreground "black" :extend t)
(t :inverse-video t))
"Basic face for displaying the secondary selection."
:group 'basic-faces)
(defface line-number-major-tick
'((((class color grayscale) (background light))
- :foreground "grey55" :bold t)
+ :background "grey85" :bold t)
(((class color grayscale) (background dark))
- :foreground "grey75" :bold t)
+ :background "grey75" :bold t)
(t :inherit line-number))
"Face for highlighting \"major ticks\" (as in a ruler).
When `display-line-numbers-major-tick' is positive, highlight
(defface line-number-minor-tick
'((((class color grayscale) (background light))
- :foreground "grey65" :bold t)
+ :background "grey95" :bold t)
(((class color grayscale) (background dark))
- :foreground "grey55" :bold t)
+ :background "grey55" :bold t)
(t :inherit line-number))
"Face for highlighting \"minor ticks\" (as in a ruler).
When `display-line-numbers-minor-tick' is positive, highlight
(defface ediff-current-diff-A
'((((class color) (min-colors 88) (background light))
- :background "#ffdddd")
+ :background "#ffdddd" :extend t)
(((class color) (min-colors 88) (background dark))
- :background "#553333")
+ :background "#553333" :extend t)
(((class color) (min-colors 16))
- (:foreground "firebrick" :background "pale green"))
+ (:foreground "firebrick" :background "pale green" :extend t))
(((class color))
- (:foreground "blue3" :background "yellow3"))
+ (:foreground "blue3" :background "yellow3" :extend t))
(t (:inverse-video t)))
"Face for highlighting the selected difference in buffer A."
:group 'ediff-highlighting)
(defface ediff-current-diff-B
'((((class color) (min-colors 88) (background light))
- :background "#ddffdd")
+ :background "#ddffdd" :extend t)
(((class color) (min-colors 88) (background dark))
- :background "#335533")
+ :background "#335533" :extend t)
(((class color) (min-colors 16))
- (:foreground "DarkOrchid" :background "Yellow"))
+ (:foreground "DarkOrchid" :background "Yellow" :extend t))
(((class color))
(:foreground "magenta3" :background "yellow3"
- :weight bold))
+ :weight bold :extend t))
(t (:inverse-video t)))
"Face for highlighting the selected difference in buffer B."
:group 'ediff-highlighting)
(defface ediff-current-diff-C
'((((class color) (min-colors 88) (background light))
- :background "#ffffaa")
+ :background "#ffffaa" :extend t)
(((class color) (min-colors 88) (background dark))
- :background "#888833")
+ :background "#888833" :extend t)
(((class color) (min-colors 16))
- (:foreground "Navy" :background "Pink"))
+ (:foreground "Navy" :background "Pink" :extend t))
(((class color))
- (:foreground "cyan3" :background "yellow3" :weight bold))
+ (:foreground "cyan3" :background "yellow3" :weight bold :extend t))
(t (:inverse-video t)))
"Face for highlighting the selected difference in buffer C."
:group 'ediff-highlighting)
(defface ediff-current-diff-Ancestor
'((((class color) (min-colors 88) (background light))
- :background "#cfdeee")
+ :background "#cfdeee" :extend t)
(((class color) (min-colors 88) (background dark))
- :background "#004151")
+ :background "#004151" :extend t)
(((class color) (min-colors 16) (background light))
- :background "#cfdeee")
+ :background "#cfdeee" :extend t)
(((class color) (min-colors 16) (background dark))
- :background "#004151")
+ :background "#004151" :extend t)
(((class color))
- (:foreground "black" :background "magenta3"))
+ (:foreground "black" :background "magenta3" :extend t))
(t (:inverse-video t)))
"Face for highlighting the selected difference in buffer Ancestor."
:group 'ediff-highlighting)
(defface ediff-even-diff-A
`((((type pc))
- (:foreground "green3" :background "light grey"))
+ (:foreground "green3" :background "light grey" :extend t))
(((class color) (min-colors 88))
- (:background "light grey"))
+ (:background "light grey" :extend t))
(((class color) (min-colors 16))
- (:foreground "Black" :background "light grey"))
+ (:foreground "Black" :background "light grey" :extend t))
(((class color))
(:foreground "red3" :background "light grey"
- :weight bold))
+ :weight bold :extend t))
(t (:italic t :stipple ,stipple-pixmap)))
"Face for highlighting even-numbered non-current differences in buffer A."
:group 'ediff-highlighting)
(defface ediff-even-diff-B
`((((class color) (min-colors 88))
- (:background "Grey"))
+ (:background "Grey" :extend t))
(((class color) (min-colors 16))
- (:foreground "White" :background "Grey"))
+ (:foreground "White" :background "Grey" :extend t))
(((class color))
- (:foreground "blue3" :background "Grey" :weight bold))
+ (:foreground "blue3" :background "Grey" :weight bold :extend t))
(t (:italic t :stipple ,stipple-pixmap)))
"Face for highlighting even-numbered non-current differences in buffer B."
:group 'ediff-highlighting)
(defface ediff-even-diff-C
`((((type pc))
- (:foreground "yellow3" :background "light grey"))
+ (:foreground "yellow3" :background "light grey" :extend t))
(((class color) (min-colors 88))
- (:background "light grey"))
+ (:background "light grey" :extend t))
(((class color) (min-colors 16))
- (:foreground "Black" :background "light grey"))
+ (:foreground "Black" :background "light grey" :extend t))
(((class color))
(:foreground "yellow3" :background "light grey"
- :weight bold))
+ :weight bold :extend t))
(t (:italic t :stipple ,stipple-pixmap)))
"Face for highlighting even-numbered non-current differences in buffer C."
:group 'ediff-highlighting)
(defface ediff-even-diff-Ancestor
`((((type pc))
- (:foreground "cyan3" :background "light grey"))
+ (:foreground "cyan3" :background "light grey" :extend t))
(((class color) (min-colors 88))
- (:background "Grey"))
+ (:background "Grey" :extend t))
(((class color) (min-colors 16))
- (:foreground "White" :background "Grey"))
+ (:foreground "White" :background "Grey" :extend t))
(((class color))
(:foreground "cyan3" :background "light grey"
- :weight bold))
+ :weight bold :extend t))
(t (:italic t :stipple ,stipple-pixmap)))
"Face for highlighting even-numbered non-current differences in the ancestor buffer."
:group 'ediff-highlighting)
(defface ediff-odd-diff-A
'((((type pc))
- (:foreground "green3" :background "gray40"))
+ (:foreground "green3" :background "gray40" :extend t))
(((class color) (min-colors 88))
- (:background "Grey"))
+ (:background "Grey" :extend t))
(((class color) (min-colors 16))
- (:foreground "White" :background "Grey"))
+ (:foreground "White" :background "Grey" :extend t))
(((class color))
- (:foreground "red3" :background "black" :weight bold))
+ (:foreground "red3" :background "black" :weight bold :extend t))
(t (:italic t :stipple "gray1")))
"Face for highlighting odd-numbered non-current differences in buffer A."
:group 'ediff-highlighting)
(defface ediff-odd-diff-B
'((((type pc))
- (:foreground "White" :background "gray40"))
+ (:foreground "White" :background "gray40" :extend t))
(((class color) (min-colors 88))
- (:background "light grey"))
+ (:background "light grey" :extend t))
(((class color) (min-colors 16))
- (:foreground "Black" :background "light grey"))
+ (:foreground "Black" :background "light grey" :extend t))
(((class color))
- (:foreground "cyan3" :background "black" :weight bold))
+ (:foreground "cyan3" :background "black" :weight bold :extend t))
(t (:italic t :stipple "gray1")))
"Face for highlighting odd-numbered non-current differences in buffer B."
:group 'ediff-highlighting)
(defface ediff-odd-diff-C
'((((type pc))
- (:foreground "yellow3" :background "gray40"))
+ (:foreground "yellow3" :background "gray40" :extend t))
(((class color) (min-colors 88))
- (:background "Grey"))
+ (:background "Grey" :extend t))
(((class color) (min-colors 16))
- (:foreground "White" :background "Grey"))
+ (:foreground "White" :background "Grey" :extend t))
(((class color))
- (:foreground "yellow3" :background "black" :weight bold))
+ (:foreground "yellow3" :background "black" :weight bold :extend t))
(t (:italic t :stipple "gray1")))
"Face for highlighting odd-numbered non-current differences in buffer C."
:group 'ediff-highlighting)
(defface ediff-odd-diff-Ancestor
'((((class color) (min-colors 88))
- (:background "gray40"))
+ (:background "gray40" :extend t))
(((class color) (min-colors 16))
- (:foreground "cyan3" :background "gray40"))
+ (:foreground "cyan3" :background "gray40" :extend t))
(((class color))
- (:foreground "green3" :background "black" :weight bold))
+ (:foreground "green3" :background "black" :weight bold :extend t))
(t (:italic t :stipple "gray1")))
"Face for highlighting odd-numbered non-current differences in the ancestor buffer."
:group 'ediff-highlighting)