-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Change color of character when --use-icons
used
#201
Comments
Have you tried a different theme or setting it the font color explicitly? |
1st of all, Sorry for a quite late reply. this is the rasi code i'm using to replicate the image above. configuration {
show-icons: true;
}
textbox {
vertical-align: 0.5;
horizontal-align: 0.5;
}
listview {
columns: 7;
lines: 9;
cycle: false;
dynamic: false;
layout: vertical;
flow: horizontal;
reverse: false;
fixed-height: true;
fixed-columns: true;
}
element {
orientation: vertical;
padding: 3px;
text-color: #f0f0f0;
}
element selected.normal {
background-color: #202020;
border-radius: 5px;
}
element-icon {
background-color: transparent;
text-color: #f0f0f0;
size: 24px;
vertical-align: 0.5;
horizontal-align: 0.5;
}
element-text {
enabled: false;
text-color: #f0f0f0;
} as you can see i've used text-color on every element related classes but still the font color is black. my assumtion is you need to add text-color properties in this span tag but idk if it's possible as rofi doesn't follow usual css/html rules afaik |
I see, thanks. I could probably add something to the I think the best solution would be for |
If you don't mind, I'd close this issue until upstream supports this. |
as the title suggests is there any possibility to change font color with icons as they're tough to see when using dark theme for example.

The text was updated successfully, but these errors were encountered: