diff --git a/pandora_console/images/tree/corner@tree-dark.svg b/pandora_console/images/tree/corner@tree-dark.svg
new file mode 100644
index 0000000000..66aa81f0e6
--- /dev/null
+++ b/pandora_console/images/tree/corner@tree-dark.svg
@@ -0,0 +1,12 @@
+
+
\ No newline at end of file
diff --git a/pandora_console/images/tree/corner_straight@tree-dark.svg b/pandora_console/images/tree/corner_straight@tree-dark.svg
new file mode 100644
index 0000000000..5a958e59a5
--- /dev/null
+++ b/pandora_console/images/tree/corner_straight@tree-dark.svg
@@ -0,0 +1,18 @@
+
+
\ No newline at end of file
diff --git a/pandora_console/images/tree/corner_straight_minus@tree-dark.svg b/pandora_console/images/tree/corner_straight_minus@tree-dark.svg
new file mode 100644
index 0000000000..092cf40252
--- /dev/null
+++ b/pandora_console/images/tree/corner_straight_minus@tree-dark.svg
@@ -0,0 +1,26 @@
+
+
\ No newline at end of file
diff --git a/pandora_console/images/tree/corner_straight_plus@tree-dark.svg b/pandora_console/images/tree/corner_straight_plus@tree-dark.svg
new file mode 100644
index 0000000000..e9840c7b08
--- /dev/null
+++ b/pandora_console/images/tree/corner_straight_plus@tree-dark.svg
@@ -0,0 +1,27 @@
+
+
\ No newline at end of file
diff --git a/pandora_console/images/tree/straight@tree-dark.svg b/pandora_console/images/tree/straight@tree-dark.svg
new file mode 100644
index 0000000000..c5a47a2f9a
--- /dev/null
+++ b/pandora_console/images/tree/straight@tree-dark.svg
@@ -0,0 +1,13 @@
+
+
\ No newline at end of file
diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css
index 05ff8a7aa6..3170d5d844 100644
--- a/pandora_console/include/styles/pandora_black.css
+++ b/pandora_console/include/styles/pandora_black.css
@@ -1896,3 +1896,31 @@ a.link-bold {
#general-tactical-view * {
border-color: #333 !important;
}
+
+#tree-controller-recipient .node-icon {
+ border-right-color: #333;
+}
+
+/* #tree-controller-recipient .leaf-icon {
+ filter: contrast(0.5) brightness(0.6);
+} */
+
+.tree-node {
+ background-image: url(../../images/tree/straight@tree-dark.svg);
+}
+
+#tree-controller-recipient .tree-node.leaf-closed > .leaf-icon {
+ background-image: url(../../images/tree/corner_straight_plus@tree-dark.svg);
+}
+
+#tree-controller-recipient .tree-node.leaf-open > .leaf-icon {
+ background-image: url(../../images/tree/corner_straight_minus@tree-dark.svg);
+}
+
+#tree-controller-recipient .tree-node > .leaf-icon {
+ background-image: url(../../images/tree/corner_straight@tree-dark.svg);
+}
+
+#tree-controller-recipient .tree-node:last-of-type > .leaf-icon {
+ background-image: url(../../images/tree/corner@tree-dark.svg);
+}