From 4729d51dd5ce1b54113884f6dc1e64600ee2a957 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 17 Apr 2024 20:26:23 +0300 Subject: [PATCH] Fix piece node style. --- src/libs/vmisc/share/resources/scenestyle/dark/style.json | 2 +- src/libs/vmisc/share/resources/scenestyle/light/style.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libs/vmisc/share/resources/scenestyle/dark/style.json b/src/libs/vmisc/share/resources/scenestyle/dark/style.json index e589b005c..dd33b3ab9 100644 --- a/src/libs/vmisc/share/resources/scenestyle/dark/style.json +++ b/src/libs/vmisc/share/resources/scenestyle/dark/style.json @@ -24,7 +24,7 @@ "PointColor": "#ffd900", "NodeLabelColor": "#d9d9d9", "NodeLabelHoverColor": "#ffd900", - "NodeLabelLineColor": "#80ffd900", + "NodeLabelLineColor": [255, 217, 0, 32], "LabelBackgroundColor": "#80ffd900", "LabelTextColor": "#d9d9d9", "LabelModeColor": "white" diff --git a/src/libs/vmisc/share/resources/scenestyle/light/style.json b/src/libs/vmisc/share/resources/scenestyle/light/style.json index c860d01ac..4f724cc6d 100644 --- a/src/libs/vmisc/share/resources/scenestyle/light/style.json +++ b/src/libs/vmisc/share/resources/scenestyle/light/style.json @@ -21,7 +21,7 @@ "PointColor": "black", "NodeLabelColor": "black", "NodeLabelHoverColor": "green", - "NodeLabelLineColor": [0, 0, 0], + "NodeLabelLineColor": [0, 0, 0, 16], "LabelBackgroundColor": [251, 251, 175, 128], "LabelTextColor": "black", "LabelModeColor": "black"