fortran-lang / playground

An interactive Fortran playground
MIT License
34 stars 12 forks source link

Give ability to change theme of the editor #60

Closed uNouss closed 1 year ago

uNouss commented 1 year ago

https://github.com/fortran-lang/playground/blob/0b87b12fd6b07b8545f9c7cb84388cc24fedc0dc/frontend/src/Editor.js#L5

Can be changed to the light theme, because in some situations the dark theme can be unreadable.

It would be useful to have an option to choose light or dark mode depending on your preferences.

Suggestions

for example by using this theme:

import "ace-builds/src-noconflict/theme-solarized_light";
Kartikey353 commented 1 year ago

Assign me this issue

Jay9874 commented 1 year ago

@milancurcic @Kartikey353 What is the progress for in the theme. I am a experienced in React framework and have build projects using crud operation. I want to join to in the fortran playground project. I would love to hear from you back..

milancurcic commented 1 year ago

Hi @Jay9874, welcome and thank you for your interest. I don't know if @Kartikey353 has any work in progress on this, there's no PR open at least. If you'd like to tackle this, that would be very welcome.

rajkumardongre commented 1 year ago

Hello @milancurcic, Is this Issue Still open if open I would like to work on it

milancurcic commented 1 year ago

Hi @rajkumardongre, yes the issue is open and a PR would be very welcome!

rajkumardongre commented 1 year ago

hello, thankyou @milancurcic, i have made a pull request, kindly can you review it