branch: elpa/monokai-theme
commit 45687ff2a98ed4b0af7aa2bea6e44e21132ce596
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    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