zenobht / zeno-theme

Other
18 stars 5 forks source link

Breaks rainbow-delimiters-mode #2

Open manufactory opened 3 years ago

manufactory commented 3 years ago

Steps to reproduce with emacs -Q:

  1. package-initialize of course
  2. Type some parenthesis, invoke M-x rainbow-delimiters-mode, colors are shown
  3. load-theme, select zeno, the parenthesis are all of a sudden uncolored

When I comment the rainbow-delimiters-depth variables all parenthesis are colored as expected, however obviously not with zeno's colors

 ;; `(rainbow-delimiters-depth-1-face ((t (:inherit outline-1))))
 ;; `(rainbow-delimiters-depth-2-face ((t (:inherit outline-2))))
 ;; `(rainbow-delimiters-depth-3-face ((t (:inherit outline-3))))
 ;; `(rainbow-delimiters-depth-4-face ((t (:inherit outline-4))))
 ;; `(rainbow-delimiters-depth-5-face ((t (:inherit outline-5))))
 ;; `(rainbow-delimiters-depth-6-face ((t (:inherit outline-6))))
 ;; `(rainbow-delimiters-depth-7-face ((t (:inherit outline-7))))
 ;; `(rainbow-delimiters-depth-8-face ((t (:inherit outline-8))))
 ;; `(rainbow-delimiters-depth-9-face ((t (:foreground ,turquoise-blue))))

Tested on Emacs 27.2

zenobht commented 3 years ago

Hey @manufactory. Thanks for logging the bug. But I have moved back to neovim for more than a year now. If you know how to fix this and raise a PR, I am happy to merge it.

manufactory commented 3 years ago

Thanks, for the quick reply. I heard many good things about neovim :)

At the moment I'm too busy to fix this properly. If I fix it some day I'll send a PR. For reference: A possible quickfix is to simply remove/comment the rainbow-delimiters faces.