mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: Change the pink color
This changes the pink primary color to match the tone of the blue primary color. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
9f3a565601
commit
2ecd7e58d4
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
|||
property color blueSecondaryTextColor: "#757575"
|
||||
|
||||
// colors for the pink theme
|
||||
property color pinkDarkerPrimaryColor: "#FF1493"
|
||||
property color pinkDarkerPrimaryColor: "#C2185B"
|
||||
property color pinkDarkerPrimaryTextColor: "#ECECEC"
|
||||
property color pinkPrimaryColor: "#FF69B4"
|
||||
property color pinkPrimaryTextColor: "#212121"
|
||||
|
|
Loading…
Add table
Reference in a new issue