update the spacemacs

This commit is contained in:
Barak Michener 2016-10-27 17:56:30 -07:00
parent 1cda509604
commit 880414eef5
2 changed files with 13 additions and 9 deletions

View file

@ -151,7 +151,8 @@ Also bind `class' to ((class color) (min-colors 89))."
`(tabbar-selected ((t (:background "grey75" :foreground "black"))))
`(tabbar-highlight ((t (:bold t))))
`(underline ((nil (:underline nil))))
'(match ((t (:bold t :background nil))))
`(match ((t (:bold t :background nil))))
`(show-paren-match ((t ((:bold t :foreground "#00ff00" :background nil)))))
; company mode
`(company-tooltip ((t (:background "#303840" :foreground "#e0e0e0"))))