We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
style "treeview" { bg[NORMAL] = @bg_color engine "murrine" { roundness = 0 gradient_shades = {1.3,1.2,1.2,1.1} } }
I fixed it with:
style "treeview" { bg[NORMAL] = @bg_color GtkTreeView::odd_row_color = "e6e6e6" GtkTreeView::even_row_color = "e6e6e6" { roundness = 0 gradient_shades = {1.3,1.2,1.2,1.1} } }
but the treeview header remains dark with black font on Bunsen - unusable. Bunsen Blackish looks ok now.
The text was updated successfully, but these errors were encountered:
Thanks for reporting, I'll look at it as soon as I can.
Sorry, something went wrong.
No branches or pull requests
style "treeview"
{
bg[NORMAL] = @bg_color
engine "murrine"
{
roundness = 0
gradient_shades = {1.3,1.2,1.2,1.1}
}
}
I fixed it with:
style "treeview"
{
bg[NORMAL] = @bg_color
GtkTreeView::odd_row_color = "e6e6e6"
GtkTreeView::even_row_color = "e6e6e6"
{
roundness = 0
gradient_shades = {1.3,1.2,1.2,1.1}
}
}
but the treeview header remains dark with black font on Bunsen - unusable. Bunsen Blackish looks ok now.
The text was updated successfully, but these errors were encountered: