This is probably interesting for a very small group of people, but nevertheless I'm going to share it.
Since updating to #Ubuntu 22.04 I noticed that my favorite terminal application #Tilda showed completely transparant tabs. Very irritating. So after searching for a solution, I found this page: https://github.com/lanoxx/tilda/wiki/Styling
I had to edit/create the file ~/.config/tilda/style.css and add this for use with the #Yaru
Dark theme:
notebook tab {
background-color: #2c2c2c;
color: #f7f7f7;
}
notebook tab:checked {
background-color: #4c4c4c;
color: #e7e7e7;
}
notebook tabs {
background-color: #2c2c2c;
}
Now quit the app via the right-click menu and re-open it using the super key. 🎉
#tweak #gnome #e7e7e7 #4c4c4c #f7f7f7 #2c2c2c #yaru #tilda #ubuntu