You are not logged in.
Hi everybody,
Here I am today to ask you something about theming.
I'm trying to launch geany (1.27) with a different theme than the one using in general.
So I've created a desktop file in ~/.local/share/applications/ with this command to start it
Exec=env GTK2_RC_FILES="/home/martus/.themes/Mod-elementary-dark/gtk-2.0/gtkrc" geany %F
Mod-Elementary-dark is the elementary Dark theme, but I changed the name when I copied it in .themes.
Which give this
Which is not what should give this Theme, Here what geany look like if I change it from settings/Appearance
It seems like the theme not loading entirely....
What to do to get theme applied properly??
Thank you for your time.
Last edited by moooartin (2017-05-08 10:27:52)
Offline
Ok i found the solution by just adding a missing line in my theme gtkrc file
It was missing a config line about "GtkTreeView"
GtkTreeView::odd_row_color = shade(0.98, @base_color)
so now I'm all good about having geany with a dark theme.
Last edited by moooartin (2017-05-08 10:27:22)
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 516.01 KiB (Peak: 530.73 KiB) ]