PB 5.30B4: Remove hardcoded colors

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
uwekel
Enthusiast
Enthusiast
Posts: 740
Joined: Sat Dec 03, 2011 5:54 pm
Location: Oldenburg (Germany)

PB 5.30B4: Remove hardcoded colors

Post 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.
Image
Would you mind rectifying this or at least to customize tis color?

Best regards
Uwe
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
User avatar
STARGÅTE
Addict
Addict
Posts: 2227
Joined: Thu Jan 10, 2008 1:30 pm
Location: Germany, Glienicke
Contact:

Re: PB 5.30B4: Remove hardcoded colors

Post by STARGÅTE »

You can change this colors:
Datei -> Einstellungen -> Werkzeugtafel -> Optionen -> [x] Eigene Farben verwenden: -> Vordergrund-Farbe, Hintergrund-Farbe
PB 6.01 ― Win 10, 21H2 ― Ryzen 9 3900X, 32 GB ― NVIDIA GeForce RTX 3080 ― Vivaldi 6.0 ― www.unionbytes.de
Lizard - Script language for symbolic calculations and moreTypeface - Sprite-based font include/module
uwekel
Enthusiast
Enthusiast
Posts: 740
Joined: Sat Dec 03, 2011 5:54 pm
Location: Oldenburg (Germany)

Re: AW: PB 5.30B4: Remove hardcoded colors

Post by uwekel »

This color settings do not exist on Linux :-(
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: AW: PB 5.30B4: Remove hardcoded colors

Post 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
uwekel
Enthusiast
Enthusiast
Posts: 740
Joined: Sat Dec 03, 2011 5:54 pm
Location: Oldenburg (Germany)

Re: PB 5.30B4: Remove hardcoded colors

Post 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".
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
Post Reply