Darshan808 / Tree-Visualizer

Visualize data structures like Binary Tree, Heaps and BST with their traversal algorithms.
0 stars 1 forks source link

Add color theme and dark mode support. #2

Open Darshan808 opened 1 month ago

Darshan808 commented 1 month ago

Add support for both light and dark modes.

ngoctruc16 commented 4 weeks ago

Hi! Can you assign me this issue?

Darshan808 commented 4 weeks ago

@ngoctruc16 Surely, You can work on it!

ngoctruc16 commented 4 weeks ago

@Darshan808 I created a fork branch and pushed what I did. Please check it out.

Darshan808 commented 4 weeks ago

Hey @ngoctruc16 You must also create a Pull Request in order for me to review your changes. If its your first time creating a PR, you can follow this guide: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request

ngoctruc16 commented 4 weeks ago

Hi @Darshan808 I have created a Pull Request. Please check it for me.