How to edit statusbar color?
IdanAdar opened this issue · 3 comments
IdanAdar commented
Hi,
I'd like to modify the color of the status bar while keep using this theme.
Is it possible to do this in settings.json?
uloco commented
Hey. This can be done with the following configuration:
"workbench.colorCustomizations": { "[Bluloco Dark]": {"statusBar.background": "#ff0000"}},
IdanAdar commented
Thanks!