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)?
CodeLite full dark theme
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite full dark theme
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
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
Make sure you have read the HOW TO POST thread