From f41d98f743b54c183f198ea1fc0fcf3c3ec0ebd1 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Thu, 19 Dec 2024 12:10:39 +0100 Subject: Theme --- home/dots/.emacs.d/BOGO-theme.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'home/dots/.emacs.d/BOGO-theme.el') diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el index c0a96da..ecdfca6 100644 --- a/home/dots/.emacs.d/BOGO-theme.el +++ b/home/dots/.emacs.d/BOGO-theme.el @@ -31,6 +31,11 @@ '(git-gutter:deleted ((t (:foreground "red")))) '(font-lock-function-name-face ((t nil))) '(font-lock-keyword-face ((t nil))) + '(shr-h1 ((t (:weight bold)))) + '(shr-h2 ((t (:weight bold)))) + '(shr-h3 ((t (:weight bold)))) + '(shr-h4 ((t (:weight bold)))) + '(info-title-1 ((t (:weight bold)))) '(info-title-2 ((t (:weight bold)))) '(info-title-3 ((t (:weight bold)))) '(info-title-4 ((t (:weight bold)))) @@ -115,6 +120,7 @@ '(tldr-introduction ((t (:foreground "#111111" :slant italic)))) '(tldr-title ((t (:inherit variable-pitch :foreground "#111111" :weight bold)))) '(variable-pitch ((t (:family "Iosevka Aile")))) + '(variable-pitch-text ((t (:inherit variable-pitch)))) '(window-divider ((t (:foreground "gray90"))))) (provide-theme 'BOGO) -- cgit v1.2.3