Code: Select all
v24.70.0006 - 2023-08-01 13:27
+ Tree: Added a way to backcolor different sections of the tree to improve orientation
in a long tree. It's currently implemented as a tweak, but is also available via
scripting.
Four sections can be colored: SpecFolders1|Drives|SpecFolders2|Network, where
each color is optional and must be specified in RRGGBB format.
Example tweak (omitting the Drives section):
TreeSectionColors=F5F8FC||F0F8F8|F5F5F0
Example script (omitting the Drives section):
interfacecolors("F5F8FC||F0F8F8|F5F5F0", 1);
More examples:
echo interfacecolors(, 1); //display the current section colors definition
interfacecolors("", 1); //remove all section colors
Notes:
- The sections as they appear in the tree from top to bottom:
SpecFolders1: This PC and any special folders.
Drives: All drives with a drive letter (local and mapped).
SpecFolders2: Recycle Bin and portable drives.
Network: All network locations with UNC paths.
- If the color is missing, the section uses the default tree backcolor.
- Dark mode colors are automatically derived from the light mode colors.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
XYplorer Beta Club