Open lclalalalala opened 1 month ago
Thanks @lclalalalala for bringing this up! I won't be able to fix this right away since other issues are in the pipeline, but I will definitely be adding support for themes in general.
Hey @iostreamer-X, if you don't mind I can start working on this.
Hey @iostreamer-X , can i work on this as well ?
Hey @SahilLamba0008 sure! I have assigned the issue to you. Please check out this discussion for more context #38.
Hey @SahilLamba0008 sure! I have assigned the issue to you. Please check out this discussion for more context #38.
Before I start coding, I’d like to confirm if I’ve understood the task correctly and if my proposed approach aligns with your expectations. Please feel free to correct me if I’m off track anywhere.
I plan to modify theme.json as :
{ "dark": { "base": "vs-dark", "inherit": true, // others ... }, "light": { "base": "vs", "inherit": true, // others .... } }
Then, I’ll add a button in monaco-editor.tsx to toggle the theme. I’ll use either a Zustand store, local storage, or session storage to persist the theme selection across page reloads or revisits.
Hey @SahilLamba0008 let's continue this here.
Hey, this project is really cool! However, I am feeling really hard to see clearly on the screen. Everything is just so dark. The box boundaries, the background, the text. Please consider make a brighter theme.