Page 1 of 1

CodeLite full dark theme

Posted: Fri Jul 18, 2014 6:35 pm
by slimmeke
Hi

I'm a new user to CodeLite. I have found most of my common function in the ide.
Now is it possible to make the full CodeLite layout in dark theme (including the bars and scrollbars)?

Re: CodeLite full dark theme

Posted: Sat Jul 19, 2014 8:35 am
by eranif
CodeLite is using wxWidgets which uses the native API of the OS (which you fail to mention your OS)
This means, that scrollbars are honoring the system settings. i.e. if you want a dark theme to include everything, you need to change your
OS to use such colours

The best you can do is:
Settings->Syntax highlight and fonts->Themes->Zmrok-like

In 6.1 this will be changed to include much more colour themes, see here:

http://codelite.org/LiteEditor/ReleaseN ... ite61#toc3

Eran