Hello! Very nice package you have here. I'm looking to apply the color themes in https://github.com/AnthonyDiGirolamo/airline-themes to a telephone-line setup. The main difference between the colors there and what telephone-provides (for evil states at least) is that each face of every section can be changed depending on what the evil-state is. Here's what I have so far which gets me most of the way.
All the colors look correct with the exception of the telephone-line-buffer-segment part. It seems like that gets stuck as the evil normal mode color.
Am I missing something in telephone-line-faces?
If you want to try this, install airline-themes and comment out (defun airline-themes-set-modeline so it does nothing. Then loading any theme will just apply the colors.
Hello! Very nice package you have here. I'm looking to apply the color themes in https://github.com/AnthonyDiGirolamo/airline-themes to a telephone-line setup. The main difference between the colors there and what telephone-provides (for evil states at least) is that each face of every section can be changed depending on what the
evil-state
is. Here's what I have so far which gets me most of the way.All the colors look correct with the exception of the
telephone-line-buffer-segment
part. It seems like that gets stuck as the evil normal mode color.Am I missing something in
telephone-line-faces
?If you want to try this, install airline-themes and comment out
(defun airline-themes-set-modeline
so it does nothing. Then loading any theme will just apply the colors.