base16-emacs icon indicating copy to clipboard operation
base16-emacs copied to clipboard

Spacemacs faces

Open mkaito opened this issue 7 years ago • 5 comments

There's a bunch of spacemacs faces that we could define. They really only stick out in base16-grayscale because everything else is... well... grayscale. Here's a picture to show what I mean:

2017-02-13-161551_1920x1062_scrot

These apply to the cursor and spaceline. It actually overrides the spaceline colours, since spacemacs defines more evil states.

mkaito avatar Feb 13 '17 16:02 mkaito

I have some of the states (for cursors and what not) in the README, but it would be great if that could be formalized in the theme.

belak avatar Feb 13 '17 19:02 belak

I usually just deactivate cursor colouring. Then again, I use base16-grayscale, so what do I know about aesthetics...

We'd have to figure out why those can't be set in a theme, fix it, and offer a PR.

The colours in the screenshot apply to the powerline, though.

mkaito avatar Feb 13 '17 20:02 mkaito

also, there's list-faces-display and there are a number of spacemacs ones we don't touch.

belak avatar Feb 13 '17 23:02 belak

I've been looking into changing the cursor color and it's really annoying. It turns out that (as far as I can tell) spacemacs actually nukes the theme colors in many instances with the colors that are set for the cursor colors... I'd personally prefer the other way around, but that would most likely be a breaking change and might not be realistic...

belak avatar Feb 15 '17 19:02 belak

If someone is looking for a workaround, this is what I have in my dotemacs.

https://gist.github.com/shitikanth/60e7d8dc8f826adf7be8717586abb533

shitikanth avatar Dec 11 '17 02:12 shitikanth