VS Code Extension Colors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 09:32 AM
I setup my workspace for the VS Code Extension. I do not like the white on green color for the workbench and activity bar, so I was trying to adjust it, but my changes are not saving correctly.
I go to settings: User -> Appearance and it says the colors are modified in workspace (because of the default extension colors Servicenow added)
So I navigate to the workspace settings file for my ServiceNow work.
I change the green color under statusBar.background and activityBar.background to any other color, save and it keeps the new color selected.
I close vs code, and reopen. It reloads the previous color. Is there something else I need to change to get the settings to stick? Or does the extension keep the defaults everytime it loads?
- Labels:
-
I set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 10:57 AM
Hi, did you found the solution to it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 11:23 PM
No, it seems like everytime you close VS Code it dosen't persist to save the Workspace settings that were updated with the colors I want. This worked for me in 2020/2021 so I am not sure what has changed in the extension code to prevent saving.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 12:46 PM
Hi,
I had the same issue. I accessed the "settings.json" file that is inside of the hidden ".vscode" folder at the root of the workspace and changed it there and that seemed to work.
Before editing (green activityBar):
After editing (default colour is restored):
Also ensure the "Enable Theme" checkbox remains unchecked under "File>Preferences>Settings-> Workspace -> Extensions -> Now":