mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Add missing parentheses on proced faces
This commit is contained in:
parent
f6fe42f046
commit
c681422305
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue