Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-01-23 04:44:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-23 04:48:36 +0400
commit80af3d685773d58dbe73dc697658ddf93e81b0b7 (patch)
tree10ee5d92f370c0a0206ae2bbe346b61f08da4597 /source/blender/makesdna/DNA_userdef_types.h
parent4b820fb673319989026433f284e11671885757c0 (diff)
Tab theme colors
patch D234 from Jonathan Williamson with edits - de-duplicate rna_def_userdef_theme_space_gradient and rna_def_userdef_theme_space_generic - ui_theme_init_new_do now always sets theme settings (no need to test), used by bpy.ops.ui.reset_default_theme()
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 864cc8170d6..dca007f83ec 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -154,6 +154,7 @@ typedef struct uiGradientColors {
char high_gradient[4];
int show_grad;
int pad2;
+
} uiGradientColors;
typedef struct ThemeUI {
@@ -197,6 +198,12 @@ typedef struct ThemeSpace {
char header_text[4];
char header_text_hi[4];
+ /* region tabs */
+ char tab_active[4];
+ char tab_inactive[4];
+ char tab_back[4];
+ char tab_outline[4];
+
/* button/tool regions */
char button[4]; /* region background */
char button_title[4]; /* panel title */