You are not logged in.
i use a gnome-terminal with a black background. With the upgrade to 3.16 the default window manager (is that mutter?) theme (Adwaita) is messy. Window borders are one pixel black. Active windows have a black transparent dropshadow. Overlapping a black gnome terminal over another means, that no border is visible.
Is there an easy way to modify the default theme to either use a gray border, or a gray shadow?
Offline
I have the same problem and no solution. Anyone ?
Offline
Found a workaround.
Add file ~/.config/gtk-3.0/gtk.css with
.window-frame {
border: 1px solid gray;
}
Offline
Great! Thanks. This should be in profile settings.
Offline
Anyone an idea how to do this for gnome 3.20?
Last edited by fragfutter (2016-04-12 06:56:09)
Offline
Anyone an idea how to do this for gnome 3.20?
Try this.
decoration {
border: 1px solid gray;
}
Offline
doesn't work. the decoration color is overwritten somewhere. only the first few pixels are colored.
Offline
this one works
decoration {
border: 1px solid gray;
background: gray;
}
Offline
I would also recommend trying Terminix
I don't really know what I'm doing.
Offline