Colors: slight rework of the default colorscheme and overall colors usage
This commit is contained in:
parent
ef5fff12d1
commit
63fb5bd290
13 changed files with 48 additions and 29 deletions
|
|
@ -168,10 +168,10 @@ ColumnLayout {
|
|||
}
|
||||
|
||||
NText {
|
||||
text: `Contributors: ${root.contributors.length}`
|
||||
text: `Shout-out to our ${root.contributors.length} awesome contributors!`
|
||||
font.pointSize: Style.fontSizeLarge * scaling
|
||||
font.weight: Style.fontWeightBold
|
||||
color: Colors.textPrimary
|
||||
color: Colors.textSecondary
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
Layout.topMargin: Style.marginLarge * 2
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue