|
PatchworkOS
|
Theme. More...
Data Structures | |
| struct | theme_color_set_t |
| struct | theme_ansi_t |
| ANSI colors. More... | |
| struct | theme_t |
| Theme structure. More... | |
Macros | |
| #define | THEME_COLOR_INVALID 0xFFFF00FF |
| Invalid color constant. | |
| #define | THEME_ANSI_COLOR_COUNT 8 |
| Number of ANSI colors. | |
Functions | |
| theme_t * | theme_global_get (void) |
| Get the global theme. | |
Theme.
| #define THEME_COLOR_INVALID 0xFFFF00FF |
| theme_t * theme_global_get | ( | void | ) |
Get the global theme.
Will potentially load the theme if it is not already loaded.
Definition at line 97 of file theme.c.
References theme, and theme_lazy_load().
Referenced by element_new_raw(), font_new(), main(), start_menu_load_entries(), start_menu_new(), taskbar_new(), terminal_pixel_height(), terminal_pixel_width(), and window_new().