[Bf-blender-cvs] [878b09562cd] blender2.8: Error in last commit

Campbell Barton noreply at git.blender.org
Mon Jul 2 16:56:36 CEST 2018


Commit: 878b09562cd5617dea32dbc354ebb484def99f8b
Author: Campbell Barton
Date:   Mon Jul 2 16:52:08 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB878b09562cd5617dea32dbc354ebb484def99f8b

Error in last commit

===================================================================

M	release/datafiles/userdef/userdef_default_theme.c

===================================================================

diff --git a/release/datafiles/userdef/userdef_default_theme.c b/release/datafiles/userdef/userdef_default_theme.c
index 6fc55f07a91..53c0cec053a 100644
--- a/release/datafiles/userdef/userdef_default_theme.c
+++ b/release/datafiles/userdef/userdef_default_theme.c
@@ -300,8 +300,8 @@ const bTheme U_theme_default = {
 		},
 		.grid = RGBA(0x1f1f23ff),
 		.view_overlay = RGBA(0x80808000),
-		.wire_edit = RGBA(0x11111100),
-		.select = RGBA(0xed570000),
+		.wire_edit = RGBA(0x111111ff),
+		.select = RGBA(0xed5700ff),
 		.lamp = RGBA(0x9f986e33),
 		.speaker = RGBA(0xb6b6b6ff),
 		.empty = RGBA(0xb6b6b6ff),
@@ -364,7 +364,7 @@ const bTheme U_theme_default = {
 		.text = RGBA(0xffffffff),
 		.text_hi = RGBA(0xffffffff),
 		.header = RGBA(0x29282eff),
-		.header_text = RGBA(0xeeeeee00),
+		.header_text = RGBA(0xeeeeeeff),
 		.header_text_hi = RGBA(0xffffffff),
 		.tab_active = RGBA(0x43444bff),
 		.tab_inactive = RGBA(0x323239ff),
@@ -392,7 +392,7 @@ const bTheme U_theme_default = {
 		.text = RGBA(0xffffffff),
 		.text_hi = RGBA(0xffffffff),
 		.header = RGBA(0x29282eff),
-		.header_text = RGBA(0xeeeeee00),
+		.header_text = RGBA(0xeeeeeeff),
 		.header_text_hi = RGBA(0xffffffff),
 		.tab_active = RGBA(0x43444bff),
 		.tab_inactive = RGBA(0x323239ff),
@@ -501,12 +501,12 @@ const bTheme U_theme_default = {
 			.show_back = 1,
 		},
 		.shade1 = RGBA(0xc0c0c000),
-		.shade2 = RGBA(0x707070ff),
+		.shade2 = RGBA(0x70707064),
 		.hilite = RGBA(0x60c040ff),
 		.grid = RGBA(0x17171aff),
 		.group = RGBA(0x278c0eff),
 		.group_active = RGBA(0x4eb335ff),
-		.strip = RGBA(0x1a1515ff),
+		.strip = RGBA(0x1a151580),
 		.strip_select = RGBA(0xff8c00ff),
 		.cframe = RGBA(0x308837ff),
 		.ds_channel = RGBA(0x2e6399ff),
@@ -534,7 +534,7 @@ const bTheme U_theme_default = {
 		.text = RGBA(0xffffffff),
 		.text_hi = RGBA(0xffffffff),
 		.header = RGBA(0x29282eff),
-		.header_text = RGBA(0xeeeeee00),
+		.header_text = RGBA(0xeeeeeeff),
 		.header_text_hi = RGBA(0xffffffff),
 		.tab_active = RGBA(0x43444bff),
 		.tab_inactive = RGBA(0x323239ff),
@@ -557,7 +557,7 @@ const bTheme U_theme_default = {
 		},
 		.shade1 = RGBA(0x96969600),
 		.grid = RGBA(0x5e5e5eff),
-		.strip = RGBA(0x0c0a0aff),
+		.strip = RGBA(0x0c0a0a80),
 		.strip_select = RGBA(0xff8c00ff),
 		.cframe = RGBA(0x308837ff),
 		.keyborder = RGBA(0x000000ff),
@@ -583,7 +583,7 @@ const bTheme U_theme_default = {
 		.text = RGBA(0xffffffff),
 		.text_hi = RGBA(0xffffffff),
 		.header = RGBA(0x3a3c42ff),
-		.header_text = RGBA(0xeeeeee00),
+		.header_text = RGBA(0xeeeeeeff),
 		.header_text_hi = RGBA(0xffffffff),
 		.tab_active = RGBA(0x43444bff),
 		.tab_inactive = RGBA(0x323239ff),
@@ -603,7 +603,7 @@ const bTheme U_theme_default = {
 		.shade1 = RGBA(0xa0a0a000),
 		.grid = RGBA(0x404040ff),
 		.vertex_select = RGBA(0xff8500ff),
-		.bone_pose = RGBA(0x50c8ffff),
+		.bone_pose = RGBA(0x50c8ff50),
 		.cframe = RGBA(0x308837ff),
 		.vertex_size = 3,
 		.outline_width = 1,



More information about the Bf-blender-cvs mailing list