Abhinav Tushar
Abhinav Tushar
I don't think I recall. I think I might have edited it a bit to get the lavender shade.
I think the problem is with the `color-darken/lighten-name` function. It generates a 12 char hex color (e.g. `(color-darken-name "#1C2028" 1) -> "#19e41d9724fd"`) which doesn't get applied properly and only the...
I kind of fixed the issues I was facing with https://github.com/lepisma/rogue/commit/dabca7973ff827ba2066c42db5ab647e1fe4d73d Let me know if yours still stays.
Right, I can reproduce the issue. Getting `#0000FF` for a few colors (default background, org-link foreground and a few others). Not sure if this is because of: 1. the way...
Sorry, I don't know what might be causing this offhand. Looks like emacsclient has problems with [other](https://www.reddit.com/r/emacs/comments/3a5kim/emacsclient_does_not_respect_themefont_setting/) theme related stuff too. I can try to debug it but can't assure...
Actually @Rareform , can you try something similar to [this solution](https://www.reddit.com/r/emacs/comments/3a5kim/emacsclient_does_not_respect_themefont_setting/cs9i9qd/)? It looks reasonable and we might be missing the face settings because of no frame being present in daemon...
This looks like a font issue. The font you are using (which doesn't look like 'Iosevka', as your config says) doesn't have the glyph for that character (?). Can you...
Yes, I can reproduce the default theme issue (even after setting `'(spacemacs-light doom-molokai)` and `r-light-theme` as the `current-theme`) and have to toggle again manually to get the default light theme....
thanks. would you mind doing a PR here?
Yes. For now. though this can be ported to other systems. On 25 February 2022 11:48:46 pm IST, ChauhanT ***@***.***> wrote: >Hi, > >is `helm` a hard requirement for this...