branch: elpa/monokai-theme
commit d0d80d9a2d9427a97ec9cdd0e74c515ecc87a4c1
Merge: 819ff0d 45687ff
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>

    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