mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 18:11:13 +10:00
Merge branch 'master' into 'master'
Fixed broken colors in Rofi >1.6.1 See merge request dwt1/dotfiles!51
This commit is contained in:
@@ -83,3 +83,16 @@
|
|||||||
font: @prompt-font;
|
font: @prompt-font;
|
||||||
border-radius: 2px;
|
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;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|||||||
@@ -51,3 +51,16 @@
|
|||||||
background-color: @selected-normal-background;
|
background-color: @selected-normal-background;
|
||||||
text-color: @selected-normal-foreground;
|
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;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user