Does not seem to work with vs code 1.33
Closed this issue · 15 comments
Hi,
It does not seem to work at all with vscode 1.33. No settings file is written, so colours dont change.
Already tried with only this extension installed and the behaviour is the same.
Kind regards,
Pedro
I am having the same issue. I thought I somehow messed up my settings, but I cleaned everything out, short of reinstalling VSCode entirely, and it's still broken.
my workaround for now is to just paste the following block into settings.json
and then using a color picker extension, change the primary color on a color wheel for each setting:
{
"workbench.colorCustomizations": {
"activityBar.background": "#33131b",
"titleBar.activeBackground": "#421925",
"titleBar.activeForeground": "#fbf6f7",
"editor.background": "#50242f04"
}
}
Hi,
I understand, but then is fails the purpose of being random and automatic.
Kind regards,
Pedro
@azynheira thanks for letting me know. what OS are you using? and I assume it was working fine for you previously?
it was working for me, for maybe a day. but then a week or 2 ago it stopped working. my current vscode details, incuding os
Version: 1.33.0 (system setup)
Commit: 0dd516dd412d42323fc3464531b1c715d51c4c1a
Date: 2019-04-04T15:14:28.026Z
Electron: 3.1.6
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 10.0.17134
ok thanks for this. should have this resolved this week
just published a revision. let me know if it's still not working for the latest vscode version for you?
awesome thanks for your help!