srcery-colors / srcery-emacs

The dark color scheme for Emacs/Spacemacs. GUI and terminal support
https://srcery.sh
131 stars 6 forks source link

Parens for LISP modes seems inconsistent with screenshots #11

Closed saltlakrits closed 3 years ago

saltlakrits commented 3 years ago

In the screenshot for the emacs version of srcery, showing lisp source files, the parens are very dim. In the Vim version, this is an option, but if it's an option for the emacs version I can't find it. I am seeing this both in my init.el and in clojure (with cider) files. I have smartparens as well - could this be messing with the colors? Or is this intended? (I am a fairly novice emacs user, so the problem could very likely lie somewhere on my end...)

roosta commented 3 years ago

Hi, its not on your end, I should've been clearer on this. I use a package called paren-face. The colors are set in the theme, but the plugin is needed for it to take effect. I can add a little annotation to the screenshot informing of this.

saltlakrits commented 3 years ago

Ah, I gotcha. Thanks! An annotation would probably be great, I bet I'm not the last to wonder!