-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a feature for setting and saving a default theme for the editor. #81
Comments
Hi, this seems like an interesting issue, can you please assign to me so I work on that? |
@zer0link for sure, message me if you have any difficulties. The feature is brand new and I haven't fully thought out how it will be continually integrated. |
Thanks for the assignment, @SethWalkeroo , |
@zer0link Oh, looks like there is a problem with loading the default theme. If you open up the editor again and try entering some syntax, you will notice that the syntax is in the theme of Gruvbox, which is the default theme at the moment. I forgot to initialize the rest of the theme, I will work on that now. |
@zer0link Alright, the default theme should load up the same every time you launch the editor now. |
Yes, I can see everytime I restarted the editor, it uses the default theme (Gruvbox) |
Hi, can I know if the issue is still open? |
@zer0link No, sorry, this issue is now closed. I've added the default theme setting to the editor. |
There is a default theme already in the theme configs, but it never changes. It would be cool if the user didn't have to reset their theme every time they reloaded the editor.
The text was updated successfully, but these errors were encountered: