spacemacs/contrib/syl20bnr
2014-10-22 11:49:10 -04:00
..
doc Add screenshot for syl20bnr configuration layer 2014-09-25 22:14:23 -04:00
extensions Add o-blog to syl20bnr configuration layer 2014-09-30 22:57:51 -04:00
extensions.el Add o-blog to syl20bnr configuration layer 2014-09-30 22:57:51 -04:00
funcs.el rainbow-identifiers faces are now correctly updated when changing theme 2014-10-16 12:32:33 -04:00
packages.el Fixes typo in xxx-packages docstring 2014-10-17 23:04:00 -04:00
README.md Update syl20bnr readme 2014-10-22 11:49:10 -04:00

syl20bnr contribution layer for Spacemacs

Install

To use this contribution add it to your ~/.spacemacs

(defvar dotspacemacs-configuration-layers '(syl20bnr)
  "List of contribution to load."
)

Rainbow Identifiers

Instead of colorized keywords, this contribution has colorized variables and functions using the rainbow identifiers mode. Each variable and function has a unique color associated to it.

rainbow-identifiers mode can be toggled on and off with:

<SPC> t c

The saturation and lightness of identifier colors can be adjusted with the commands:

Key Binding Description
<SPC> c s initiate change saturation mini-mode
<SPC> c l initiate change lightness mini-mode
+ increase the saturation or lightness
- decrease the saturation or lightness
= reset the saturation or lightness
Any other key leave the change mini-mode

Screenshots

Python

theme_tweaks_python