Closed
Description
After upgrade 3.12.0 -> 4.0.1 the titleBar.activeBackground
theme setting doesn't work anymore.
It suppose to change the color of the window title in the PWA mode (see screenshots).
OS/Web Information
- Web Browser: Chrome
- Local OS: macOS 12.1
- Remote OS: Ubuntu 20.04.3 LTS
- Remote Architecture: x86_64
code-server --version
: 4.0.1
Steps to Reproduce
Working version:
- Set up 3.12.0.
- Install it in PWA mode (as separate app window).
- Edit
settings.json
and customiseworkbench.colorCustomizations
->[yourThemeName]
->titleBar.activeBackground
value (CSS color).
An example:
https://gist.github.com/akares/846d368c9ebecfb7fdc51aaa4a91ec12 - Notice window title background change.
Broken version:
- Upgrade to 4.0.1
- The theme tweak is ignored now.
Screenshot
Expected
UPD: Seems hex color values preview feature also failed in 4.0.1.