]> Dogcows Code - chaz/homebank/blobdiff - src/gtk-chart-colors.h
import homebank-5.1.7
[chaz/homebank] / src / gtk-chart-colors.h
index 1fa7b2d0dba5618f58d7b837aa6f88208c853c56..a7450b1a025d8b37d4a3b7d8472d9705e1e52596 100644 (file)
@@ -1,5 +1,5 @@
 /*  HomeBank -- Free, easy, personal accounting for everyone.
- *  Copyright (C) 1995-2016 Maxime DOYEN
+ *  Copyright (C) 1995-2018 Maxime DOYEN
  *
  *  This file is part of HomeBank.
  *
@@ -23,6 +23,8 @@
 #include <cairo.h>
 
 #define MASKCOL 255
+//#define MASKCOL 000
+
 #define COLTO16(col8) ( (col8 | col8<<8 ) )
 #define COLTOOVER(col8) ( (col8 + MASKCOL) / 2 )
 
@@ -72,12 +74,14 @@ enum colmap
        CHART_COLMAP_OFFICE2010,
        CHART_COLMAP_OFFICE2013,
        CHART_COLMAP_ANALYTICS,
+       CHART_COLMAP_YNAB,
 };
 
 enum {
        CHART_FONT_SIZE_TITLE,
        CHART_FONT_SIZE_SUBTITLE,
-       CHART_FONT_SIZE_NORMAL
+       CHART_FONT_SIZE_NORMAL,
+       CHART_FONT_SIZE_SMALL
 };
 
 
@@ -91,6 +95,7 @@ extern struct rgbcol office2010_colors[];
 extern struct rgbcol office2013_colors[];
 extern struct rgbcol sap_colors[];
 extern struct rgbcol homebank_colors[];
+extern struct rgbcol ynab_colors[];
 
 extern int money_nbcolors;
 extern int quicken_nbcolors;
@@ -99,6 +104,7 @@ extern int office2010_nbcolors;
 extern int office2013_nbcolors;
 extern int sap_nbcolors;
 extern int homebank_nbcolors;
+extern int ynab_nbcolors;
 
 void chart_color_global_default(void);
 
@@ -108,4 +114,4 @@ void cairo_user_set_rgbcol_over(cairo_t *cr, struct rgbcol *col, gboolean over);
 
 void colorscheme_init(GtkColorScheme *scheme, gint index);
 
-#endif /* __GTK_COLORS_H__ */
\ No newline at end of file
+#endif /* __GTK_COLORS_H__ */
This page took 0.017652 seconds and 4 git commands to generate.