spacemacs/contrib/syl20bnr
syl20bnr 31afaaeadb Remove required macros.el file in a configuration layer
Now macros should be defined in funcs.el
2014-09-28 16:31:54 -04:00
..
doc
config.el
extensions.el
funcs.el
keybindings.el
packages.el Move function to change color component to init-rainbow-identifiers 2014-09-28 16:25:08 -04:00
README.md

syl20bnr configuration layer for Spacemacs

Install

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

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

Evil

Prevent the point from moving back when leaving the insert mode.

Color Theme

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

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

Key Binding Description
<SPC> c s Initiate change saturation mode
<SPC> c l Initiate change lightness mode
+ Increase the saturation or lightness
- Decrease the saturation or lightness
= Reset the saturation or lightness
Any other key Leave the change mode

Screenshots

Python

theme_tweaks_python