Page 1 of 1
PB 5.30B4: Remove hardcoded colors
Posted: Sun Jun 22, 2014 1:50 pm
by uwekel
Hi,
as you can see in the screenshot, some colors in the IDE are hardcoded. I am always using dark themes and this light yellow color is really a pain in my eyes. How it has to look like, you can see in the tool window in right of the main IDE window.

Would you mind rectifying this or at least to customize tis color?
Best regards
Uwe
Re: PB 5.30B4: Remove hardcoded colors
Posted: Sun Jun 22, 2014 2:00 pm
by STARGĂ…TE
You can change this colors:
Datei -> Einstellungen -> Werkzeugtafel -> Optionen -> [x] Eigene Farben verwenden: -> Vordergrund-Farbe, Hintergrund-Farbe
Re: AW: PB 5.30B4: Remove hardcoded colors
Posted: Sun Jun 22, 2014 2:14 pm
by uwekel
This color settings do not exist on Linux

Re: AW: PB 5.30B4: Remove hardcoded colors
Posted: Sun Jun 22, 2014 6:39 pm
by Danilo
uwekel wrote:This color settings do not exist on Linux

It is the same on MacOSX (and always has been like this). Don't know why they removed the option in preferences,
but changing the colors in the ~/.purebasic/purebasic.prefs file worked for me.
Look for the [ToolsPanel] section:
Code: Select all
[ToolsPanel]
Width = 384
Side = 1
UseFont = 1
UseColors = 1
Font = Lucida Console
Fontsize = 16
FontStyle = Bold,
FrontColor = 32768
BackColor = 0
NoIndependantColors = 1
Re: PB 5.30B4: Remove hardcoded colors
Posted: Sun Jun 22, 2014 7:22 pm
by uwekel
Thx a lot, Danilo! It works
So the feature request should be changed to "Include color settings for tools panel like on Windows".