40 GNT_COLOR_HIGHLIGHT_D,
41 GNT_COLOR_TEXT_NORMAL,
42 GNT_COLOR_TEXT_INACTIVE,
74 #if GLIB_CHECK_VERSION(2,6,0) 80 void gnt_colors_parse(GKeyFile *kfile);
87 void gnt_color_pairs_parse(GKeyFile *kfile);
98 int gnt_colors_get_color(
char *key);
void gnt_uninit_colors(void)
Uninitialize the colors.
GntColorType
Different classes of colors.
int gnt_color_add_pair(int fg, int bg)
Adds a color definition.
void gnt_init_colors(void)
Initialize the colors.
int gnt_color_pair(int color)
Return the appropriate character attribute for a specified color.