mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-28 08:12:18 +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
f0d7a1165d
commit
652b7ebba6
@ -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…
x
Reference in New Issue
Block a user