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

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

[nongnu] elpa/monokai-theme 08721c1 057/207: Add support for pos-tip col


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 08721c1 057/207: Add support for pos-tip colors and change tooltip colors
Date: Thu, 21 Oct 2021 18:07:31 -0400 (EDT)

branch: elpa/monokai-theme
commit 08721c16f2f8dc254e4cbe841cac197ffc1016f1
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    Add support for pos-tip colors and change tooltip colors
---
 monokai-theme.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 9c1fbe2..6d4fa41 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -4771,8 +4771,8 @@ Also affects 'linum-mode' background."
    ;; tooltip. (NOTE: This setting has no effect on the os widgets for me
    ;; zencoding uses this)
    `(tooltip
-     ((,class (:background ,yellow-lc
-                           :foreground ,yellow-hc
+     ((,class (:background ,green
+                           :foreground ,monokai-bg
                            :inherit ,s-variable-pitch))))
 
    ;; tuareg
@@ -5440,6 +5440,10 @@ Also affects 'linum-mode' background."
      '((,monokai-hl . 0)(,green-lc . 20)(,cyan-lc . 30)(,blue-lc . 50)
        (,yellow-lc . 60)(,orange-lc . 70)(,magenta-lc . 85)(,monokai-hl . 
100)))
 
+   ;; pos-tip
+   `(pos-tip-foreground-color ,monokai-bg)
+   `(pos-tip-background-color ,green)
+
    ;; vc
    `(vc-annotate-color-map
      '((20 . ,red)



reply via email to

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