@setoelkahfi / svara / commits / ad265ad

style: added background color to selected tree node

mellbacon committed Jun 15, 2023 at 12:33 UTC ad265ad84cd6319ffeaf29b84ae57cf82fe076ec
1 file changed +1 -1
src/config/themes/dark-theme.json
+1 -1
@@ -54,7 +54,7 @@
54 "treeNodeForeground": "#808080",
55 "treeNodeHoverBackground": "#353535",
56 "treeNodeHoverForeground": "#ffffff",
57 - "treeNodeSelectedBackground": "",
57 + "treeNodeSelectedBackground": "#353535",
58 "treeNodeSelectedForeground": "#34b0f8"
59 }
60 }