paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
gui_theme Struct Reference

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...
 

Detailed Description

Theme definition.

Field Documentation

◆ name

const char* name

Printed at startup.

◆ author

const char* author

Also printed at startup.

◆ sep_char

char sep_char

The character for the separator line.

◆ dflt

struct gui_color_spec dflt

Default color, see assume_default_colors(3).

◆ top_lines_default

int top_lines_default

Default number of lines of the top window.

◆ top_lines_min

int top_lines_min

Minimal admissible number of lines to display the top window.

◆ lines_min

int lines_min

Minimal admissible number of lines to display this theme.

◆ cols_min

int cols_min

Minimal admissible number of columns to display this theme.

◆ data

struct stat_item_data data[NUM_STAT_ITEMS]

Individual status item properties.

◆ sb

struct gui_color_spec sb

Color of the status bar.

◆ cmd

struct gui_color_spec cmd

Color of the name and args of the executing process.

◆ output

struct gui_color_spec output

Color for stdout of the executing process.

◆ msg

struct gui_color_spec msg

Color for log messages of moderate severity.

◆ err_msg

struct gui_color_spec err_msg

Color for severe log messages.

◆ sep

struct gui_color_spec sep

Color for the separator line.


The documentation for this struct was generated from the following file: