wlmaker
|
#include <config.h>
Public Attributes | |
uint32_t | window_margin_color |
uint32_t | window_margin_width |
wlmtk_style_fill_t | tile_fill |
wlmtk_style_fill_t | iconified_title_fill |
uint32_t | iconified_title_color |
wlmtk_style_fill_t | menu_fill |
uint32_t | menu_margin_color |
uint32_t | menu_margin_width |
uint32_t | menu_padding_width |
wlmtk_style_fill_t | menu_item_enabled_fill |
uint32_t | menu_item_enabled_text_color |
wlmtk_style_fill_t | menu_item_selected_fill |
uint32_t | menu_item_selected_text_color |
wlmtk_style_fill_t | task_list_fill |
uint32_t | task_list_text_color |
The theme.
uint32_t wlmaker_config_theme_t::iconified_title_color |
Color of the iconified's title.
wlmtk_style_fill_t wlmaker_config_theme_t::iconified_title_fill |
File style of the title element of an iconified.
wlmtk_style_fill_t wlmaker_config_theme_t::menu_fill |
Fill style of the menu's background.
wlmtk_style_fill_t wlmaker_config_theme_t::menu_item_enabled_fill |
Fill style of a menu item when enabled.
uint32_t wlmaker_config_theme_t::menu_item_enabled_text_color |
Text color of menu item when enabled.
wlmtk_style_fill_t wlmaker_config_theme_t::menu_item_selected_fill |
Fill style of a menu item when selected.
uint32_t wlmaker_config_theme_t::menu_item_selected_text_color |
Text color of menu item when selected.
uint32_t wlmaker_config_theme_t::menu_margin_color |
Color of the menu's margin and padding.
uint32_t wlmaker_config_theme_t::menu_margin_width |
Width of the menu's margin.
uint32_t wlmaker_config_theme_t::menu_padding_width |
Width of the paddin between menu elements. In `menu_margin_color.
wlmtk_style_fill_t wlmaker_config_theme_t::task_list_fill |
Fill style of the task list.
uint32_t wlmaker_config_theme_t::task_list_text_color |
Color of the text describing tasks in the task list.
wlmtk_style_fill_t wlmaker_config_theme_t::tile_fill |
Fill style of a tile.
uint32_t wlmaker_config_theme_t::window_margin_color |
Color of the window margin.
uint32_t wlmaker_config_theme_t::window_margin_width |
Width of the window margin, in pixels.