From 370cddc46a875eac77d8f7af4915ec4f54e777f2 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 6 Dec 2024 07:50:00 +0200 Subject: . --- home/dots/.emacs.d/BOGO-theme.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el index 3f0bdc0..42bacb9 100644 --- a/home/dots/.emacs.d/BOGO-theme.el +++ b/home/dots/.emacs.d/BOGO-theme.el @@ -19,6 +19,12 @@ '(font-lock-builtin-face ((t (:weight regular)))) '(font-lock-comment-face ((t (:foreground "gray40")))) '(font-lock-constant-face ((t (:slant italic)))) + '(howm-mode-title-face ((t ()))) + '(howm-reminder-todo-face ((t ()))) + '(howm-reminder-today-face ((t ()))) + '(howm-mode-ref-face ((t ()))) + '(howm-mode-keyword-face ((t ()))) + '(message-header-xheader ((t ()))) '(git-gutter:added ((t nil))) '(git-gutter:modified ((t nil))) '(git-gutter:deleted ((t (:foreground "red")))) @@ -36,7 +42,7 @@ '(info-title-1 ((t (:family "Iosevka aile" :weight bold)))) '(info-node ((t (:foreground "brown" :box (:line-width (4 . 4) :color "#fffff8") :slant italic :weight bold)))) '(enwc-connected ((t (:foreground "dark green" :weight bold)))) - '(link ((t (:foreground "#111111" :underline t)))) + '(link ((t (:underline t)))) '(magit-branch-remote ((t (:foreground "royalblue")))) '(markdown-inline-code-face ((t (:inherit markdown-code-face)))) '(markdown-pre-face ((t (:inherit markdown-code-face)))) -- cgit v1.2.3