[Github-comments] [geany/geany] custom color scheme for geany gtk (#1833)

saibal notifications at xxxxx
Sun Apr 22 16:38:05 UTC 2018


Ok, finally solve with the help of Gtk Inspector. With these rules you can customize a dark theme for sidebar and dialogs (I didn't want to customize entire interface):

#GeanyDialog GtkButton,
#GeanyDialog GtkButton GtkLabel,
#GeanyDialog GtkButton GtkImage,
#GeanyDialog GtkWidget GtkEntry,
#GeanyDialog GtkWidget GtkButton
{
    background: #f0f0f0;
    color: #000;
}

#GeanyDialogSearch,
#GeanyDialog,
GtkTreeView 
{
    background: #1e1e1e;
    color: #fff;
}

#GeanyDialog GtkWidget
{
	background: transparent;
}

GtkTreeView:hover,
GtkTreeView:insensitive,
GtkTreeView:active {
    background: #666;
}

GtkTreeView:selected {
	background-color: #2F5692;
  	color: #fff;
}



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1833#issuecomment-383394572
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180422/e7d3984d/attachment.html>


More information about the Github-comments mailing list