Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
local_modifications_color = function(filename)
	return has_local_modifications(filename) and Local_modifications_color
end