Can I change the font color of Copilot? Because the font color is difficult to read. #1369
-
![]() |
Beta Was this translation helpful? Give feedback.
Answered by
equinusocio
Aug 22, 2025
Replies: 1 comment
-
Hello there! "workbench.colorCustomizations": {
"sideBar.foreground": "YOURCOLOR"
}, You can read more about customizations here https://github.com/orgs/vira-themes/discussions/1318 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
equinusocio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello there!
Unfortunately the chat text foreground shares the color with the
sideBar.foreground
key. We have no way to change it without compromising the color of the sidebar. If you want, you can patch thesideBar.foreground
color from your setting, the following code will change the color of the chat and the text sidebar:You can read more about customizations here https://github.com/orgs/vira-themes/discussions/1318