branch: externals/doric-themes commit c85e25f049480debc76a9910b9e280400703c474 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add a foreground to the line-number-current-line --- doric-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-themes.el b/doric-themes.el index 79891749ec..058a8c9c43 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1484,7 +1484,7 @@ default a generic text that mentions the BACKGROUND-MODE." '(help-key-binding ((t :inherit (fixed-pitch bold-italic)))) - '(line-number-current-line ((t :inherit (highlight bold)))) + `(line-number-current-line ((t :inherit bold :background ,bg-accent :foreground ,fg-accent))) `(keycast-key ((t :inherit bold-italic :background ,fg-shadow-intense :foreground ,bg-main)))