https://bugs.kde.org/show_bug.cgi?id=412080

--- Comment #2 from Thanos Apostolou <thanosaposto...@outlook.com> ---
I experimented a bit with the css and the settings that look best to me are
those:

Edit /usr/share/themes/Breeze/gtk-3.20/gtk.css and inside "decoration { ... }" 

change:

.solid-csd decoration {
  ...
  border: solid 2px #475057;
  background-color: #475057;
  ... }

also add a copy of that below:

.solid-csd decoration:backdrop {
  ...
  border: solid 2px #eff0f1;
  background-color: #eff0f1;
  ... }

Edit /usr/share/themes/Breeze-Dark/gtk-3.20/gtk.css and inside "decoration {
... }"
change:

.solid-csd decoration {
  ...
  border: solid 2px #31363b;
  background-color: #31363b;
  ... }

(the 3 dots mean the rest properties as they are)

The .solid-csd decoration property applies only to window managers which don't
support shadows, so the borders are shown in kwin and openbox but not in xfce,
gnome and cinnamon. I'm not familiar with kde development but I'll see if I can
do a pull request or something if its hasn't been fixed until I get some free
time (if someone can point me where shall I do that it would be helpfull).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to