spacemacs/init-package/init-popup.el

12 lines
687 B
EmacsLisp
Raw Normal View History

2013-01-04 06:41:35 +00:00
(require 'popup)
;; solarized
(custom-set-faces
2013-01-06 07:34:48 +00:00
'(popup-face ((t (:background "#586e75" :foreground "#000000"))))
'(popup-menu-face ((t (:background "#586e75" :foreground "#000000"))))
2013-01-04 06:41:35 +00:00
'(popup-menu-mouse-face ((t (:background "#073642" :foreground "#dc322f" :box (:line-width -1 :style pressed-button)))))
'(popup-menu-selection-face ((t (:background "#073642" :foreground "#b58900" :box (:line-width -1 :style pressed-button) :overline "black" :weight bold))))
'(popup-scroll-bar-background-face ((t (:background "#586e75"))))
2013-01-06 07:34:48 +00:00
'(popup-scroll-bar-foreground-face ((t (:background "#002b36"))))
2013-01-04 06:41:35 +00:00
'(popup-tip-face ((t (:background "#586e75" :foreground "#000000" :slant italic)))))