flycheck-color-mode-line icon indicating copy to clipboard operation
flycheck-color-mode-line copied to clipboard

flycheck-color-mode-line does not colorize properly the powerline

Open arranger1044 opened this issue 10 years ago • 6 comments

I am not able to have flycheck-color-mode-line coexist properly with powerline since it does not colorize the endings of the separators as show in this picture:

schermata 01-2456660 alle 09 18 22

Here is my configuration:

;; powerline
(require 'powerline)
(powerline-center-theme)
;; flycheck-color-mode-line
(require 'flycheck-color-mode-line)
(eval-after-load "flycheck"
    '(add-hook 'flycheck-mode-hook 'flycheck-color-mode-line-mode))

but I suspect I'm missing something

arranger1044 avatar Jan 02 '14 08:01 arranger1044