Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
on.save_settings = function()
	return {
		font_height = Font_height,
		foreground_color = Foreground_color,
		background_color = Background_color,
		loaded_filenames = filenames_from_all_panes(),
	}
end