branch: externals/doric-themes commit f7dd03348774bb79868ef09d605c4fe7f560d533 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for the lin package --- doric-themes.el | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/doric-themes.el b/doric-themes.el index b322e50794..2b49d63b73 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1487,10 +1487,23 @@ default a generic text that mentions the BACKGROUND-MODE." '(help-key-binding ((t :inherit (fixed-pitch bold-italic)))) - `(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))) + `(lin-blue ((t :background ,bg-blue))) + `(lin-cyan ((t :background ,bg-cyan))) + `(lin-green ((t :background ,bg-green))) + `(lin-magenta ((t :background ,bg-magenta))) + `(lin-red ((t :background ,bg-red))) + `(lin-yellow ((t :background ,bg-yellow))) + `(lin-blue-override-fg ((t :background ,bg-blue :foreground ,fg-main))) + `(lin-cyan-override-fg ((t :background ,bg-cyan :foreground ,fg-main))) + `(lin-green-override-fg ((t :background ,bg-green :foreground ,fg-main))) + `(lin-magenta-override-fg ((t :background ,bg-magenta :foreground ,fg-main))) + `(lin-red-override-fg ((t :background ,bg-red :foreground ,fg-main))) + `(lin-yellow-override-fg ((t :background ,bg-yellow :foreground ,fg-main))) + + `(line-number-current-line ((t :inherit bold :background ,bg-accent :foreground ,fg-accent))) + `(magit-diff-context-highlight ((t :background ,bg-shadow-subtle :foreground ,fg-shadow-subtle))) `(magit-diff-file-heading ((t :inherit bold :foreground ,fg-accent))) `(magit-diff-file-heading-highlight ((t :inherit magit-diff-file-heading :background ,bg-shadow-subtle)))