Author Topic: White gradient on tabs with dark theme, how to remove?  (Read 7853 times)

Offline 0x0000053A

  • Single posting newcomer
  • *
  • Posts: 8
White gradient on tabs with dark theme, how to remove?
« 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?

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: White gradient on tabs with dark theme, how to remove?
« Reply #1 on: January 31, 2018, 10:52:26 pm »
you can try Settings->Environment->Notebook appearance->Tabs style

Offline 0x0000053A

  • Single posting newcomer
  • *
  • Posts: 8
Re: White gradient on tabs with dark theme, how to remove?
« Reply #2 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: White gradient on tabs with dark theme, how to remove?
« Reply #3 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...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline 0x0000053A

  • Single posting newcomer
  • *
  • Posts: 8
Re: White gradient on tabs with dark theme, how to remove?
« Reply #4 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: White gradient on tabs with dark theme, how to remove?
« Reply #5 on: February 01, 2018, 08:44:41 pm »
For me the gtk3 version looks bigger and uglier...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]