GPT-Prompter
GPT-Prompter copied to clipboard
Add dark theme + extra customization options.
Customization Options:
- [ ] Light/Dark theme
- [ ] Adjustable font sizes and styles.
- [ ] Options to rearrange or hide certain UI elements.
Implementation suggestions:
- A settings panel could be added under Advanced Settings in the extension dropdown.
- We can use
prefers-color-scheme
to match the user's system color scheme.