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

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

[nongnu] elpa/monokai-theme 45687ff 025/207: Add company-scrollbar faces


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 45687ff 025/207: Add company-scrollbar faces
Date: Thu, 21 Oct 2021 18:07:24 -0400 (EDT)

branch: elpa/monokai-theme
commit 45687ff2a98ed4b0af7aa2bea6e44e21132ce596
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    Add company-scrollbar faces
---
 monokai-theme.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 445de50..cc49f23 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]