nashamri / spacemacs-theme

Light and dark theme for spacemacs that supports GUI and terminal
GNU General Public License v3.0
605 stars 114 forks source link

Show-paren-mode erroneously highlights the left margin #91

Closed seagle0128 closed 7 years ago

seagle0128 commented 7 years ago

Please refer to the similar issue on https://github.com/oneKelvinSmith/monokai-emacs/pull/83 and https://lists.gnu.org/archive/html/bug-gnu-emacs/2015-10/msg01050.html.

The workaround is

(custom-set-faces '(linum ((t (:inherit default)))))
nashamri commented 7 years ago

@seagle0128 Thanks for this, will update the theme now.