From 3dc42b711ca05294c8f839fae05eca64b0cb3713 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 1 Jan 2023 23:53:50 +0100 Subject: [PATCH] fix: Plot lines being invisible --- lib/external/pattern_language | 2 +- plugins/builtin/romfs/themes/classic.json | 8 -------- plugins/builtin/romfs/themes/dark.json | 9 --------- plugins/builtin/romfs/themes/light.json | 8 -------- 4 files changed, 1 insertion(+), 26 deletions(-) diff --git a/lib/external/pattern_language b/lib/external/pattern_language index 93ec9b723..9b7562c54 160000 --- a/lib/external/pattern_language +++ b/lib/external/pattern_language @@ -1 +1 @@ -Subproject commit 93ec9b7231098d552574aac6c5c9057676443c5d +Subproject commit 9b7562c5401fcce8c02cfe62b70e08c58cfebcd1 diff --git a/plugins/builtin/romfs/themes/classic.json b/plugins/builtin/romfs/themes/classic.json index 51fcc8af2..bc8e6e205 100644 --- a/plugins/builtin/romfs/themes/classic.json +++ b/plugins/builtin/romfs/themes/classic.json @@ -60,23 +60,15 @@ "window-background": "#000000D8" }, "implot": { - "axis-bg": "#00000001", - "axis-bg-active": "#00000001", - "axis-bg-hovered": "#00000001", "axis-grid": "#E5E5E53F", "axis-text": "#E5E5E5FF", - "axis-tick": "#00000001", "crosshairs": "#7F7F7FBF", "error-bar": "#E5E5E5FF", - "fill": "#00000001", "frame-bg": "#6D6D6D63", "inlay-text": "#E5E5E5FF", "legend-bg": "#1C1C23EA", "legend-border": "#7F7F7F7F", "legend-text": "#E5E5E5FF", - "line": "#00000001", - "marker-fill": "#00000001", - "marker-outline": "#00000001", "plot-bg": "#00000059", "plot-border": "#7F7F7F7F", "selection": "#F7F763FF", diff --git a/plugins/builtin/romfs/themes/dark.json b/plugins/builtin/romfs/themes/dark.json index 9169d679e..7d700f906 100644 --- a/plugins/builtin/romfs/themes/dark.json +++ b/plugins/builtin/romfs/themes/dark.json @@ -60,23 +60,14 @@ "window-background": "#0F0F0FEF" }, "implot": { - "axis-bg": "#00000001", - "axis-bg-active": "#00000001", - "axis-bg-hovered": "#00000001", "axis-grid": "#FFFFFF3F", "axis-text": "#FFFFFFFF", - "axis-tick": "#00000001", "crosshairs": "#FFFFFF7F", - "error-bar": "#00000001", - "fill": "#00000001", "frame-bg": "#FFFFFF11", "inlay-text": "#FFFFFFFF", "legend-bg": "#141414EF", "legend-border": "#6D6D7F7F", "legend-text": "#FFFFFFFF", - "line": "#00000001", - "marker-fill": "#00000001", - "marker-outline": "#00000001", "plot-bg": "#0000007F", "plot-border": "#6D6D7F7F", "selection": "#FF9900FF", diff --git a/plugins/builtin/romfs/themes/light.json b/plugins/builtin/romfs/themes/light.json index 7b6cb8fb1..ed8b04e94 100644 --- a/plugins/builtin/romfs/themes/light.json +++ b/plugins/builtin/romfs/themes/light.json @@ -60,23 +60,15 @@ "window-background": "#EFEFEFFF" }, "implot": { - "axis-bg": "#00000001", - "axis-bg-active": "#00000001", - "axis-bg-hovered": "#00000001", "axis-grid": "#FFFFFFFF", "axis-text": "#000000FF", "axis-tick": "#0000003F", "crosshairs": "#0000007F", - "error-bar": "#00000001", - "fill": "#00000001", "frame-bg": "#FFFFFFFF", "inlay-text": "#000000FF", "legend-bg": "#FFFFFFF9", "legend-border": "#D1D1D1CC", "legend-text": "#000000FF", - "line": "#00000001", - "marker-fill": "#00000001", - "marker-outline": "#00000001", "plot-bg": "#6B91FF21", "plot-border": "#00000000", "selection": "#D1A307FF",