Make compatible with vs code themes #283
Replies: 5 comments
-
Beta Was this translation helpful? Give feedback.
-
|
You can add the following settings to setting.json. {
"dineug.vuerd-vscode.themeSync": true,
// will NOT synchronize the color list
"dineug.vuerd-vscode.theme": {
"keyPK": "#B4B400",
"keyFK": "#dda8b1",
"keyPFK": "#60b9c4",
"edit": "#ffc107"
}
} |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a lot for that hint. |
Beta Was this translation helpful? Give feedback.
-
|
I think the only issue with the sync for me is that the canvas color is the same as the background color for the tables. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.









Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to make the style adjust to the selected VS Code theme?
Beta Was this translation helpful? Give feedback.
All reactions