From e277297e2f5e923b191451b894ddfdb1040473cd Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 6 May 2024 09:10:30 +1200 Subject: [PATCH] emacs: style info faces --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 07ca494..6bf645f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -217,6 +217,8 @@ One will be created if none exist." '(custom-button-mouse ((t (:background "#11111b" :foreground "white")))) '(custom-button-pressed ((t (:inherit custom-button-mouse :box (:line-width (1 . 1) :color "#11111b"))))) '(help-key-binding ((t (:inherit fixed-pitch :background "#181825" :foreground "#89b4fa" :box (:line-width (-1 . -1) :color "#11111b"))))) + '(info-menu-star ((t nil))) + '(info-xref ((t (:inherit link :background "#181825" :foreground "#cdd6f4")))) '(link ((t (:foreground "#89b4fa" :underline t)))) '(widget-field ((t (:extend t :background "#181825" :box (:line-width (1 . 1) :color "#11111b")))))) (custom-set-variables)