Skip to content

flycheck/flycheck-color-mode-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •