branch: externals/lin commit 6a993d53eb7a2a57b4963044070b3e10989af468 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update "no foreground" face --- lin.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lin.el b/lin.el index 7cda229f68..a118061e01 100644 --- a/lin.el +++ b/lin.el @@ -81,14 +81,15 @@ This requires `lin-mode' to be restarted wherever it is active." "Face for locally remapped `hl-line' face via `lin-mode'." :group 'lin) -(defface lin-hl-line-no-fg +(defface lin-hl-no-fg '((default :foreground unspecified :extend t) (((class color) (min-colors 88) (background light)) :background "#b0d8ff") (((class color) (min-colors 88) (background dark)) :background "#103265") (t :inherit highlight)) - "Like `lin-hl', but does not override foreground color." + "Like `lin-hl', but does not override foreground color. +Used only when `lin-override-foreground' is non-nil." :group 'lin) (defun lin--face ()