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

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

[nongnu] elpa/inkpot-theme fff4ac36b4 011/104: Add line highlight color


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme fff4ac36b4 011/104: Add line highlight color (sync with vim)
Date: Thu, 7 Jul 2022 12:00:58 -0400 (EDT)

branch: elpa/inkpot-theme
commit fff4ac36b4466b7b2765510cdcfa88eb675b0515
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Add line highlight color (sync with vim)
---
 inkpot-theme.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 3b4a521589..639ad9a89c 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -16,6 +16,7 @@
         '(font-lock-builtin-face ((t (:foreground "#cfbfad"))))
         '(region ((t (:background "#4e4e8f"))))
         '(highlight ((t (:background "#404040"))))
+        '(hl-line ((t (:background "#2e2e37"))))
         '(fringe ((t (:background "#2e2e2e" :foreground "#8b8bcd"))))
         '(linum ((t (:background "#2e2e2e" :foreground "#8b8bcd"))))
         '(cursor ((t (:background "#8b8bff" :foreground "#cfdfef"))))



reply via email to

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