Source for default light only canvas item shader

Godot Version

4.3

Question

Hello where can I find what the gdshader default implementation for canvas_item shaders? I want to modify the light function but I need to know what it does and how it does first. Thank you.

Can you try to read the docs on it?
And do you want to change the shader parameters through codes?