summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2024-05-15 08:14:22 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2024-05-15 08:14:22 +0200
commitdf9943537d082ecfbca5528be0414167830bc959 (patch)
treedff92ad19b120dbfe9f60108ab3e30aa2d948775 /.emacs.d
parentb40be38441789503a7dc49873941a555a9e1462d (diff)
downloaddotfiles-df9943537d082ecfbca5528be0414167830bc959.tar.xz
Add & theme forge
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/eighters-theme.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
index 5f3fd94..94098b0 100644
--- a/.emacs.d/eighters-theme.el
+++ b/.emacs.d/eighters-theme.el
@@ -512,8 +512,18 @@
`(diff-hl-delete ((t (:foreground ,fg-red :background ,bg-red))))
`(diff-hl-insert ((t (:foreground ,fg-blue :background ,bg-blue))))
`(diff-hl-change ((t (:foreground ,fg-yellow :background ,bg-yellow))))
+ `(forge-dimmed ((t (:inherit shadow))))
`(forge-post-author ((t (:inherit eighters-identity))))
`(forge-post-date ((t (:inherit eighters-date))))
+ `(forge-pullreq-merged ((t (:inherit forge-dimmed))))
+ `(forge-pullreq-open ((t ())))
+ `(forge-pullreq-rejected ((t (:inherit forge-dimmed :strike-through t))))
+ `(forge-topic-done ((t ())))
+ `(forge-topic-slug-completed ((t (:foreground ,fg-blue-dim))))
+ `(forge-topic-slug-open ((t (:foreground ,fg-red-subtle))))
+ `(forge-topic-slug-saved ((t (:foreground ,fg-yellow))))
+ `(forge-topic-slug-unplanned ((t (:inherit forge-dimmed :strike-through t))))
+ `(forge-topic-slug-unread ((t ())))
`(markdown-blockquote-face ((t (:inherit eighters-citation-1))))
`(markdown-code-face ((t (:inherit fixed-pitch-serif))))
`(markdown-header-face-1 ((t (:inherit eighters-title-1))))