2 * Copyright (C) 2007-2009 Andre Noll <maan@systemlinux.org>
4 * Licensed under the GPL v2. For licencing details see COPYING.
7 /** \file gui.h symbols used by gui and gui_theme */
9 struct stat_item_data
{
10 const char *prefix
, *postfix
;
20 int output_fg
, output_bg
;
22 int err_msg_fg
, err_msg_bg
;
23 int welcome_fg
, welcome_bg
;
26 int default_fg
, default_bg
;
28 int top_lines_default
, top_lines_min
;
29 int lines_min
, cols_min
;
30 struct stat_item_data data
[NUM_STAT_ITEMS
];
33 void init_theme(int i
, struct gui_theme
*);
34 void next_theme(struct gui_theme
*);
35 void prev_theme(struct gui_theme
*);