If you take a look at my screenshots, you’ll notice the screen on the left has a slightly different color output than the screen on the right. Take a look at line 13 if you are looking for an example.
I would like to know how to fix this. Thank you for your time.
Then could you please tell me where I might post my question?
In the left screenshot there’s a project open in visual studio while in the right screenshot you opened a .cs file directly without using a project. Without a project (.csproj) the IDE has no context for classes and types which exist outside of that file, like MonoBehaviour.
Go back into Unity, open the preferences, make sure Visual Studio is selected as the code editor, then open the script from inside Unity. This will open the project and jump to the script file in the project. If you open files directly off explorer they will open as “miscellaneous files”.