NativeScript / theme

@nativescript/theme
https://v7.docs.nativescript.org/ui/theme
Apache License 2.0
127 stars 44 forks source link

Grey and Lemon default themes seem to be opposites of each other #273

Closed pekevski closed 4 years ago

pekevski commented 4 years ago

Describe the bug Seems like the variables for these two themes are using the wrong base colour. Grey using lime and lemon using grey

To Reproduce Use the grey.css theme in your app.css and notice that the main colour will be lime. Use the lemon.css theme in your app.css and notice that the main colour will be grey.

Expected behavior Grey theme should use the grey variable, and lemon theme should use the lime variable in their .scss

pekevski commented 4 years ago

I noticed that the accents are quite loud for the grey theme. However, we can manually override them ourselves.