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

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

[nongnu] elpa/monokai-theme d0d80d9 028/207: Merge pull request #14 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme d0d80d9 028/207: Merge pull request #14 from abo-abo/master
Date: Thu, 21 Oct 2021 18:07:25 -0400 (EDT)

branch: elpa/monokai-theme
commit d0d80d9a2d9427a97ec9cdd0e74c515ecc87a4c1
Merge: 819ff0d 45687ff
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: Kelvin Smith <onekelvinsmith@gmail.com>

    Merge pull request #14 from abo-abo/master
    
    Add company-scrollbar faces
---
 monokai-theme.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index c18ca11..1f95c14 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -912,6 +912,12 @@ Takes and optional `FRAME' as reference."
        ((,class (:foreground ,monokai-emph
                              :underline t))))
 
+     `(company-scrollbar-bg
+       ((,class (:background ,gray-l))))
+
+     `(company-scrollbar-fg
+       ((,class (:background ,yellow-d))))
+
      ;; cscope
      `(cscope-file-face
        ((,class (:foreground ,green



reply via email to

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