siIverfish / quip

Codingbat clone
1 stars 6 forks source link

nice theme for codemirror #6

Open siIverfish opened 6 months ago

siIverfish commented 6 months ago

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

yavko commented 5 months ago

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.

yavko commented 5 months ago

Links for refrence: https://www.npmjs.com/package/@uiw/codemirror-theme-github https://www.npmjs.com/package/codemirror-theme-catppuccin