Gareth Lloyd (He/him) · @glloyd
47 followers · 107 posts · Server fosstodon.org

Terrible UX on @Ubuntu

A checkbox on a modal (which I want to check) I didn't notice for weeks of usage (yeah I'm on 22.10 ATM).

The checkbox was a rounded square of one colour, on the modal panel of another colour.

vs not very clear to see.

#ubuntu #linux #gnome #fafafa #f7f7f7

Last updated 2 years ago

☆joene☆ · @joenepraat
1246 followers · 20325 posts · Server todon.nl

This is probably interesting for a very small group of people, but nevertheless I'm going to share it.

Since updating to 22.04 I noticed that my favorite terminal application showed completely transparant tabs. Very irritating. So after searching for a solution, I found this page: github.com/lanoxx/tilda/wiki/S

I had to edit/create the file ~/.config/tilda/style.css and add this for use with the
Dark theme:

notebook tab {
background-color: ;
color: ;
}

notebook tab:checked {
background-color: ;
color: ;
}

notebook tabs {
background-color: ;
}

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

Last updated 2 years ago