Я инициализировал новый проект, используя
tns create <project_name> --vue
Итак, у меня есть файл ~/App/app.scss
// Import app variables
@import 'app-variables';
// Import the theme’s main ruleset - both index and platform specific.
@import '~nativescript-theme-core/scss/index';
@import '~nativescript-theme-core/scss/platforms/index.android';
// Import common styles
@import 'app-common';
Я хотел бы попробовать одну из тем, например 'aqua 'или' brown '.
Что я должен добавить и / или изменить?