1
0
mirror of synced 2024-11-12 02:00:52 +01:00

fix: Plot lines being invisible

This commit is contained in:
WerWolv 2023-01-01 23:53:50 +01:00
parent 4b2863ca14
commit 3dc42b711c
4 changed files with 1 additions and 26 deletions

@ -1 +1 @@
Subproject commit 93ec9b7231098d552574aac6c5c9057676443c5d
Subproject commit 9b7562c5401fcce8c02cfe62b70e08c58cfebcd1

View File

@ -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",

View File

@ -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",

View File

@ -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",