On Thu, Nov 28, 2013 at 11:56 AM, Lex Trotman <elextr@gmail.com> wrote:

Geany adds installdir/geany.gtkrc last on the normal list of rc files GTK reads.  So any normal gtk rc file can overload it, eg ~/.gtkrc-2.0.

Cheers
Lex
 
I added:
 # document status colors
style "geany-document-status-changed-style" {
fg[NORMAL] = "#00FF00"
fg[ACTIVE] = "#FF0000"
}
widget "*.geany-document-status-changed" style "geany-document-status-changed-style"

to my ~/.gtkrc-2.0 just to make things clear for me. 

Thanks for the advice.

AESouza