Cleanup: regenerate the default theme file

Re-run ./tools/utils/blender_theme_as_c.py
This commit is contained in:
Campbell Barton 2023-03-03 16:32:38 +11:00
parent f0257aa71b
commit aa82afaaf7
1 changed files with 13 additions and 14 deletions

View File

@ -194,15 +194,6 @@ const bTheme U_theme_default = {
.text_sel = RGBA(0xffffffff), .text_sel = RGBA(0xffffffff),
.roundness = 0.2f, .roundness = 0.2f,
}, },
.wcol_view_item = {
.outline = RGBA(0x2d2d2dff),
.inner = RGBA(0x303030ff),
.inner_sel = RGBA(0x4772b3ff),
.item = RGBA(0x4772b3ff),
.text = RGBA(0xccccccff),
.text_sel = RGBA(0xffffffff),
.roundness = 0.2f,
},
.wcol_pie_menu = { .wcol_pie_menu = {
.outline = RGBA(0x242424ff), .outline = RGBA(0x242424ff),
.inner = RGBA(0x181818ff), .inner = RGBA(0x181818ff),
@ -212,6 +203,15 @@ const bTheme U_theme_default = {
.text_sel = RGBA(0xffffffff), .text_sel = RGBA(0xffffffff),
.roundness = 0.2f, .roundness = 0.2f,
}, },
.wcol_view_item = {
.outline = RGBA(0x2d2d2dff),
.inner = RGBA(0x303030ff),
.inner_sel = RGBA(0x4772b3ff),
.item = RGBA(0x4772b3ff),
.text = RGBA(0xccccccff),
.text_sel = RGBA(0xffffffff),
.roundness = 0.2f,
},
.wcol_state = { .wcol_state = {
.inner_anim = RGBA(0x53992eff), .inner_anim = RGBA(0x53992eff),
.inner_anim_sel = RGBA(0x38a600ff), .inner_anim_sel = RGBA(0x38a600ff),
@ -372,7 +372,6 @@ const bTheme U_theme_default = {
.clipping_border_3d = RGBA(0x3f3f3fff), .clipping_border_3d = RGBA(0x3f3f3fff),
.bundle_solid = RGBA(0xc8c8c8ff), .bundle_solid = RGBA(0xc8c8c8ff),
.camera_path = RGBA(0x000000ff), .camera_path = RGBA(0x000000ff),
.camera_passepartout = RGBA(0x000000),
.gp_vertex_size = 3, .gp_vertex_size = 3,
.gp_vertex = RGBA(0x000000ff), .gp_vertex = RGBA(0x000000ff),
.gp_vertex_select = RGBA(0xff8500ff), .gp_vertex_select = RGBA(0xff8500ff),
@ -641,6 +640,10 @@ const bTheme U_theme_default = {
.button_title = RGBA(0xffffffff), .button_title = RGBA(0xffffffff),
.button_text = RGBA(0xccccccff), .button_text = RGBA(0xccccccff),
.button_text_hi = RGBA(0xffffffff), .button_text_hi = RGBA(0xffffffff),
.list = RGBA(0x18181800),
.list_title = RGBA(0xffffffff),
.list_text = RGBA(0xffffffff),
.list_text_hi = RGBA(0xffffffff),
.navigation_bar = RGBA(0x1d1d1dff), .navigation_bar = RGBA(0x1d1d1dff),
.execution_buts = RGBA(0x303030ff), .execution_buts = RGBA(0x303030ff),
.panelcolors = { .panelcolors = {
@ -677,10 +680,6 @@ const bTheme U_theme_default = {
.row_alternate = RGBA(0xffffff05), .row_alternate = RGBA(0xffffff05),
.anim_preview_range = RGBA(0xa14d0066), .anim_preview_range = RGBA(0xa14d0066),
.metadatatext = RGBA(0xffffffff), .metadatatext = RGBA(0xffffffff),
.list = RGBA(0x18181800),
.list_title = RGBA(0xffffffff),
.list_text = RGBA(0xffffffff),
.list_text_hi = RGBA(0xffffffff),
}, },
.space_image = { .space_image = {
.back = RGBA(0x30303000), .back = RGBA(0x30303000),