to increase the brightness of the text of the mfd in the F-16C I recommend to edit 3 lua text files
 
	 
 
	DCSWorld\Mods\aircraft\F-16C\Cockpit\Scripts\font.lua
 
	 
 
	edit line
 
	83    thickness  = 1.3,--MFD_stroke_thickness 
	84    fuzziness  = 2.2,--MFD_stroke_fuzziness 
	86    default    = {8.0, 9.5}, -- DIs (display increments)
 
	150    thickness  = 1.3,--MFD_stroke_thickness * 2.1 
	151    fuzziness  = 2.2,--MFD_stroke_fuzziness 
	153    default    = {8.0, 9.5},
 
	 
 
	 
 
	DCSWorld\Mods\aircraft\F-16C\Cockpit\Scripts\materials.lua
 
	 
 
	edit line
 
	30    materials["MFD_FONT_BKGND_WHITE"]        = {121, 255, 19, 255} 
	32    materials["LMFD_MATERIAL"]            = {121, 255, 19, 255}    -- Default color for all MFDs
 
	 
 
	will make the text green like the ded
 
	 
 
	 
 
	DCSWorld\Mods\aircraft\F-16C\Cockpit\Scripts\Systems\IntLights.lua
 
	 
 
	edit line
 
	1    night_start_time = 10.0 -- in hours 
	2    night_end_time = 10.0
 
	 
 
	it will always be bright at any time 
	thanks