Paraslash Audio Streaming | |
About News Download Documentation Development |
Theme definition. More...
#include <gui.h>
Data Fields | |
const char * | name |
Printed at startup. More... | |
const char * | author |
Also printed at startup. More... | |
char | sep_char |
The character for the separator line. More... | |
struct gui_color_spec | dflt |
Default color, see assume_default_colors(3). More... | |
int | top_lines_default |
Default number of lines of the top window. More... | |
int | top_lines_min |
Minimal admissible number of lines to display the top window. More... | |
int | lines_min |
Minimal admissible number of lines to display this theme. More... | |
int | cols_min |
Minimal admissible number of columns to display this theme. More... | |
struct stat_item_data | data [NUM_STAT_ITEMS] |
Individual status item properties. More... | |
struct gui_color_spec | sb |
Color of the status bar. More... | |
struct gui_color_spec | cmd |
Color of the name and args of the executing process. More... | |
struct gui_color_spec | output |
Color for stdout of the executing process. More... | |
struct gui_color_spec | msg |
Color for log messages of moderate severity. More... | |
struct gui_color_spec | err_msg |
Color for severe log messages. More... | |
struct gui_color_spec | sep |
Color for the separator line. More... | |
Theme definition.
const char* name |
Printed at startup.
const char* author |
Also printed at startup.
char sep_char |
The character for the separator line.
struct gui_color_spec dflt |
Default color, see assume_default_colors(3).
int top_lines_default |
Default number of lines of the top window.
int top_lines_min |
Minimal admissible number of lines to display the top window.
int lines_min |
Minimal admissible number of lines to display this theme.
int cols_min |
Minimal admissible number of columns to display this theme.
struct stat_item_data data[NUM_STAT_ITEMS] |
Individual status item properties.
struct gui_color_spec sb |
Color of the status bar.
struct gui_color_spec cmd |
Color of the name and args of the executing process.
struct gui_color_spec output |
Color for stdout of the executing process.
struct gui_color_spec msg |
Color for log messages of moderate severity.
struct gui_color_spec err_msg |
Color for severe log messages.
struct gui_color_spec sep |
Color for the separator line.