Skip to content
New issue

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" makes stripes in Thunar/PCmanFM gtktreeview windows #19

Open
revast opened this issue Feb 16, 2018 · 1 comment
Open

Comments

@revast
Copy link

revast commented Feb 16, 2018

screenshot from 2018-02-16 21-44-57

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.

screenshot from 2018-02-16 21-40-29

@hhhorb
Copy link
Contributor

hhhorb commented Feb 16, 2018

Thanks for reporting, I'll look at it as soon as I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants