Make compatible with vs code themes #283
Unanswered
benedikt-buchert
asked this question in
Q&A
Replies: 5 comments
-
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.
0 replies
-
Thanks a lot for that hint. |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to make the style adjust to the selected VS Code theme?
Beta Was this translation helpful? Give feedback.
All reactions