This commit is contained in:
parent
d1f97c0fa4
commit
6b94ac5db9
8 changed files with 142 additions and 22 deletions
|
|
@ -32,6 +32,16 @@ MWDECL const char* MwDefaultSubBackground;
|
|||
*/
|
||||
MWDECL const char* MwDefaultSubForeground;
|
||||
|
||||
/*!
|
||||
* @brief Default title background color
|
||||
*/
|
||||
MWDECL const char* MwDefaultTitleBackground;
|
||||
|
||||
/*!
|
||||
* @brief Default title foreground color
|
||||
*/
|
||||
MWDECL const char* MwDefaultTitleForeground;
|
||||
|
||||
/*!
|
||||
* @brief Default dark theme background color
|
||||
*/
|
||||
|
|
@ -52,6 +62,16 @@ MWDECL const char* MwDefaultDarkSubBackground;
|
|||
*/
|
||||
MWDECL const char* MwDefaultDarkSubForeground;
|
||||
|
||||
/*!
|
||||
* @brief Default dark theme title background color
|
||||
*/
|
||||
MWDECL const char* MwDefaultDarkTitleBackground;
|
||||
|
||||
/*!
|
||||
* @brief Default dark theme title foreground color
|
||||
*/
|
||||
MWDECL const char* MwDefaultDarkTitleForeground;
|
||||
|
||||
/*!
|
||||
* @brief Default shadow difference
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue