Smarter (and prettier) wg integration (now like tabs in vim)

This commit is contained in:
Henrik Lissner 2015-12-10 20:43:33 -05:00
parent 0570abc2dd
commit cb20d9f285
3 changed files with 69 additions and 30 deletions

View file

@ -168,6 +168,10 @@
`(reb-match-2 ((,c (:foreground ,green :inverse-video t))))
`(reb-match-3 ((,c (:foreground ,yellow :inverse-video t))))
;; workgroups2
`(wg-current-workgroup-face ((,c (:foreground ,black :background ,orange))))
`(wg-other-workgroup-face ((,c (:foreground ,grey-.5 :background ,current-line))))
;; neotree
`(neo-root-dir-face ((,c (:foreground ,cyan))))
`(neo-file-link-face ((,c (:foreground ,white))))