Skip to content

Commit de67751

Browse files
Fix helm-dim-prompt-face
1 parent 39f7987 commit de67751

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

helm-core.el

+3-1
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,9 @@ Allow specifying the height of this line."
12831283
:group 'helm-faces)
12841284

12851285
(defface helm-dim-prompt
1286-
`((t :inherit shadow))
1286+
`((((class color) (min-colors 88) (background dark))
1287+
:foreground "DimGray")
1288+
(t :inherit shadow))
12871289
"Face used for shadowing prompt while updating."
12881290
:group 'helm-faces)
12891291

0 commit comments

Comments
 (0)