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:
authorHans Goudey <h.goudey@me.com>2020-06-02 22:04:46 +0300
committerHans Goudey <h.goudey@me.com>2020-06-02 22:04:46 +0300
commit7fc0053c27e5e9ba3cc946898c7c11a8545f2777 (patch)
tree2be364f15efc57df1d4df0028a89b41c118ca314 /release/datafiles
parent52cc412e0f56f249d932e1025ea191939c1a6edb (diff)
UI: Fix T77173: Report Background Colors for 2.83 Release
This is a temporary solution for T77173 for the 2.83 release. D7203 provides a more long term solution for future releases. This adds theme colors for the three report backgrounds, setting them to the color used in 2.82. A separate commit in the addons repository will follow for changes to the bundled themes. Differential Revision: https://developer.blender.org/D7908
Diffstat (limited to 'release/datafiles')
-rw-r--r--release/datafiles/userdef/userdef_default_theme.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/datafiles/userdef/userdef_default_theme.c b/release/datafiles/userdef/userdef_default_theme.c
index de3583db2bb..d864c004b4f 100644
--- a/release/datafiles/userdef/userdef_default_theme.c
+++ b/release/datafiles/userdef/userdef_default_theme.c
@@ -496,6 +496,9 @@ const bTheme U_theme_default = {
.info_property_text = RGBA(0xffffffff),
.info_operator = RGBA(0x3ace87ff),
.info_operator_text = RGBA(0xffffffff),
+ .info_report_error = RGBA(0x990000ff),
+ .info_report_warning = RGBA(0xb36a00ff),
+ .info_report_info = RGBA(0x1d4383ff),
},
.space_action = {
.back = RGBA(0x42424200),