UI: Theme: Remove NavBar/Execution regions colors
Remove barely used theme settings for "Navigation Bar" and "Execution Region". These properties were only used in two areas, which already had a good candidate to be replaced with. Visually it should look exactly the same by default. Part of #135192, simplifying and cleaning up theme settings. See PR for details and screenshots. Pull Request: https://projects.blender.org/blender/blender/pulls/140352
This commit is contained in:
committed by
Pablo Vazquez
parent
d88d4cc8ce
commit
dd43eae0d3
@@ -285,8 +285,6 @@ const bTheme U_theme_default = {
|
||||
.button_title = RGBA(0xccccccff),
|
||||
.button_text = RGBA(0xccccccff),
|
||||
.button_text_hi = RGBA(0xffffffff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x1d1d1dff),
|
||||
.active = RGBA(0x4772b3ff),
|
||||
.vertex_size = 3,
|
||||
.outline_width = 1,
|
||||
@@ -307,8 +305,6 @@ const bTheme U_theme_default = {
|
||||
.button_title = RGBA(0xffffffff),
|
||||
.button_text = RGBA(0xccccccff),
|
||||
.button_text_hi = RGBA(0xffffffff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.grid = RGBA(0x54545480),
|
||||
.wire = RGBA(0x000000ff),
|
||||
.wire_edit = RGBA(0x000000ff),
|
||||
@@ -398,8 +394,6 @@ const bTheme U_theme_default = {
|
||||
.button_title = RGBA(0xffffffff),
|
||||
.button_text = RGBA(0xccccccff),
|
||||
.button_text_hi = RGBA(0xffffffff),
|
||||
.navigation_bar = RGBA(0x303030ff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.hilite = RGBA(0x4772b3ff),
|
||||
.vertex_size = 3,
|
||||
.outline_width = 1,
|
||||
@@ -423,8 +417,6 @@ const bTheme U_theme_default = {
|
||||
.list_title = RGBA(0xffffffff),
|
||||
.list_text = RGBA(0xb8b8b8ff),
|
||||
.list_text_hi = RGBA(0xffaf23ff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.shade1 = RGBA(0x96969600),
|
||||
.shade2 = RGBA(0x12121264),
|
||||
.grid = RGBA(0x1a1a1aff),
|
||||
@@ -468,8 +460,6 @@ const bTheme U_theme_default = {
|
||||
.button_title = RGBA(0xffffffff),
|
||||
.button_text = RGBA(0xccccccff),
|
||||
.button_text_hi = RGBA(0xffffffff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.vertex_size = 3,
|
||||
.outline_width = 1,
|
||||
.facedot_size = 4,
|
||||
@@ -502,8 +492,6 @@ const bTheme U_theme_default = {
|
||||
.list_title = RGBA(0xffffffff),
|
||||
.list_text = RGBA(0xb8b8b8ff),
|
||||
.list_text_hi = RGBA(0xffaf23ff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.shade1 = RGBA(0xc0c0c000),
|
||||
.shade2 = RGBA(0x1d1d1d99),
|
||||
.hilite = RGBA(0x60c04044),
|
||||
@@ -559,8 +547,6 @@ const bTheme U_theme_default = {
|
||||
.list_title = RGBA(0xffffffff),
|
||||
.list_text = RGBA(0xb8b8b8ff),
|
||||
.list_text_hi = RGBA(0xffaf23ff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.shade1 = RGBA(0x96969600),
|
||||
.grid = RGBA(0x2a2a2aff),
|
||||
.strip = RGBA(0x0d0d0d80),
|
||||
@@ -607,8 +593,6 @@ const bTheme U_theme_default = {
|
||||
.list_title = RGBA(0xffffffff),
|
||||
.list_text = RGBA(0xffffffff),
|
||||
.list_text_hi = RGBA(0xffffffff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.shade1 = RGBA(0xa0a0a000),
|
||||
.grid = RGBA(0x303030ff),
|
||||
.vertex_select = RGBA(0xff8500ff),
|
||||
@@ -670,8 +654,6 @@ const bTheme U_theme_default = {
|
||||
.button_title = RGBA(0xffffffff),
|
||||
.button_text = RGBA(0xccccccff),
|
||||
.button_text_hi = RGBA(0xffffffff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.grid = RGBA(0x303030ff),
|
||||
.wire_edit = RGBA(0xc0c0c0ff),
|
||||
.vertex_select = RGBA(0xff8500ff),
|
||||
@@ -719,8 +701,6 @@ const bTheme U_theme_default = {
|
||||
.button_title = RGBA(0xffffffff),
|
||||
.button_text = RGBA(0xccccccff),
|
||||
.button_text_hi = RGBA(0xffffffff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.shade2 = RGBA(0x4d4d4de6),
|
||||
.hilite = RGBA(0x71a8ffff),
|
||||
.grid = RGBA(0x1d1d1dff),
|
||||
@@ -750,8 +730,6 @@ const bTheme U_theme_default = {
|
||||
.button_title = RGBA(0xffffffff),
|
||||
.button_text = RGBA(0xccccccff),
|
||||
.button_text_hi = RGBA(0xffffffff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.active = RGBA(0x334d80ff),
|
||||
.vertex_size = 3,
|
||||
.outline_width = 1,
|
||||
@@ -780,8 +758,6 @@ const bTheme U_theme_default = {
|
||||
.list_title = RGBA(0xffffffff),
|
||||
.list_text = RGBA(0xb8b8b8ff),
|
||||
.list_text_hi = RGBA(0xffaf23ff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.shade2 = RGBA(0x7f7f7f64),
|
||||
.grid = RGBA(0x28282800),
|
||||
.wire = RGBA(0x1a1a1aff),
|
||||
@@ -830,13 +806,11 @@ const bTheme U_theme_default = {
|
||||
.header = RGBA(0x303030b3),
|
||||
.header_text = RGBA(0xeeeeeeff),
|
||||
.header_text_hi = RGBA(0xffffffff),
|
||||
.tab_back = RGBA(0x18181800),
|
||||
.button = RGBA(0x1d1d1dff),
|
||||
.tab_back = RGBA(0x30303000),
|
||||
.button = RGBA(0x303030ff),
|
||||
.button_title = RGBA(0xffffffff),
|
||||
.button_text = RGBA(0xccccccff),
|
||||
.button_text_hi = RGBA(0xffffffff),
|
||||
.navigation_bar = RGBA(0x303030ff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.vertex_size = 3,
|
||||
.outline_width = 1,
|
||||
.facedot_size = 4,
|
||||
@@ -854,8 +828,6 @@ const bTheme U_theme_default = {
|
||||
.button_title = RGBA(0xffffffff),
|
||||
.button_text = RGBA(0xccccccff),
|
||||
.button_text_hi = RGBA(0xffffffff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.console_output = RGBA(0x71a8ffff),
|
||||
.console_input = RGBA(0xf2f2f2ff),
|
||||
.console_info = RGBA(0x95d600ff),
|
||||
@@ -883,8 +855,6 @@ const bTheme U_theme_default = {
|
||||
.list_title = RGBA(0xffffff00),
|
||||
.list_text = RGBA(0xb8b8b8ff),
|
||||
.list_text_hi = RGBA(0xffaf23ff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.grid = RGBA(0x181818ff),
|
||||
.strip = RGBA(0xffffff80),
|
||||
.strip_select = RGBA(0xff8c00ff),
|
||||
@@ -929,8 +899,6 @@ const bTheme U_theme_default = {
|
||||
.button_title = RGBA(0xffffffff),
|
||||
.button_text = RGBA(0xccccccff),
|
||||
.button_text_hi = RGBA(0xffffffff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.vertex_size = 3,
|
||||
.outline_width = 1,
|
||||
.facedot_size = 4,
|
||||
@@ -948,8 +916,6 @@ const bTheme U_theme_default = {
|
||||
.button = RGBA(0x30303000),
|
||||
.button_text = RGBA(0xcccccc00),
|
||||
.button_text_hi = RGBA(0xffffffff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.vertex_size = 3,
|
||||
.outline_width = 1,
|
||||
.facedot_size = 4,
|
||||
@@ -972,8 +938,6 @@ const bTheme U_theme_default = {
|
||||
.list_title = RGBA(0xc3c3c3ff),
|
||||
.list_text = RGBA(0xb8b8b8ff),
|
||||
.list_text_hi = RGBA(0xffaf23ff),
|
||||
.navigation_bar = RGBA(0x1d1d1dff),
|
||||
.execution_buts = RGBA(0x303030ff),
|
||||
.hilite = RGBA(0x80808080),
|
||||
.active = RGBA(0x3b5689ff),
|
||||
.vertex_size = 3,
|
||||
|
||||
Reference in New Issue
Block a user