Skip to content

Commit

Permalink
Add a couple of faces for the package list
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Feb 26, 2024
1 parent 1e6539f commit e74bb5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions color-theme-sanityinc-tomorrow.el
Expand Up @@ -1404,6 +1404,9 @@ names to which it refers are bound."
(nswbuff-separator-face (:foreground ,comment))
(nswbuff-special-buffers-face (:foreground ,purple :bold nil :underline nil))

(package-status-available (:foreground ,blue))
(package-name (:foreground ,aqua))

;; Parenthesis matching (mic-paren)
(paren-face-match (:foreground unspecified :background unspecified :inherit show-paren-match))
(paren-face-mismatch (:foreground unspecified :background unspecified :inherit show-paren-mismatch))
Expand Down

0 comments on commit e74bb5b

Please sign in to comment.