Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 2.31 KB

README.md

File metadata and controls

68 lines (44 loc) · 2.31 KB

flycheck-color-mode-line.el

An Emacs minor-mode for Flycheck which colors the mode line according to the Flycheck state of the current buffer.

Installation

If you choose not to use one of the convenient packages in Melpa or Marmalade, you'll need to add the directory containing flycheck-color-mode-line.el to your load-path.

Configuration

Put this code in your init file:

(require 'flycheck-color-mode-line)

(eval-after-load "flycheck"
  '(add-hook 'flycheck-mode-hook 'flycheck-color-mode-line-mode))

Customization

The faces can be customized in the customization group flycheck-faces:

M-x customize-group
flycheck-faces

Examples

Here are some screenshots with the different Solarized themes and the Powerline package.

Solarized Light

mode line with solarized light error mode line with solarized light warning mode line with solarized light info

Solarized Dark

mode line with solarized dark error mode line with solarized dark warning mode line with solarized dark warning

Thanks