UI: Theme: Add Curve widget theme settings
Add theme settings for the Curve and CurveProfile widgets. Even though the curve widget is used all over Blender, it never had its own theme settings. It was using a mix of colors from the “regular” toggle widget with text colors inherited from the editor. Thanks to the recent cleanup and removal of so many redundant theme options, we can now add new/missing settings without overwhelming the theme. See PR for details and screenshots. Pull Request: https://projects.blender.org/blender/blender/pulls/146274
This commit is contained in:
committed by
Pablo Vazquez
parent
79c1198770
commit
b74e696acc
@@ -121,6 +121,16 @@ const bTheme U_theme_default = {
|
||||
.text_sel = RGBA(0xffffffff),
|
||||
.roundness = 0.2f,
|
||||
},
|
||||
.wcol_curve = {
|
||||
.outline = RGBA(0x727272ff),
|
||||
.outline_sel = RGBA(0x9a9a9aff),
|
||||
.inner = RGBA(0x545454ff),
|
||||
.inner_sel = RGBA(0x000000ff),
|
||||
.item = RGBA(0x00000059),
|
||||
.text = RGBA(0x08080800),
|
||||
.text_sel = RGBA(0xc9c9c900),
|
||||
.roundness = 0.2f,
|
||||
},
|
||||
.wcol_menu = {
|
||||
.outline = RGBA(0x3d3d3dff),
|
||||
.outline_sel = RGBA(0x3d3d3dff),
|
||||
|
||||
Reference in New Issue
Block a user