Greg Pfeil

Results 379 comments of Greg Pfeil

Well, that is terrifying 😉 First, I’m assuming that you have a pretty up-to-date version of Solarized, which means that there is no longer separate `solarized-dark` and `solarized-light` themes (although...

You shouldn’t conditionalize `solarized-termcolors`, since it’s global and creating a new GUI frame will reset it to `256` for all your frames (it is only used in terminal frames, so...

Not to be curt, but just to ensure I make the directions as clear as possible for everyone, can you start from https://github.com/sellout/emacs-color-theme-solarized/blob/master/README.md#installation--usage and let me know if you have...

What is the value of `custom-theme-load-path`?

Also, if you have the source files in `.emacs.d/`, you haven't followed the README directions. In general, I would recommend against putting multiple files from a single package directly in...

Right, the README directs you _to_ add something to `custom-theme-load-path`. Once you put the directory in `.emacs.d`, you should add `~/.emacs.d/emacs-color-theme-solarized/` to `custom-theme-load-path`. I believe `custom-theme-load-path` is broken as defined,...

The first step in the instructions is “Add the `emacs-color-theme-solarized` directory to your Emacs `custom-theme-load-path`.” I'm happy to rephrase it to be clearer, if you have any suggestions.

@prayagupd There are no longer `solarized-dark` and `solarized-light` themes, there’s only `solarized`, and dark/light is set via the frame’s `background-mode` (so you can have some dark frames and some light),...

No worries. It’s not like I version or have a changelog or anything. I gotta fix that.

Sorry for the delay here … Could you describe a bit more what the problem is? I am not yet using magit next, but I don’t know why the existing...