Move document status color definition to the gtkrc file
commit36581d6638236768e3ba00b1da2c15e795bc95f3
authorColomban Wendling <ban@herbesfolles.org>
Mon, 11 Feb 2013 02:31:05 +0000 (11 03:31 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Mon, 11 Feb 2013 03:46:40 +0000 (11 04:46 +0100)
treeea41d74b7c9c0c574c07f29bdaf4ccdd9a81f987
parent23ef01ede828ffd565ff1acf6a025fb193deb591
Move document status color definition to the gtkrc file

This allows for users to change the colors if needed (may be useful
with some themes or color blind persons).

On the sidebar, only the color is applied for now.  This is because
it is not possible to style cell renderers through RC files, all having
to be done in the code;  so currently only the color is applied.
data/geany.gtkrc
src/document.c
src/document.h
src/ui_utils.c