branch: externals/modus-themes
commit f6d56513dddb9e211cf911acb778084cb061e4fe
Merge: f6fe42f046 c681422305
Author: Protesilaos Stavrou <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #166 from ktfleming/main
Add missing parentheses on proced faces
---
modus-themes.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 544bdc1efa..487bed0c8f 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -6421,11 +6421,11 @@ FG and BG are the main colors."
`(proced-memory-high-usage ((,c :foreground ,err)))
`(proced-memory-low-usage ((,c :foreground ,info)))
`(proced-memory-medium-usage ((,c :foreground ,warning)))
- `(proced-pgrp (,c :foreground ,identifier))
+ `(proced-pgrp ((,c :foreground ,identifier)))
`(proced-pid ((,c :foreground ,identifier)))
- `(proced-ppid (,c :foreground ,identifier))
+ `(proced-ppid ((,c :foreground ,identifier)))
`(proced-run-status-code ((,c :foreground ,info)))
- `(proced-sess (,c :foreground ,identifier))
+ `(proced-sess ((,c :foreground ,identifier)))
`(proced-session-leader-pid ((,c :inherit modus-themes-bold :foreground
,identifier)))
`(proced-time-colon (( )))
`(proced-uninterruptible-sleep-status-code ((,c :foreground ,err)))