emacs-color-theme-solarized
emacs-color-theme-solarized copied to clipboard
Missing solarized-visibility option
There is a solarized-visibility
option mentioned in README:
solarized-visibility
Special characters such as trailing whitespace, tabs, newlines, when displayed using :set list can be set to one of three levels depending on your needs. Default value is normal with high and low options.
However it does not exist in current version of theme. I've tried to manually set this variable and reload theme, e.g.
(setq solarized-visibility 'low)
(enable-theme 'solarized)
but this does not change appearance of whitespace markers.
-
M-x version RET
GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-10 on builder10-9.porkrind.org
-
Using Emacs 24
-
M-: (display-color-cells) RET
16777216 (#o100000000, #x1000000)
-
Using GUI app
@sellout by the way, this is related to our discussion in #181. If this option will be implemented then we can have both base02
and :inherit shadow
variants.