About Folder Thumbnails
Posted: 30 Oct 2018 02:33
Can I change the color of the yellow gradation Backfround of folder thumbnails?
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Code: Select all
+ Folder Thumbs: Now you can tweak the background coloring of folder
thumbnails. It's a vertical gradient, the 1st color is the top, the 2nd
color is the bottom. This e.g. would be a light grey gradient:
clrFolderThumbs1=15461355
clrFolderThumbs2=15132390
Those numbers are color decimals.
If both of those values are 0 then the default colors are used (the crass
traditional yellow).
+ Folder Thumbs: Added another key to specify a border color for the folder
thumbnail background. Looks a bit better with a light border IMO.
clrFolderThumbsBorder=14737632
It's only used when it's not 0 (zero) AND when the background coloring
tweak is used as well (clrFolderThumbs1, clrFolderThumbs2).Code: Select all
$a = input("Hex color",, "B8B4B1"); echo hextodec(substr($a, 4, 2) . substr($a, 2, 2) . substr($a, 0, 2));