News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

General dark theme (not only for editor)

Started by jleon, February 09, 2018, 09:54:46 PM

Previous topic - Next topic

jleon

Hello there
I'm a new CodeBlocks user. I followed the instructions given in  https://sangams.com.np/installing-codeblocks-dark-themes/ to change the Code::Blocks theme, but that only works for the editor window. Is it possible to set a theme for the whole environment e.g. menu bar,  Management panel, Logs & others, etc.? Something like KDevelop does:


Thanks in advance,

jleon

BlueHazzard

No it is not possible, because codeblocks uses wxWidgets. wxWidgets uses as many default controls as possible and also the default colors. So if you change the windows theme also the controls in codeblocks will have the same color.

Maybe, if wxWidgets implements theme support, also codeblocks will add it....

oBFusCATed

Quote from: BlueHazzard on February 09, 2018, 10:29:43 PM
No it is not possible, because codeblocks uses wxWidgets. wxWidgets uses as many default controls as possible and also the default colors.
This is only true for windows/osx. On linux the gtk theme could be changed even per application.
(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!]

jleon

I'm using Linux. So I guess I could with some luck accomplish that. ¿How could I?

jleon

jleon

By the way I already changed the Application Color Scheme in Colors-System Settings (openSUSE), and that's why KDevelop changed its theme. But Code::Blocks does not implement that change.

jleon

oBFusCATed

You've changed the qt theme, now change the gtk+ theme and it will work. There are some gtk themes that use the qt drawing, so you could make it work consistently. But I don't know details. Search the net.
(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!]

jleon

Thanks a lot. After some hours of trying I finally managed to get to the right settings.

Configure desktop->Appearance->Application Style- GNOME Application Style (GTK)
Select GTK2 Theme: Breeze-Dark
Select GTK3 Theme: Breeze-Dark


jleon

jleon


sahadathusain

No, it is not possible. You can set the dark mode for all the app by following these steps. Setting >> Personalization >> color >> dark theme

To download 15 code blocks dark theme and step by step guide to install it you can follow this article: https://nextprotips.com/how-to-install-codeblocks-dark-theme

oBFusCATed

@Sahadat Husain: You're posting in the wrong topic.

Just for reference: https://trac.wxwidgets.org/ticket/19223
Still not possible on Windows and if wxWidgets continues to be Win32 API based, it won't be possible for a long while...
(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!]

wfzhangtong

CodeLite also uses wxWidgets, but it supports dark mode on Windows 10.
So I think CodeBlocks should be able to implement dark mode in the same way.

vwdvaan

#11
We need to wait for wxWidgets 3.3.x. Has the dark mode implemented.

https://docs.wxwidgets.org/latest/classwx_app.html#af8c93d7e3345e62a58325f3ab1d158d6

Win 10, MinGW 122.0, wxWidgets 3.1.7

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]