PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
theme_ansi_t Struct Reference

ANSI colors. More...

#include <theme.h>

Collaboration diagram for theme_ansi_t:

Data Fields

pixel_t normal [THEME_ANSI_COLOR_COUNT]
 
pixel_t bright [THEME_ANSI_COLOR_COUNT]
 
pixel_t dim [THEME_ANSI_COLOR_COUNT]
 

Detailed Description

ANSI colors.

Definition at line 58 of file theme.h.

Field Documentation

◆ normal

pixel_t theme_ansi_t::normal[THEME_ANSI_COLOR_COUNT]

Definition at line 60 of file theme.h.

◆ bright

pixel_t theme_ansi_t::bright[THEME_ANSI_COLOR_COUNT]

Definition at line 61 of file theme.h.

◆ dim

pixel_t theme_ansi_t::dim[THEME_ANSI_COLOR_COUNT]

Definition at line 62 of file theme.h.


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