how to change color of error message #1830
-
I for the life of me can't seem to figure out how to set the color of the text that appears when I type an argument into the prompt that results in an error (e.g. the name of a program that doesn't exist). My config can be found here. Anyone know how I can do this? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
See manpage: https://davatorium.github.io/rofi/1.7.5/rofi-theme.5/#error-message-structure |
Beta Was this translation helpful? Give feedback.
-
Yes, I have seen that, but I can't seem to figure out how to use it. I have tried
and the same for |
Beta Was this translation helpful? Give feedback.
-
Ah, I see, thanks! Out of curiosity, why does
not work? |
Beta Was this translation helpful? Give feedback.
You are changing the color of the error-box, not the textbox that displays text..
or
to test:
rofi -theme-str 'error-message { text-color: red; } textbox { text-color: inherit;} ' -show drun