Is it possible to change color in codeblocks? - codeblocks

Is it possible to change codeblocks color to dark mode or something that is not white.
I don't mean the code background, but the IDE itself.
This part of the program

No, it's not possible. The CodeBlocks GUI is built on the wxWidgets libraries which currently do not implement the use of themes (dark mode).

Related

How to use complete Dark Mode in Code Blocks 20.03?

I have tried to install the dark theme and it worked, but only for the area where you can write your code, not for the whole app. Is there a possibility to change the complete colour theme of the app, like in VS Code?
It's not possible to set a "dark mode" theme in CodeBlocks.
CodeBlocks is built on the basis of wxWidgets libraries, which currently do not support "dark mode" themes.

Why does my SDL app have an abnormal window border on Mac?

I've noticed my simple SDL application has an abnormal window border on Mac. There's no gradient and the color is dark gray instead of light gray. It just looks wrong. I've noticed that LÖVE also has this on mac, and it uses SDL as well, leading me to believe this is indeed SDL-related...
Meanwhile applications like Finder, Terminal, Audacity... they have a more standard, nice-looking window border.
Why is this happening, and can I make it look like a normal Mac window?
this is now fixed in LOVE. Looks like the latest SDL source fixes this according to the discussion I linked.

How do I change or add UI color schemes of Android Studio (NOT the Editor)?

All answers on similar questions talk about the editor's colors. The icls files you can download are also for the editor only. I would like to change the UI colors. The supplied Darcula scheme is the only dark one but it is unreadably with its light gray on medium gray text.
You can only do so by modifying the source code of Android Studio. The two currently available look & feels include a lot of custom painting, colors and icons, so it's not feasible to provide the possibility to customize them through the UI.

Can I change the border color in Apps I write in Windows 10?

I have noticed that the border color of desktop applications I create in Windows 10 is an awful White. There is no Red surrounding the X in the close button. However the same application in Visual Studio is the traditional Blue and the Close button is Red. Why does it change in the Run mode? Is there any way to change the color?
Windows 10 is very flat in this issue. I don't know if I understand your question, but this can be helpful.
https://techjourney.net/enable-color-window-title-bars-in-windows-10/
Maybe put more informations. Thanx!

wxWidgets GUI issue

I just updated wxWidgets from 2.8.12 to 2.9.4. I built all the libraries like before and compiled by program. There are a couple of issues that I'm getting.
1) I get this after compilation:
2) When I click cancel, my GUI is greyed out like so:
The grey bar on the top and bottom are toolbars that usually have a blue gradient as the background on Windows. Also, the buttons have a dark stroked border as well.
Just wondering if anyone has come across this? One thing of note, I'm using MSVC and am using the debug libraries in vc_lib. Everything seems to work well on 2.8.12 if I revert back. I would really appreciate some feedback.
3) 2.8.12 screenshot (normal):
The assert indicates a problem in your code: you're using more than one mode when creating wxListCtrl. You simply need to fix this.
The rest of the problem is less clear, perhaps you should show how does the same UI look when built with wxWidgets 2.8.

Resources