-
Hi Everyone, I’m Mohamed Salah. Frontend Developer. So I decided to help (by the experience of my job) and make a CSS file that overrides the web app theme to be dark, Here are screenshots for settings select menu which users can change application theme from it: Here are screenshots for the dark mode view: Now I've only one issue, Step I followed to implement this feature:
I don't know if this is the correct approach of contributing to this project, but it is the approach I used when working on my company projects. So can anyone help me how to push my changes to this repo and create a new release with this feature. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
That looks awesome. Just wanted to say to @salahineo, you could/can use Dark Reader extension as well. Not just for AW, for pretty much everything. (only thing it didn't work was my modem interface so far) If you are like me who use EVERYTHING with dark mode, then it is a godsend ^^ |
Beta Was this translation helpful? Give feedback.
Hi Mohamed, changes look great!
To contribute a PR, you first need to fork the repo (using the leftmost button in the top-right corner):
Once you've forked the repo, you can change the remote of your branch using
git remote set-url <url to your forked repo>
, and then push as normal. Once you've pushed to your own branch, you can open a PR with the changes!