You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm changing app.html to be mostly dark, so we need a dark-mode theme for codemirror. i decided so solve this problem by delegating it to you bc you javascripted the codemirror editor.
So I'm thinking we can have dark/light mode be decided using user OS settings. We can then add a colorscheme selector, my ideas for colorschemes are: GitHub (Dark & Light), catppuccin (late & mocha), and no vscode cuz no one wants to port the light theme for it.
I'm changing app.html to be mostly dark, so we need a dark-mode theme for codemirror. i decided so solve this problem by delegating it to you bc you javascripted the codemirror editor.
themes:
https://codemirror.net/5/demo/theme.html
The text was updated successfully, but these errors were encountered: