anarcat

Results 542 comments of anarcat

what i would really like is the possibility of setting the cursor to an arbitrary solarized color (e.g. "red") and have it switch correctly when i select the dark or...

one thing I have tried is doing a `customize-face` on the `cursor` face, but that fails: when Emacs restarts, it reloads the theme which overrides the face customization. That might...

okay - here's another proposal: how about we make the cursor and region look different? right now, cursor is: https://github.com/bbatsov/solarized-emacs/blob/7c91f489cf00db39ea1977a0572e2293569b769b/solarized.el#L270 and region is: https://github.com/bbatsov/solarized-emacs/blob/7c91f489cf00db39ea1977a0572e2293569b769b/solarized.el#L309 I have found I have better...

> I don't think that it might skew the intended solarized normal contrasts but I'll try it and see what happens.. I'm not sure what you mean here, but i...

and for what it's worth, here's what the new region face looks like (without the cursor color modification of course): ![image](https://user-images.githubusercontent.com/796623/40118226-502cbefe-58e7-11e8-9402-17640c495b29.png)

well... a "low contrast ratio" beats "no contrast ratio at all" IMHO. i'd be happy to use a slightly more complicated solution, but i think this should be fixed in...

sorry, got confused there.

yeah, it'd be quite useful to have a few more knobs there... i still think my proposed color changes would improve on the default situation though... it seems strange to...

> Since Emacs is more or less infinitely customizable the user can almost always enforce any new behaviour by themselves. Well, I've had problems trying to override cursor-faces, so this...

any update here? what's the next step? i keep on patching this with #291 here which works well...