No default code in variables.scss file?

Hello, I am running the below:

Virtual Studio Code 1.91/ Ionic 7.2.0/Angular:Angular CLI: 18.1.1Node: 20.15.1Package Manager: npm 10.7.0/ OS: win32 x64/ OS: Windows 10.

Could be just me. but does the “variables.scss” come with default setting styles. When I view the file in VS the file is blank. Well, technically, this is what is available, but that’s it.

// For information on how to create your own theme, please see:
// Theming | Ionic Apps: Color and Theming Basics Definition

Is there a file I can download somewhere to update variables.scss or a place I can copy and paste the default settings?

I do see a global.scss file available. I’m new to ionic, wasn’t sure if or how I can use the global.scss file to update the variables.scss file with the default code settings if at all.

In Ionic 8, the default colors are now included in the core.css file as mentioned here - Updating to v8 | Ionic Documentation.

To see the old variables.css file, see starters/angular/base/src/theme/variables.scss at 4fa432734ca4f5c737f709bb7b9882dbd29e2019 · ionic-team/starters · GitHub