|
PatchworkOS
|
ANSI colors. More...
#include <theme.h>
Data Fields | |
| pixel_t | normal [THEME_ANSI_COLOR_COUNT] |
| pixel_t | bright [THEME_ANSI_COLOR_COUNT] |
| pixel_t | dim [THEME_ANSI_COLOR_COUNT] |
| pixel_t theme_ansi_t::bright[THEME_ANSI_COLOR_COUNT] |
Definition at line 61 of file theme.h.
Referenced by terminal_procedure(), terminal_scroll(), ternminal_execute_ansi(), and theme_lazy_load().
| pixel_t theme_ansi_t::dim[THEME_ANSI_COLOR_COUNT] |
Definition at line 62 of file theme.h.
Referenced by theme_lazy_load().
| pixel_t theme_ansi_t::normal[THEME_ANSI_COLOR_COUNT] |
Definition at line 60 of file theme.h.
Referenced by terminal_procedure(), terminal_scroll(), ternminal_execute_ansi(), and theme_lazy_load().