Global colors

Customize global colors via Sass variables

In case you want to create your own color scheme - the fastest and painless way to do that is via Sass variables.

Simply copy the necessary variable from Finder/scss/_variables.scss file and paste to Finder/scss/_user-variables.scss. As you know from prvious sections whn you change any file inside Finder/scss the styles will be automatically compiled.

Blelow is the screenshot of the part of Sass variables file responsible for global colors:

Sass variables