branch: externals/lin
commit 1ec718ecd1a20bb7fc3a1682cf316f151ce67461
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Refine the foreground value of lin-magenta to be a bit more red
---
lin.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lin.el b/lin.el
index 8f288b2513..a001d22c89 100644
--- a/lin.el
+++ b/lin.el
@@ -249,10 +249,10 @@ Line numbers come from the `display-line-numbers-mode'."
(((class color) (min-colors 88) (background light))
:background "#ffddff")
(((class color) (min-colors 88) (background dark))
- :background "#552f5f")
+ :background "#5b2f50")
(t :background "magenta"))
"Alternative magenta face for `lin-face'."
- :package-version '(lin . "1.1.0")
+ :package-version '(lin . "1.2.0")
:group 'lin-faces)
(defface lin-magenta-override-fg