diff options
author | Marc Coquand <marc@coquand.email> | 2024-12-06 07:50:00 +0200 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-12-06 07:50:00 +0200 |
commit | 370cddc46a875eac77d8f7af4915ec4f54e777f2 (patch) | |
tree | fe0ff3806882dd4c31eda830d97541b98befdb31 /home/dots/.emacs.d/BOGO-theme.el | |
parent | c0db4291f842c3d32666f281f12ffa3b4a935349 (diff) | |
download | guix-370cddc46a875eac77d8f7af4915ec4f54e777f2.tar.gz guix-370cddc46a875eac77d8f7af4915ec4f54e777f2.tar.bz2 guix-370cddc46a875eac77d8f7af4915ec4f54e777f2.zip |
.
Diffstat (limited to '')
-rw-r--r-- | home/dots/.emacs.d/BOGO-theme.el | 8 |
1 files changed, 7 insertions, 1 deletions
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)))) |