Re: [Evolution] Evolution 3.2.3 Calendar: Configure one-month view ?



On Mon, 2013-02-18 at 10:42 +0100, amissinglink gmx de wrote:
thanks for the quick answer. The background shading slightly varies
here as well. Apart from that, you don't know of any files to alter
(without having to (re)code) to achieve my goal?

        Hi,
unfortunately not, I'm sorry. I checked the code and here are the colors
it picks from GtkStyle context [1]:
        week_view->colors[E_WEEK_VIEW_COLOR_EVEN_MONTHS] = style->base[GTK_STATE_INSENSITIVE];
        week_view->colors[E_WEEK_VIEW_COLOR_ODD_MONTHS] = style->base[GTK_STATE_NORMAL];

Where these come from, while they may come from some .css file
in gtk+ 3.x, I do not have any idea. If you find the place for this,
then you can try to tweak colors for EWeekView widget.
        Bye,
        Milan

[1] http://git.gnome.org/browse/evolution/tree/calendar/gui/e-week-view.c?h=gnome-3-6#n977



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]