mattfidler / tabbar-ruler.el

Tabbar Ruler Mode
54 stars 10 forks source link

After enable theme or disable theme, the face of tab seems not right #20

Closed zijianyue closed 9 years ago

zijianyue commented 9 years ago

To solve this ,I added below advice (defadvice enable-theme(after enable-theme-after activate) (tabbar-install-faces)) (defadvice disable-theme(after disable-theme-after activate) (tabbar-install-faces))

zijianyue commented 9 years ago

To reproduce this issue ,you can switch theme between light and dark

mattfidler commented 9 years ago

Thanks so much!