diff --git a/Alchemy/Assets/Alchemy/Editor/AlchemySettings.cs b/Alchemy/Assets/Alchemy/Editor/AlchemySettings.cs index e0d2f25..77803ad 100644 --- a/Alchemy/Assets/Alchemy/Editor/AlchemySettings.cs +++ b/Alchemy/Assets/Alchemy/Editor/AlchemySettings.cs @@ -111,7 +111,7 @@ namespace Alchemy.Editor [SerializeField] bool showHierarchyToggles; [SerializeField] bool showComponentIcons; [SerializeField] bool showTreeMap = true; - [SerializeField] Color treeMapColor = new(1f, 1f, 1f, 0.22f); + [SerializeField] Color treeMapColor = new(0.53f, 0.53f, 0.53f, 0.45f); [SerializeField] bool showSeparator = true; [SerializeField] bool showRowShading = true; [SerializeField] Color separatorColor = new(0.19f, 0.19f, 0.19f, 0f); diff --git a/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_current.png b/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_current.png index 076d41a..f6902bc 100644 Binary files a/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_current.png and b/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_current.png differ diff --git a/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_last.png b/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_last.png index 249a37a..f5b2d0e 100644 Binary files a/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_last.png and b/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_last.png differ diff --git a/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_level.png b/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_level.png index fb17572..cd2faea 100644 Binary files a/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_level.png and b/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_level.png differ diff --git a/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_line.png b/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_line.png index 7fddaa1..72b042b 100644 Binary files a/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_line.png and b/Alchemy/Assets/Alchemy/Editor/Hierarchy/Textures/tree_map_line.png differ diff --git a/Alchemy/ProjectSettings/AlchemySettings.json b/Alchemy/ProjectSettings/AlchemySettings.json index 2eaa9a4..c731d81 100644 --- a/Alchemy/ProjectSettings/AlchemySettings.json +++ b/Alchemy/ProjectSettings/AlchemySettings.json @@ -4,10 +4,10 @@ "showComponentIcons": true, "showTreeMap": true, "treeMapColor": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 0.2199999988079071 + "r": 0.529411792755127, + "g": 0.529411792755127, + "b": 0.529411792755127, + "a": 0.45098039507865908 }, "showSeparator": true, "showRowShading": true,