Remove all the rainbow mappings (not needed)

This commit is contained in:
Protesilaos Stavrou 2022-12-15 14:49:52 +02:00
parent 1687bd8e73
commit d2739d5de6
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
5 changed files with 39 additions and 77 deletions

View file

@ -241,16 +241,6 @@ which corresponds to a minimum contrast in relative luminance of
(heading-7 cyan-warmer)
(heading-8 fg-dim)
(rainbow-0 fg-main)
(rainbow-1 magenta-intense)
(rainbow-2 cyan-intense)
(rainbow-3 red-cooler)
(rainbow-4 yellow-intense)
(rainbow-5 magenta-cooler)
(rainbow-6 green-intense)
(rainbow-7 blue-warmer)
(rainbow-8 magenta-warmer)
(prose-code green-cooler)
(prose-macro magenta-cooler)
(prose-verbatim magenta-warmer))

View file

@ -240,16 +240,6 @@ which corresponds to a minimum contrast in relative luminance of
(heading-7 cyan-warmer)
(heading-8 fg-dim)
(rainbow-0 fg-main)
(rainbow-1 magenta-warmer)
(rainbow-2 cyan-intense)
(rainbow-3 red-cooler)
(rainbow-4 yellow-intense)
(rainbow-5 magenta-cooler)
(rainbow-6 green-intense)
(rainbow-7 blue-warmer)
(rainbow-8 magenta-intense)
(prose-code green-cooler)
(prose-macro magenta-cooler)
(prose-verbatim magenta-warmer))

View file

@ -2029,16 +2029,16 @@ is a less intense variant of BG."
`(ement-room-user ((,c :inherit bold :foreground ,accent-0)))
;;;;; emms
;; TODO 2022-11-29: Review EMMS faces
`(emms-browser-album-face ((,c :foreground ,rainbow-1)))
`(emms-browser-artist-face ((,c :foreground ,rainbow-2)))
`(emms-browser-composer-face ((,c :foreground ,rainbow-3)))
`(emms-browser-album-face ((,c :foreground ,keyword)))
`(emms-browser-artist-face ((,c :foreground ,variable)))
`(emms-browser-composer-face ((,c :foreground ,builtin)))
`(emms-browser-performer-face ((,c :inherit emms-browser-artist-face)))
`(emms-browser-track-face ((,c :inherit emms-playlist-track-face)))
`(emms-browser-year/genre-face ((,c :foreground ,rainbow-4)))
`(emms-playlist-track-face ((,c :foreground ,accent-0)))
`(emms-playlist-selected-face ((,c :inherit bold :foreground ,accent-0)))
`(emms-browser-year/genre-face ((,c :foreground ,type)))
`(emms-playlist-track-face ((,c :foreground ,string)))
`(emms-playlist-selected-face ((,c :inherit bold :foreground ,constant)))
`(emms-metaplaylist-mode-current-face ((,c :inherit emms-playlist-selected-face)))
`(emms-metaplaylist-mode-face ((,c :foreground ,accent-1)))
`(emms-metaplaylist-mode-face ((,c :foreground ,variable)))
;;;;; enh-ruby-mode (enhanced-ruby-mode)
`(enh-ruby-heredoc-delimiter-face ((,c :inherit font-lock-constant-face)))
`(enh-ruby-op-face ((,c :foreground ,fg-main)))
@ -2227,26 +2227,28 @@ is a less intense variant of BG."
`(gnus-emphasis-underline-bold ((,c :inherit gnus-emphasis-bold :underline t)))
`(gnus-emphasis-underline-bold-italic ((,c :inherit gnus-emphasis-bold-italic :underline t)))
`(gnus-emphasis-underline-italic ((,c :inherit gnus-emphasis-italic :underline t)))
`(gnus-group-mail-1 ((,c :inherit bold :foreground ,rainbow-1)))
`(gnus-group-mail-1-empty ((,c :foreground ,rainbow-1)))
`(gnus-group-mail-2 ((,c :inherit bold :foreground ,rainbow-2)))
`(gnus-group-mail-2-empty ((,c :foreground ,rainbow-2)))
`(gnus-group-mail-3 ((,c :inherit bold :foreground ,rainbow-3)))
`(gnus-group-mail-3-empty ((,c :foreground ,rainbow-3)))
`(gnus-group-mail-low ((,c :inherit bold :foreground ,fg-alt)))
`(gnus-group-mail-low-empty ((,c :foreground ,fg-alt)))
`(gnus-group-news-1 ((,c :inherit bold :foreground ,rainbow-1)))
`(gnus-group-news-1-empty ((,c :foreground ,rainbow-1)))
`(gnus-group-news-2 ((,c :inherit bold :foreground ,rainbow-2)))
`(gnus-group-news-2-empty ((,c :foreground ,rainbow-2)))
`(gnus-group-news-3 ((,c :inherit bold :foreground ,rainbow-3)))
`(gnus-group-news-3-empty ((,c :foreground ,rainbow-3)))
`(gnus-group-news-4 ((,c :inherit bold :foreground ,rainbow-4)))
`(gnus-group-news-4-empty ((,c :foreground ,rainbow-4)))
`(gnus-group-news-5 ((,c :inherit bold :foreground ,rainbow-5)))
`(gnus-group-news-5-empty ((,c :foreground ,rainbow-5)))
`(gnus-group-news-6 ((,c :inherit bold :foreground ,rainbow-6)))
`(gnus-group-news-6-empty ((,c :foreground ,rainbow-6)))
;; TODO 2022-12-15: Review Gnus
;; `(gnus-group-mail-1 ((,c :inherit bold :foreground ,rainbow-1)))
;; `(gnus-group-mail-1-empty ((,c :foreground ,rainbow-1)))
;; `(gnus-group-mail-2 ((,c :inherit bold :foreground ,rainbow-2)))
;; `(gnus-group-mail-2-empty ((,c :foreground ,rainbow-2)))
;; `(gnus-group-mail-3 ((,c :inherit bold :foreground ,rainbow-3)))
;; `(gnus-group-mail-3-empty ((,c :foreground ,rainbow-3)))
;; `(gnus-group-mail-low ((,c :inherit bold :foreground ,fg-alt)))
;; `(gnus-group-mail-low-empty ((,c :foreground ,fg-alt)))
;; `(gnus-group-news-1 ((,c :inherit bold :foreground ,rainbow-1)))
;; `(gnus-group-news-1-empty ((,c :foreground ,rainbow-1)))
;; `(gnus-group-news-2 ((,c :inherit bold :foreground ,rainbow-2)))
;; `(gnus-group-news-2-empty ((,c :foreground ,rainbow-2)))
;; `(gnus-group-news-3 ((,c :inherit bold :foreground ,rainbow-3)))
;; `(gnus-group-news-3-empty ((,c :foreground ,rainbow-3)))
;; `(gnus-group-news-4 ((,c :inherit bold :foreground ,rainbow-4)))
;; `(gnus-group-news-4-empty ((,c :foreground ,rainbow-4)))
;; `(gnus-group-news-5 ((,c :inherit bold :foreground ,rainbow-5)))
;; `(gnus-group-news-5-empty ((,c :foreground ,rainbow-5)))
;; `(gnus-group-news-6 ((,c :inherit bold :foreground ,rainbow-6)))
;; `(gnus-group-news-6-empty ((,c :foreground ,rainbow-6)))
`(gnus-group-news-low ((,c :inherit bold :foreground ,fg-alt)))
`(gnus-group-news-low-empty ((,c :foreground ,fg-alt)))
`(gnus-header-content ((,c :inherit message-header-other)))
@ -2782,7 +2784,7 @@ is a less intense variant of BG."
`(mu4e-header-highlight-face ((,c :inherit highlight)))
`(mu4e-header-key-face ((,c :inherit message-header-name)))
`(mu4e-header-marks-face ((,c :inherit mu4e-special-header-value-face)))
`(mu4e-header-title-face ((,c :foreground ,rainbow-0)))
`(mu4e-header-title-face ((,c :foreground ,fg-alt))) ; TODO 2022-12-15: Review mu4e
`(mu4e-header-value-face ((,c :inherit message-header-other)))
`(mu4e-highlight-face ((,c :inherit modus-themes-key-binding)))
`(mu4e-link-face ((,c :inherit link)))
@ -3103,15 +3105,15 @@ is a less intense variant of BG."
;;;;; rainbow-delimiters
`(rainbow-delimiters-base-error-face ((,c :inherit modus-themes-subtle-red)))
`(rainbow-delimiters-base-face ((,c :foreground ,fg-main)))
`(rainbow-delimiters-depth-1-face ((,c :foreground ,rainbow-0)))
`(rainbow-delimiters-depth-2-face ((,c :foreground ,rainbow-1)))
`(rainbow-delimiters-depth-3-face ((,c :foreground ,rainbow-2)))
`(rainbow-delimiters-depth-4-face ((,c :foreground ,rainbow-3)))
`(rainbow-delimiters-depth-5-face ((,c :foreground ,rainbow-4)))
`(rainbow-delimiters-depth-6-face ((,c :foreground ,rainbow-5)))
`(rainbow-delimiters-depth-7-face ((,c :foreground ,rainbow-6)))
`(rainbow-delimiters-depth-8-face ((,c :foreground ,rainbow-7)))
`(rainbow-delimiters-depth-9-face ((,c :foreground ,rainbow-8)))
`(rainbow-delimiters-depth-1-face ((,c :foreground ,fg-main)))
`(rainbow-delimiters-depth-2-face ((,c :foreground ,magenta-intense)))
`(rainbow-delimiters-depth-3-face ((,c :foreground ,cyan-intense)))
`(rainbow-delimiters-depth-4-face ((,c :foreground ,red-warmer)))
`(rainbow-delimiters-depth-5-face ((,c :foreground ,yellow-intense)))
`(rainbow-delimiters-depth-6-face ((,c :foreground ,magenta-cooler)))
`(rainbow-delimiters-depth-7-face ((,c :foreground ,green-intense)))
`(rainbow-delimiters-depth-8-face ((,c :foreground ,blue-warmer)))
`(rainbow-delimiters-depth-9-face ((,c :foreground ,magenta-warmer)))
`(rainbow-delimiters-mismatched-face ((,c :inherit (bold modus-themes-intense-yellow))))
`(rainbow-delimiters-unmatched-face ((,c :inherit (bold modus-themes-intense-red))))
;;;;; rcirc

View file

@ -240,16 +240,6 @@ which corresponds to a minimum contrast in relative luminance of
(heading-7 cyan-faint)
(heading-8 fg-dim)
(rainbow-0 fg-main)
(rainbow-1 magenta-intense)
(rainbow-2 cyan-intense)
(rainbow-3 red-warmer)
(rainbow-4 yellow-intense)
(rainbow-5 magenta-cooler)
(rainbow-6 green-intense)
(rainbow-7 blue-warmer)
(rainbow-8 magenta-warmer)
(prose-code cyan-cooler)
(prose-macro magenta-cooler)
(prose-verbatim magenta-warmer))

View file

@ -240,16 +240,6 @@ which corresponds to a minimum contrast in relative luminance of
(heading-7 cyan-faint)
(heading-8 fg-dim)
(rainbow-0 fg-main)
(rainbow-1 magenta-warmer)
(rainbow-2 cyan-intense)
(rainbow-3 red-warmer)
(rainbow-4 yellow-intense)
(rainbow-5 magenta-cooler)
(rainbow-6 green-intense)
(rainbow-7 blue-intense)
(rainbow-8 magenta-intense)
(prose-code cyan-cooler)
(prose-macro magenta-cooler)
(prose-verbatim magenta-warmer))