spacemacs/layers/+themes
syl20bnr dde9eef487 colors: remove colors-enable-rainbow-identifiers and new layer variable colors-colorize-identifiers
You have to replace in your dotfile the layer variable
colors-enable-rainbow-identifiers t
by
colors-colorize-identifiers 'all

color-colorize-identifiers can take 3 values:
- variables -> colorize only variables via color-identifiers mode
- all -> colorize all identifiers
- nil -> no colorisation

New key bindings:

SPC t C a -> colorize all
SPC t C C-a -> colorize all globally

SPC t C v -> colorize variables
SPC t C C-v -> colorize variables globally
2016-06-03 23:29:59 -04:00
..
colors colors: remove colors-enable-rainbow-identifiers and new layer variable colors-colorize-identifiers 2016-06-03 23:29:59 -04:00
themes-megapack themes-megapack: darkokai, set mode-line padding to 1 2016-06-01 23:05:40 -04:00
theming theming: encapsulate theming config in init function 2016-05-27 07:24:23 -04:00