Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Color Scheme : StatusBar and ActionBar color #98

Closed
ergofriend opened this issue Sep 26, 2018 · 3 comments · May be fixed by #109
Closed

Color Scheme : StatusBar and ActionBar color #98

ergofriend opened this issue Sep 26, 2018 · 3 comments · May be fixed by #109

Comments

@ergofriend
Copy link
Contributor

I selected Color Scheme sky, but statusbar and actionbar color are #53ba82 .
Hwo do I change there color?

styles.scss imported ~nativescript-theme-core/scss/sky and ~nativescript-theme-core/scss/index

image

@ergofriend ergofriend changed the title StatusBar and ActionBar color Color Scheme : StatusBar and ActionBar color Sep 26, 2018
@rigor789
Copy link
Member

The StatusBar color comes from

And the ActionBar itself is colored in

<style scoped>
ActionBar {
background-color: #53ba82;
color: #ffffff;
}

The themes are only imported, but the classes are not applied by default. I want to tweak that to be optional, because I personally don't use them, so I don't want to have to delete extra classes whenever I create a new project... Might add that soon!

@nativescript-vue-bot
Copy link
Collaborator

Your issue has been tagged as low priority because it did not follow our issue guidelines.

If you believe your issue should be higher priority please close this issue and create a new one
using the issue helper.

Thanks for your understanding.

@nativescript-vue-bot
Copy link
Collaborator

We are locking this issue because it has been closed for more than 14 days.

If the issue comes up again please open a new issue with additional details.

@nativescript-vue nativescript-vue locked as resolved and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging a pull request may close this issue.

3 participants