emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes 03875a68d9 3/5: Add support for Lin (my packa


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 03875a68d9 3/5: Add support for Lin (my package)
Date: Thu, 1 Sep 2022 03:57:34 -0400 (EDT)

branch: externals/ef-themes
commit 03875a68d941931e6e29a8b584ff2bff16e1708a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for Lin (my package)
    
    It uses the tinted backgrounds that were introduced in commit 6ebb8a8.
    
    The exact colour values from commit 6ebb8a8 may still be refined, though
    this gives us something to work with.
---
 README.org   |  2 +-
 ef-themes.el | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 7bc07b898b..20f518b25c 100644
--- a/README.org
+++ b/README.org
@@ -805,6 +805,7 @@ everything most users need.
 - info
 - isearch, occur, query-replace
 - keycast
+- lin [ Part of {{{development-version}}} ]
 - line numbers (~display-line-numbers-mode~ and global variant)
 - magit
 - man
@@ -861,7 +862,6 @@ themes already cover:
 - hl-todo
 - icomplete
 - ido
-- lin
 - multiple-cursors
 - paren-face
 - tempel
diff --git a/ef-themes.el b/ef-themes.el
index 2f983f8081..961d253a73 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -944,6 +944,19 @@ Helper function for `ef-themes-preview-colors'."
 ;;;; keycast
     `(keycast-command ((,c :inherit bold)))
     `(keycast-key ((,c :background ,bg-accent :foreground ,fg-accent)))
+;;;; lin
+    `(lin-blue ((,c :background ,bg-blue-subtle)))
+    `(lin-cyan ((,c :background ,bg-cyan-subtle)))
+    `(lin-green ((,c :background ,bg-green-subtle)))
+    `(lin-magenta ((,c :background ,bg-magenta-subtle)))
+    `(lin-red ((,c :background ,bg-red-subtle)))
+    `(lin-yellow ((,c :background ,bg-yellow-subtle)))
+    `(lin-blue-override-fg ((,c :background ,bg-blue-subtle :foreground 
,fg-intense)))
+    `(lin-cyan-override-fg ((,c :background ,bg-cyan-subtle :foreground 
,fg-intense)))
+    `(lin-green-override-fg ((,c :background ,bg-green-subtle :foreground 
,fg-intense)))
+    `(lin-magenta-override-fg ((,c :background ,bg-magenta-subtle :foreground 
,fg-intense)))
+    `(lin-red-override-fg ((,c :background ,bg-red-subtle :foreground 
,fg-intense)))
+    `(lin-yellow-override-fg ((,c :background ,bg-yellow-subtle :foreground 
,fg-intense)))
 ;;;; line numbers (display-line-numbers-mode and global variant)
     ;; We need to fall back to `default' otherwise line numbers do not
     ;; scale when using `text-scale-adjust'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]