Hi,
i changed some values in the View.lua
-- HUD RGB color
HUDColor = {}
HUDColor[PlaneIndex.iSu_27] = {0, 255, 0}
HUDColor[PlaneIndex.iSu_33] = {0, 255, 0}
HUDColor[PlaneIndex.iSu_25] = {255, 255, 0}
HUDColor[PlaneIndex.iSu_39] = {0, 255, 0}
HUDColor[PlaneIndex.iMiG_29] = {0, 255, 0}
HUDColor[PlaneIndex.iMiG_29K] = {0, 255, 0}
HUDColor[PlaneIndex.iA_10] = {70, 255, 160}
HUDColor[PlaneIndex.iF_15] = {0, 255, 0} <-- Original
HUDColor[PlaneIndex.iKA_50] = {70, 255, 160} <--- changed
so i have bit bigger letters and they are a bit more readable!
Hope i could help.