- You can change script icons to some of the native ones
- Native icons are listed here: https://github.com/halak/unity-editor-icons
- You can change script icon by file id
- Open
.cs.meta in Text Editor
- Modify line
icon: {instanceID: 0} to icon: {fileID: <FILE ID>, guid: 0000000000000000d000000000000000, type: 0}
- Save and focus Unity Editor