Merge branch 'master' into 'master'

Fixed broken colors in Rofi >1.6.1

See merge request dwt1/dotfiles!51
This commit is contained in:
Derek Taylor
2021-09-23 17:59:58 +00:00
2 changed files with 26 additions and 0 deletions
+13
View File
@@ -83,3 +83,16 @@
font: @prompt-font;
border-radius: 2px;
}
element-text {
background-color: inherit;
text-color: inherit;
}
/* Not actually relevant for this configuration, but it might
be useful to someone having issues with their icons' background color
element-icon {
background-color: inherit;
}
*/
+13
View File
@@ -51,3 +51,16 @@
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
element-text {
background-color: inherit;
text-color: inherit;
}
/* Not actually relevant for this configuration, but it might
be useful to someone having issues with their icons' background color
element-icon {
background-color: inherit;
}
*/