mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: Linus requested Hot Pink as color scheme
He started the project, he gets to have his color preference. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4651454557
commit
71d9aafcd6
1 changed files with 3 additions and 3 deletions
|
@ -311,11 +311,11 @@ Kirigami.ApplicationWindow {
|
|||
property int titlePointSize: Math.round(fontMetrics.font.pointSize * 1.5)
|
||||
property int smallPointSize: Math.round(fontMetrics.font.pointSize * 0.8)
|
||||
|
||||
property color darkPrimaryColor: "#303F9f"
|
||||
property color darkPrimaryColor: "#FF1493"
|
||||
property color darkPrimaryTextColor: "#ECECEC"
|
||||
property color primaryColor: "#3F51B5"
|
||||
property color primaryColor: "#FF69B4"
|
||||
property color primaryTextColor: "#ECECEC"
|
||||
property color lightPrimaryColor: "#C5CAE9"
|
||||
property color lightPrimaryColor: "#FFDDF4"
|
||||
property color lightPrimaryTextColor: "#212121"
|
||||
property color contrastAccentColor: "#FF9800" // used for delete button
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue