Hi blackboard,
re:
> Hello.On v5 dark color theme guide lines almost invisible.they have white color.Can you change
> it to grey\blue\red or btw something else becouse its unreal to work with that
The default dark theme draws the construction lines with an alternating black and white dashes. The white dashes have a high contrast against the darker viewport background, it should look like this:
Does it look different for you over there? Have you possibly changed the viewport background color to a light color?
You can make a customized color theme that has a different color. The setting for it is not currently exposed in the theme editor UI, you need to edit the theme definition file directly to change it. To do that got to the theme folder (Options > General > "Manage themes" > "Open themes folder") and open the file defines.inc in a text editor.
The line that controls construction line color is:
STRAIGHT_SNAP_LINE_ARGB_COLOR #B0FFFFFF
That has values for opacity, red, green, blue.
If you wanted to make it red you could put:
STRAIGHT_SNAP_LINE_ARGB_COLOR #B0FF0000
- Michael
|