Way more easy then I initially thought – I was not aware that I can use CSS since it is the first time at all I work with GTK:
Add at the end of Tools > Configuration Files > geany.css:
/* make search dialogs transparent if out of focus */
#GeanyDialogSearch:backdrop {
background-color: transparent;
opacity: 0.6;
}
Note: opacity will only work together with background-color: transparent otherwise it will become black.
@elextr If I understand it correct, there is no need to implement it as feature, since it is easily possible due to GTK CSS styling. Should we then close this issue or link it to a specific "tutorial" page?
Example
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.