mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #14889] feat: Allow Customization of Code Editor Block Theme #17392
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yekanchi on GitHub (Jun 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14889
Check Existing Issues
Problem Description
allow customization of the theme of the code editor. it would be nice to use monaco code editor. and use separate theme for code editor rather than the surrounding theme.
Desired Solution you'd like
use monaco editor for code block. and allow importing custom styles.
Alternatives Considered
No response
Additional Context
No response
@silentoplayz commented on GitHub (Sep 16, 2025):
Related - https://github.com/open-webui/open-webui/pull/17396
@yekanchi commented on GitHub (Sep 16, 2025):
would this replace codemirror with monaco editor?
@silentoplayz commented on GitHub (Sep 18, 2025):
No it would not, but it does allow for CodeMirror themes
(I zoomed out for a full list screenshot)
