2
0
Fork 0
mirror of https://github.com/lbonn/rofi synced 2025-03-07 00:17:19 +00:00

[Theme] Fix dmenu theme.

Fixes: 
This commit is contained in:
Dave Davenport 2021-08-30 21:32:23 +02:00
parent c562058de8
commit 83fbba14b9

View file

@ -36,3 +36,8 @@ element {
element selected {
background-color: SteelBlue;
}
element-text, element-icon {
background-color: inherit;
text-color: inherit;
}