Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: 0x0000053A on January 31, 2018, 08:29:25 pm

Title: White gradient on tabs with dark theme, how to remove?
Post by: 0x0000053A on January 31, 2018, 08:29:25 pm
I was using codeblocks built from 17.12 tarball until today when i've found out that official arch linux repo now has 17.12 too and I can switch to it.
I've switched and now i see that weird white gradient. It doesn't look very good with dark theme.
Is it fixable somewhere in config or do I have to rebuild it all again?
Title: Re: White gradient on tabs with dark theme, how to remove?
Post by: BlueHazzard on January 31, 2018, 10:52:26 pm
you can try Settings->Environment->Notebook appearance->Tabs style
Title: Re: White gradient on tabs with dark theme, how to remove?
Post by: 0x0000053A on February 01, 2018, 07:03:52 am
you can try Settings->Environment->Notebook appearance->Tabs style
Nah, the white color is still there.
There's no gradient with simple tabs though, but i'd like them to be white-on-dark, like they were in svn builds.
Title: Re: White gradient on tabs with dark theme, how to remove?
Post by: oBFusCATed on February 01, 2018, 09:44:04 am
Is there any chance that your wxGTK is built against GTK3?
In GTK3 the native tab art is not available, and after a fast search I wasn't able to find an easy way to reimplement it, so we'll need to do something to prevent this ugliness...
Title: Re: White gradient on tabs with dark theme, how to remove?
Post by: 0x0000053A on February 01, 2018, 10:43:18 am
Is there any chance that your wxGTK is built against GTK3?
In GTK3 the native tab art is not available, and after a fast search I wasn't able to find an easy way to reimplement it, so we'll need to do something to prevent this ugliness...
Yep, it depends on wxgtk3 package. I guess i was building against wxgtk2 when i did it manually.
Some elements of the interface do look fancier with GTK3 though.
Title: Re: White gradient on tabs with dark theme, how to remove?
Post by: oBFusCATed on February 01, 2018, 08:44:41 pm
For me the gtk3 version looks bigger and uglier...