It seems that the title_bar.inactive_background token for the theme is missing, resulting in a transparent title bar when inactive.
I'm running Linux (Ubuntu) and to fix it I had to add this to my settings:
"experimental.theme_overrides": {
"title_bar.inactive_background": "#1b2024"
},
I really love this theme so thanks a lot for the port! Cheers!
It seems that the
title_bar.inactive_backgroundtoken for the theme is missing, resulting in a transparent title bar when inactive.I'm running Linux (Ubuntu) and to fix it I had to add this to my settings:
I really love this theme so thanks a lot for the port! Cheers!