|
PatchworkOS
966e257
A non-POSIX operating system.
|
Theme structure. More...
#include <theme.h>
Data Fields | |
| theme_color_set_t | button |
| theme_color_set_t | view |
| theme_color_set_t | element |
| theme_color_set_t | panel |
| theme_color_set_t | deco |
| char | wallpaper [MAX_PATH] |
| char | fontsDir [MAX_PATH] |
| char | cursorArrow [MAX_PATH] |
| char | defaultFont [MAX_PATH] |
| char | iconClose [MAX_PATH] |
| char | iconMinimize [MAX_PATH] |
| int64_t | frameSize |
| int64_t | bezelSize |
| int64_t | titlebarSize |
| int64_t | panelSize |
| int64_t | bigPadding |
| int64_t | smallPadding |
| int64_t | separatorSize |
| theme_ansi_t | ansi |
| uint8_t | reserved [512] |
Theme structure.
This structure holds all theme related information.
| theme_color_set_t theme_t::button |
| theme_color_set_t theme_t::view |
| theme_color_set_t theme_t::element |
| theme_color_set_t theme_t::panel |
| theme_color_set_t theme_t::deco |
| theme_ansi_t theme_t::ansi |