Skip to content

how to change color of error message #1830

Closed Answered by DaveDavenport
ExpandingMan asked this question in Theming
Discussion options

You must be logged in to vote

You are changing the color of the error-box, not the textbox that displays text..

rofi  -theme-str 'textbox { text-color: red; }'  -show drun

or

error-message {
text-color: red;
}
textbox {
text-color: inherit;
}

to test:

rofi  -theme-str 'error-message { text-color: red; } textbox { text-color: inherit;} '  -show drun

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@DaveDavenport
Comment options

Answer selected by ExpandingMan
Comment options

You must be logged in to vote
3 replies
@DaveDavenport
Comment options

@ExpandingMan
Comment options

@DaveDavenport
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants