Open jackyzha0 opened 3 years ago
I can work on this!
I saw there is a lot of usage of colors on diff pages, we can add it all under once in app.js
??
This May Help
ctrl-v actually uses styled-components under the hood and we use a Theme Provider! Code here: https://github.com/jackyzha0/ctrl-v/tree/master/frontend/src/theme
Probably just a toggle to switch the themes in here. Will add a colour palette soon
ctrl-v actually uses styled-components under the hood and we use a Theme Provider! Code here: https://github.com/jackyzha0/ctrl-v/tree/master/frontend/src/theme
Probably just a toggle to switch the themes in here. Will add a colour palette soon
updated
It is looking this with new color pallete:
will try to add a toggle, localStorage, and will try to send PR asap
It is looking this with new color pallete:
will try to add a toggle, localStorage, and will try to send PR asap
any possibility we can change the default theme of the editor to be atom dark when dark mode toggle is turned on too?
Yes, and I was also thinking of providing options at the top right of the editor for various themes :)
'nuff said
AC: