Add support for APT-SOURCES-LIST

This commit is contained in:
Protesilaos Stavrou 2019-12-23 10:09:24 +02:00
parent 82e21d0b3e
commit 0d69443648
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 13 additions and 0 deletions

View File

@ -163,6 +163,7 @@ the "full support" may not be 100% true…
+ all-the-icons
+ annotate
+ anzu
+ apt-sources-list
+ artbollocks-mode
+ auto-dim-other-buffers
+ avy

View File

@ -313,6 +313,12 @@ between foreground and background is >= 7:1)."
`(anzu-mode-line-no-match ((,class (:foreground ,red-active :weight bold))))
`(anzu-replace-highlight ((,class (:inherit modus-theme-refine-yellow :underline t))))
`(anzu-replace-to ((,class (:inherit modus-theme-intense-green :weight bold))))
;;;; apt-sources-list
`(apt-sources-list-components ((,class (:foreground ,cyan))))
`(apt-sources-list-options ((,class (:foreground ,yellow))))
`(apt-sources-list-suite ((,class (:foreground ,green))))
`(apt-sources-list-type ((,class (:foreground ,magenta))))
`(apt-sources-list-uri ((,class (:foreground ,blue))))
;;;; artbollocks-mode
`(artbollocks-face ((,class (:background ,bg-alt :foreground ,magenta-alt-other :underline t))))
`(artbollocks-lexical-illusions-face ((,class (:inherit modus-theme-refine-magenta :underline t))))

View File

@ -313,6 +313,12 @@ between foreground and background is >= 7:1)."
`(anzu-mode-line-no-match ((,class (:foreground ,red-active :weight bold))))
`(anzu-replace-highlight ((,class (:inherit modus-theme-refine-yellow :underline t))))
`(anzu-replace-to ((,class (:inherit modus-theme-intense-green :weight bold))))
;;;; apt-sources-list
`(apt-sources-list-components ((,class (:foreground ,cyan))))
`(apt-sources-list-options ((,class (:foreground ,yellow))))
`(apt-sources-list-suite ((,class (:foreground ,green))))
`(apt-sources-list-type ((,class (:foreground ,magenta))))
`(apt-sources-list-uri ((,class (:foreground ,blue))))
;;;; artbollocks-mode
`(artbollocks-face ((,class (:background ,bg-alt :foreground ,magenta-alt-other :underline t))))
`(artbollocks-lexical-illusions-face ((,class (:inherit modus-theme-refine-magenta :underline t))))