patternfly / virtual-assistant

This repo contains the code for the PatternFly virtual assistant extension
MIT License
0 stars 18 forks source link

v6 chatbot - Explore custom Monaco theme #149

Open rebeccaalpert opened 1 month ago

rebeccaalpert commented 1 month ago

Kayla has suggested we use PatternFly tokens in the CodeModal. Unfortunately, PatternFly is using a default Monaco editor theme for CodeEditor (vs-dark). This means we have to keep some hard-coded hex value colors for the time being.

We should explore retheme-ing as time allows.

dlabaj commented 1 week ago

@tlabaj Is this something we need to update in Patternfly react and core?

tlabaj commented 1 week ago

cc @mcoker

rebeccaalpert commented 1 week ago

(The styles are coming from the third-party dependency @monaco-editor/react.)