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

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

[nongnu] elpa/color-theme-tangotango dd3ad07 26/58: Add dark foreground


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango dd3ad07 26/58: Add dark foreground color to cursor face
Date: Thu, 21 Oct 2021 18:02:59 -0400 (EDT)

branch: elpa/color-theme-tangotango
commit dd3ad07da6ba6e4a9bcef71ad0ac6b4b06b832b5
Author: Julien Barnier <julien@nozav.org>
Commit: Julien Barnier <julien@nozav.org>

    Add dark foreground color to cursor face
---
 color-theme-tangotango.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index 8aadb0f..e2ae1d1 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -53,7 +53,6 @@
      ((background-color . "#2e3434")
       (background-mode . dark)
       (border-color . "#888a85")
-      (cursor-color . "#fce94f")
       (foreground-color . "#eeeeec")
       (mouse-color . "#8ae234"))
      ((help-highlight-face . underline)
@@ -64,6 +63,7 @@
       (ibuffer-read-only-buffer-face . font-lock-type-face)
       (ibuffer-special-buffer-face . font-lock-keyword-face)
       (ibuffer-title-face . font-lock-type-face))
+     (cursor ((t (:background "#fce94f" :foreground "#222222"))))
      (highlight ((t (:background "brown4" :foreground nil))))
      (border ((t (:background "#888a85"))))
      (fringe ((t (:background "grey10"))))



reply via email to

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