Refine misc. face colors

This commit is contained in:
Jessie Hildebrandt 2022-12-22 03:57:48 -05:00
parent fd1b746e88
commit 52a550e0cf

View File

@ -506,7 +506,7 @@
`(diff-hl-insert ((,class (:foreground ,green))))
;; fic-mode
`(fic-face ((,class (:foreground ,violet :weight bold))))
`(fic-face ((,class (:foreground ,yellow :weight bold))))
;; flx-ido
`(flx-highlight-face ((,class (:foreground ,yellow :weight bold :underline nil))))
@ -733,7 +733,7 @@
;; popup
`(popup-face ((,class (:inherit tooltip))))
`(popup-tip-face ((,class (:inherit popup-face :background ,base-0 :foreground ,violet))))
`(popup-selection-face ((,class (:background ,dark-blue))))
`(popup-selection-face ((,class (:background ,base-5))))
;; rainbow-delimiters
`(rainbow-delimiters-depth-1-face ((,class (:foreground ,blue))))