nafees87n / codebox

codeBox RCE is a service that provides a remote environment to run your code in. Execution occurs in a containerized space. The API supports programming in 3 languages (Python, Javascript and C++), potentially extendable to support more.
http://codebox.herokuapp.com/
MIT License
9 stars 9 forks source link

Develop a theme switcher for the code editor UI #7

Closed aaryak-shah closed 3 years ago

aaryak-shah commented 3 years ago

The code and input editors, as well as the output window utilise Ace Editor, and a hard coded Cobalt theme is used. We want to have a system that allows us to change the editors' theme.

kailash360 commented 3 years ago

@aaryak-shah , I want to work on this issue

aaryak-shah commented 3 years ago

Sure, assigning to you

kailash360 commented 3 years ago

I have created #15 for this issue.