[Bf-blender-cvs] [275218b2053] master: Theme: tweak source list background color for animation editors.

Pablo Vazquez noreply at git.blender.org
Wed May 8 18:10:10 CEST 2019


Commit: 275218b2053f37d34f1e07d0af0d1bd809bdb42a
Author: Pablo Vazquez
Date:   Wed May 8 17:24:48 2019 +0200
Branches: master
https://developer.blender.org/rB275218b2053f37d34f1e07d0af0d1bd809bdb42a

Theme: tweak source list background color for animation editors.

Helps to avoid blending with the timeline out-of-range area, match region
background and scrubbing area as well.

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

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 0341331fb12..ec0b49c2d65 100644
--- a/release/datafiles/userdef/userdef_default_theme.c
+++ b/release/datafiles/userdef/userdef_default_theme.c
@@ -406,11 +406,11 @@ const bTheme U_theme_default = {
     .tab_inactive = RGBA(0x2b2b2bff),
     .tab_back = RGBA(0x232323ff),
     .tab_outline = RGBA(0x232323ff),
-    .button = RGBA(0x424242ff),
+    .button = RGBA(0x282828ff),
     .button_title = RGBA(0xffffffff),
     .button_text = RGBA(0xe5e5e5ff),
     .button_text_hi = RGBA(0xffffffff),
-    .list = RGBA(0x333333ff),
+    .list = RGBA(0x282828ff),
     .list_title = RGBA(0xffffffff),
     .list_text = RGBA(0xb8b8b8ff),
     .list_text_hi = RGBA(0xffffffff),
@@ -427,7 +427,7 @@ const bTheme U_theme_default = {
     .vertex = RGBA(0x000000ff),
     .vertex_select = RGBA(0xff8500ff),
     .cframe = RGBA(0x5680c2ff),
-    .scrubbing_background = RGBA(0x29292999),
+    .scrubbing_background = RGBA(0x292929e6),
     .lastsel_point = RGBA(0xffffffff),
     .handle_auto = RGBA(0x909000ff),
     .handle_vect = RGBA(0x409030ff),
@@ -492,11 +492,11 @@ const bTheme U_theme_default = {
     .tab_inactive = RGBA(0x2b2b2bff),
     .tab_back = RGBA(0x232323ff),
     .tab_outline = RGBA(0x232323ff),
-    .button = RGBA(0x424242ff),
+    .button = RGBA(0x282828ff),
     .button_title = RGBA(0xffffffff),
     .button_text = RGBA(0xe5e5e5ff),
     .button_text_hi = RGBA(0xffffffff),
-    .list = RGBA(0x333333ff),
+    .list = RGBA(0x282828ff),
     .list_title = RGBA(0xffffffff),
     .list_text = RGBA(0xb8b8b8ff),
     .list_text_hi = RGBA(0xffffffff),
@@ -514,7 +514,7 @@ const bTheme U_theme_default = {
     .strip = RGBA(0x1a151580),
     .strip_select = RGBA(0xff8c00cc),
     .cframe = RGBA(0x5680c2ff),
-    .scrubbing_background = RGBA(0x29292999),
+    .scrubbing_background = RGBA(0x292929e6),
     .ds_channel = RGBA(0x0f2c4d24),
     .ds_subchannel = RGBA(0x143e6624),
     .ds_ipoline = RGBA(0x94e575cc),
@@ -550,11 +550,11 @@ const bTheme U_theme_default = {
     .tab_inactive = RGBA(0x2b2b2bff),
     .tab_back = RGBA(0x232323ff),
     .tab_outline = RGBA(0x232323ff),
-    .button = RGBA(0x424242ff),
+    .button = RGBA(0x282828ff),
     .button_title = RGBA(0xffffffff),
     .button_text = RGBA(0xe5e5e5ff),
     .button_text_hi = RGBA(0xffffffff),
-    .list = RGBA(0x333333ff),
+    .list = RGBA(0x282828ff),
     .list_title = RGBA(0xffffffff),
     .list_text = RGBA(0xb8b8b8ff),
     .list_text_hi = RGBA(0xccccccff),
@@ -568,7 +568,7 @@ const bTheme U_theme_default = {
     .strip = RGBA(0x0c0a0a80),
     .strip_select = RGBA(0xff8c00ff),
     .cframe = RGBA(0x5680c2ff),
-    .scrubbing_background = RGBA(0x29292999),
+    .scrubbing_background = RGBA(0x292929e6),
     .ds_channel = RGBA(0x5a85b2ff),
     .ds_subchannel = RGBA(0x7d98b3ff),
     .keyborder = RGBA(0x000000ff),
@@ -615,7 +615,7 @@ const bTheme U_theme_default = {
     .vertex_select = RGBA(0xff8500ff),
     .bone_pose = RGBA(0x50c8ff50),
     .cframe = RGBA(0x5680c2ff),
-    .scrubbing_background = RGBA(0x29292999),
+    .scrubbing_background = RGBA(0x292929e6),
     .vertex_size = 3,
     .outline_width = 1,
     .facedot_size = 4,
@@ -765,7 +765,7 @@ const bTheme U_theme_default = {
     .button_title = RGBA(0xffffffff),
     .button_text = RGBA(0xe5e5e5ff),
     .button_text_hi = RGBA(0xffffffff),
-    .list = RGBA(0x2e2e2eff),
+    .list = RGBA(0x282828ff),
     .list_title = RGBA(0xffffffff),
     .list_text = RGBA(0xccccccff),
     .list_text_hi = RGBA(0xffffffff),
@@ -878,7 +878,7 @@ const bTheme U_theme_default = {
     .button_title = RGBA(0xffffffff),
     .button_text = RGBA(0xe5e5e5ff),
     .button_text_hi = RGBA(0xffffffff),
-    .list = RGBA(0x666666ff),
+    .list = RGBA(0x282828ff),
     .list_text = RGBA(0x000000ff),
     .list_text_hi = RGBA(0xffffffff),
     .panelcolors = {
@@ -889,7 +889,7 @@ const bTheme U_theme_default = {
     .strip = RGBA(0x0c0a0a80),
     .strip_select = RGBA(0xff8c00ff),
     .cframe = RGBA(0x5680c2ff),
-    .scrubbing_background = RGBA(0x29292999),
+    .scrubbing_background = RGBA(0x292929e6),
     .handle_auto = RGBA(0x909000ff),
     .handle_align = RGBA(0x803060ff),
     .handle_sel_auto = RGBA(0xf0ff40ff),



More information about the Bf-blender-cvs mailing list