High Contrast Support
-
- CodeLite Curious
- Posts: 4
- Joined: Thu Apr 16, 2015 10:37 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
High Contrast Support
The Tab titles for Workspace etc are not adapting to the dark high contrast very well, mine is Win7x64 High Contrast #2, the selected tab's come out black on black, every else appears to work fine so far, Codelite version 7.0
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: High Contrast Support
You could use the 'Tweaks' plugin to adjust the colours to match your needs, see attached:
Eran
Eran
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Thu Apr 16, 2015 10:37 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: High Contrast Support
Tried but it won't let me enable tweaks, or to be accurate nothing inside the dialogue responds, everything is disabled including the checkbox.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: High Contrast Support
It only works when you have a workspace opened
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Thu Apr 16, 2015 10:37 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: High Contrast Support
Okay first off it's pretty dumb that I can't modify the global preferences without a workspace being open, second off why does codelite force bright coloured tabs in a high contrast theme? By all rights unless the user overrides the colours the default should be just to follow the system colours.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: High Contrast Support
You are welcome to send a Pull Request with fixeszxuiji wrote:Okay first off it's pretty dumb that I can't modify the global preferences without a workspace being open, second off why does codelite force bright coloured tabs in a high contrast theme? By all rights unless the user overrides the colours the default should be just to follow the system colours.
https://github.com/eranif/codelite
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Thu Apr 16, 2015 10:37 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: High Contrast Support
Another issue I find is that it SWAPs the colours upon theme change, why can it not just re-request the system colours and let the system tell it what the new colours are?