PatchworkOS
Loading...
Searching...
No Matches
theme.c File Reference
#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_ttheme_global_get (void)
 Get the global theme.
 

Variables

static bool isLoaded = false
 
static theme_t theme = {0}
 

Function Documentation

◆ theme_colors_load()

◆ theme_lazy_load()

Variable Documentation

◆ isLoaded

bool isLoaded = false
static

Definition at line 11 of file theme.c.

Referenced by theme_lazy_load().

◆ theme