mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6660 Swap black in Summary Curve palette with a mid-gray.
* This is easily visible in both the light and dark theme.
This commit is contained in:
parent
8086a1eb15
commit
9a3be356ce
@ -297,7 +297,7 @@ const caf::ColorTable& RiaColorTables::summaryCurveDefaultPaletteColors()
|
||||
cvf::Color3ub( 202, 0, 0 ), // Red
|
||||
cvf::Color3ub( 78, 204, 0 ), // Clear Green
|
||||
cvf::Color3ub( 236, 118, 0 ), // Orange
|
||||
cvf::Color3ub( 0, 0, 0 ), // Black
|
||||
cvf::Color3ub( 130, 130, 130 ), // Grey
|
||||
cvf::Color3ub( 56, 56, 255 ), // Vivid Blue
|
||||
cvf::Color3ub( 248, 0, 170 ), // Magenta
|
||||
cvf::Color3ub( 169, 2, 240 ), // Purple
|
||||
|
Loading…
Reference in New Issue
Block a user