Skip to content

Commit

Permalink
Add a few forge faces
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 28, 2024
1 parent ddf2920 commit 2548eb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions color-theme-sanityinc-tomorrow.el
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,11 @@ names to which it refers are bound."
;; fold-this
(fold-this-overlay (:foreground ,green))

;; forge
(forge-pullreq-open (:foreground ,aqua))
(forge-pullreq-merged (:foreground ,green :strike-through t))
(forge-pullreq-rejected (:foreground ,red :strike-through t))

;; git-gutter (git-gutter-fringe inherits from git-gutter)
(git-gutter:separator (:foreground ,aqua :weight bold))
(git-gutter:modified (:foreground ,purple :weight bold))
Expand Down

0 comments on commit 2548eb4

Please sign in to comment.