Skip to content
Snippets Groups Projects
Commit d077a9bd authored by Peter Sergay's avatar Peter Sergay Committed by Hans Goudey
Browse files

Fix T92492: Update Addon Themes for Spreadsheet Workspace

This makes some changes to the spreadsheet theme for some of
the community themes, mostly making the properties region more
readable.

Differential Revision: https://developer.blender.org/D13089
parent 3c5d373f
No related branches found
No related tags found
No related merge requests found
...@@ -1342,9 +1342,9 @@ ...@@ -1342,9 +1342,9 @@
> >
<panelcolors> <panelcolors>
<ThemePanelColors <ThemePanelColors
header="#424242cc" header="#6b6b6bff"
back="#333333b3" back="#474747ff"
sub_back="#0000003e" sub_back="#00000019"
> >
</ThemePanelColors> </ThemePanelColors>
</panelcolors> </panelcolors>
......
...@@ -1333,7 +1333,7 @@ ...@@ -1333,7 +1333,7 @@
header_text_hi="#ffffff" header_text_hi="#ffffff"
button="#404040ff" button="#404040ff"
button_title="#c7c7c7" button_title="#c7c7c7"
button_text="#000000" button_text="#b4b4b4"
button_text_hi="#d8d8d8" button_text_hi="#d8d8d8"
navigation_bar="#202020ff" navigation_bar="#202020ff"
execution_buts="#00000000" execution_buts="#00000000"
...@@ -1344,9 +1344,9 @@ ...@@ -1344,9 +1344,9 @@
> >
<panelcolors> <panelcolors>
<ThemePanelColors <ThemePanelColors
header="#26262600" header="#404040ff"
back="#292929ff" back="#383838ff"
sub_back="#242424ff" sub_back="#333333ff"
> >
</ThemePanelColors> </ThemePanelColors>
</panelcolors> </panelcolors>
......
This diff is collapsed.
This diff is collapsed.
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
widget_emboss="#66666605" widget_emboss="#66666605"
editor_outline="#bebebe" editor_outline="#bebebe"
widget_text_cursor="#3399e6" widget_text_cursor="#3399e6"
panel_roundness="0.4"
transparent_checker_primary="#706e6d" transparent_checker_primary="#706e6d"
transparent_checker_secondary="#575352" transparent_checker_secondary="#575352"
transparent_checker_size="12" transparent_checker_size="12"
...@@ -1307,6 +1308,51 @@ ...@@ -1307,6 +1308,51 @@
</space> </space>
</ThemeStatusBar> </ThemeStatusBar>
</statusbar> </statusbar>
<spreadsheet>
<ThemeSpreadsheet
row_alternate="#00000007"
>
<space>
<ThemeSpaceGeneric
back="#aca8a7"
title="#ffffff"
text="#000000"
text_hi="#ffffff"
header="#acacacff"
header_text="#000000"
header_text_hi="#ffffff"
button="#9f9f9fff"
button_title="#ffffff"
button_text="#000000"
button_text_hi="#ffffff"
navigation_bar="#00000000"
execution_buts="#00000000"
tab_active="#4b4b4b"
tab_inactive="#2b2b2b"
tab_back="#232323ff"
tab_outline="#232323"
>
<panelcolors>
<ThemePanelColors
header="#8b6985cc"
back="#b4b2b0b3"
sub_back="#5353523e"
>
</ThemePanelColors>
</panelcolors>
</ThemeSpaceGeneric>
</space>
<space_list>
<ThemeSpaceListGeneric
list="#b4b2b0"
list_title="#c3c3c3"
list_text="#c3c3c3"
list_text_hi="#00ffff"
>
</ThemeSpaceListGeneric>
</space_list>
</ThemeSpreadsheet>
</spreadsheet>
<bone_color_sets> <bone_color_sets>
<ThemeBoneColorSet <ThemeBoneColorSet
normal="#9a0000" normal="#9a0000"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment