X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fgtk-chart-colors.c;h=4e039960c7a1d640c58b2d04e44b5d410ec499a7;hp=d7ce7d80cb1e52051123fae1696611069a509f02;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=b84403141a4c3a32a594800eb3fcabdc856461f8 diff --git a/src/gtk-chart-colors.c b/src/gtk-chart-colors.c index d7ce7d8..4e03996 100644 --- a/src/gtk-chart-colors.c +++ b/src/gtk-chart-colors.c @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2017 Maxime DOYEN + * Copyright (C) 1995-2018 Maxime DOYEN * * This file is part of HomeBank. * @@ -29,7 +29,7 @@ char *chart_colors[] = "Quicken", "Office 2010", "Office 2013", - "Analytics", + "Analytics", "YNAB", NULL }; @@ -46,7 +46,7 @@ struct rgbcol ynab_colors[] = { 167, 209, 195 }, { 51, 177, 191 }, { 214, 227, 99 }, - //{ 242, 219, 64 }, // added color + //{ 246, 166, 209 }, // added color { 131, 131, 131 }, // others }; int ynab_nbcolors = G_N_ELEMENTS(ynab_colors); @@ -404,6 +404,7 @@ void colorscheme_init(GtkColorScheme *scheme, gint index) case CHART_COLMAP_YNAB: scheme->colors = ynab_colors; scheme->nb_cols = ynab_nbcolors; + scheme->cs_blue = 3; scheme->cs_green = 5; scheme->cs_red = 0; scheme->cs_orange = 1;