mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-07 07:50:27 +00:00
Use lightGrey for folders on normal computers
This way we still get some differences between files and folders on normal computers. I did try with just green, but I think the contrast is too low. Closes #656
This commit is contained in:
parent
4e15afa254
commit
b0e30fdce1
@ -33,5 +33,5 @@ table.sort(tFiles)
|
||||
if term.isColour() then
|
||||
textutils.pagedTabulate(colors.green, tDirs, colors.white, tFiles)
|
||||
else
|
||||
textutils.pagedTabulate(tDirs, tFiles)
|
||||
textutils.pagedTabulate(colors.lightGray, tDirs, colors.white, tFiles)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user