paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
gui_theme Struct Reference

Data Fields

const char * name
 
const char * author
 
char sep_char
 
struct gui_color_spec dflt
 
int top_lines_default
 
int top_lines_min
 
int lines_min
 
int cols_min
 
struct stat_item_data data [NUM_STAT_ITEMS]
 
struct gui_color_spec sb
 
struct gui_color_spec cmd
 
struct gui_color_spec output
 
struct gui_color_spec msg
 
struct gui_color_spec err_msg
 
struct gui_color_spec sep
 

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: