mannprerak2 / event_hub_flutter

EventHub View events at DTU... https://mannprerak2.github.io/event_hub_flutter
https://mannprerak2.github.io/event_hub_flutter
MIT License
8 stars 15 forks source link

Added dark theme #33

Closed hrishiksh closed 3 years ago

hrishiksh commented 3 years ago

30 Dark theme added. It looks good already. Take a look. Implemented it with streams.

ezgif com-gif-maker (1)

mannprerak2 commented 3 years ago

The colors need to be updated as well

  1. Always use white text instead of Red on black.
  2. Fix bottom nav bar tiles, they are still black, also the text there should be white.

You can experiment with the colors first using Panache - https://rxlabz.github.io/panache/#/

mannprerak2 commented 3 years ago

@hrishiksh are you still working on this?

hrishiksh commented 3 years ago

@hrishiksh are you still working on this?

Yes. I will modify the code as your requirement. You can Marge the previous change. I will make a new pull request with changes and implement persistent theme switcher.

mannprerak2 commented 3 years ago

You can do the changes in this PR itself.

mannprerak2 commented 3 years ago

Hi @hrishiksh Are you still working on this?