|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include "internal.h"#include <libpatchwork/config.h>#include <libpatchwork/theme.h>#include <stdbool.h>#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Functions | |
| static void | theme_colors_load (config_t *config, const char *section, theme_color_set_t *dest) |
| static void | theme_lazy_load (void) |
| theme_t * | theme_global_get (void) |
| Get the global theme. | |
Variables | |
| static bool | isLoaded = false |
| static theme_t | theme = {0} |
|
static |
|
static |