#ifndef UTILITY_H #define UTILITY_H int hex_to_int(char c); char *get_theme(const char *default_theme); #endif