diff options
-rw-r--r-- | themes/jao-themes.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 843e164..8773cd6 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -1007,6 +1007,11 @@ (wg-message-face (p string)) (wg-mode-line-face nil) (wg-previous-workgroup-face (p f00)) + (wgrep-delete-face st) + (wgrep-done-face (p f00)) + (wgrep-face (p f10) ul) + (wgrep-file-face (p f01)) + (wgrep-reject-face (p error) ul) (widget-button (~ button)) (widget-button-pressed nbf (~ custom-button-pressed)) (widget-button-face (~ button)) |