1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

[Theme] Fix dmenu theme.

Fixes: #1396
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;
}