fixed some gtk3 issues

This commit is contained in:
Eudaimon 2022-10-10 10:39:13 +02:00
parent 5cc15b4079
commit fc884fcf25
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# oomox-themes
Some themes I've created with Oomox (Themix)
Some themes I've created with Oomox (Themix).
There's also a new potentially bug theme: oomox-Cyberpunk-Pandora-Materia-glow-2, because I'm modifiying Materia source theme to make it glow! Thus, it'll glow on gtk3, gtk4, gnome shell, cinnamon...

View File

@ -3409,6 +3409,11 @@ colorchooser .popover.osd:backdrop {
border-color: #2d2e6a;
}
window > grid {
margin-left: 1px;
margin-right: 1px;
}
.background.popup, .background.tooltip, .background.messagedialog {
border-radius: 10px;
}