mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Lighten up the grey colors a bit
This commit is contained in:
parent
2671cd926c
commit
eef3f8a3ac
4 changed files with 9 additions and 10 deletions
|
@ -53,7 +53,7 @@ Rectangle{
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 14 * scaleRatio
|
font.pixelSize: 14 * scaleRatio
|
||||||
text: labelHeader
|
text: labelHeader
|
||||||
color: MoneroComponents.Style.greyFontColor
|
color: MoneroComponents.Style.dimmedFontColor
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
@ -77,7 +77,7 @@ Rectangle{
|
||||||
label2.color = MoneroComponents.Style.defaultFontColor;
|
label2.color = MoneroComponents.Style.defaultFontColor;
|
||||||
}
|
}
|
||||||
onExited: {
|
onExited: {
|
||||||
label1.color = MoneroComponents.Style.greyFontColor;
|
label1.color = MoneroComponents.Style.dimmedFontColor
|
||||||
label2.color = MoneroComponents.Style.dimmedFontColor;
|
label2.color = MoneroComponents.Style.dimmedFontColor;
|
||||||
}
|
}
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
|
@ -11,7 +11,6 @@ QtObject {
|
||||||
property string grey: "#404040"
|
property string grey: "#404040"
|
||||||
|
|
||||||
property string defaultFontColor: "white"
|
property string defaultFontColor: "white"
|
||||||
property string greyFontColor: "#808080"
|
|
||||||
property string dimmedFontColor: "#BBBBBB"
|
property string dimmedFontColor: "#BBBBBB"
|
||||||
property string inputBoxBackground: "black"
|
property string inputBoxBackground: "black"
|
||||||
property string inputBoxBackgroundError: "#FFDDDD"
|
property string inputBoxBackgroundError: "#FFDDDD"
|
||||||
|
|
|
@ -92,7 +92,7 @@ Rectangle{
|
||||||
anchors.topMargin: 2 * scaleRatio
|
anchors.topMargin: 2 * scaleRatio
|
||||||
anchors.left: localNodeIcon.right
|
anchors.left: localNodeIcon.right
|
||||||
anchors.leftMargin: 14 * scaleRatio
|
anchors.leftMargin: 14 * scaleRatio
|
||||||
color: MoneroComponents.Style.greyFontColor
|
color: MoneroComponents.Style.dimmedFontColor
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 15 * scaleRatio
|
font.pixelSize: 15 * scaleRatio
|
||||||
horizontalAlignment: TextInput.AlignLeft
|
horizontalAlignment: TextInput.AlignLeft
|
||||||
|
@ -191,7 +191,7 @@ Rectangle{
|
||||||
anchors.topMargin: 2 * scaleRatio
|
anchors.topMargin: 2 * scaleRatio
|
||||||
anchors.left: remoteNodeIcon.right
|
anchors.left: remoteNodeIcon.right
|
||||||
anchors.leftMargin: 14 * scaleRatio
|
anchors.leftMargin: 14 * scaleRatio
|
||||||
color: MoneroComponents.Style.greyFontColor
|
color: MoneroComponents.Style.dimmedFontColor
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 15 * scaleRatio
|
font.pixelSize: 15 * scaleRatio
|
||||||
activeFocusOnPress: false
|
activeFocusOnPress: false
|
||||||
|
@ -244,7 +244,7 @@ Rectangle{
|
||||||
visible: !isMobile && persistentSettings.useRemoteNode
|
visible: !isMobile && persistentSettings.useRemoteNode
|
||||||
|
|
||||||
TextArea {
|
TextArea {
|
||||||
color: MoneroComponents.Style.greyFontColor
|
color: MoneroComponents.Style.dimmedFontColor
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 15 * scaleRatio
|
font.pixelSize: 15 * scaleRatio
|
||||||
horizontalAlignment: TextInput.AlignLeft
|
horizontalAlignment: TextInput.AlignLeft
|
||||||
|
|
|
@ -54,7 +54,7 @@ Rectangle {
|
||||||
|
|
||||||
TextArea {
|
TextArea {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
color: MoneroComponents.Style.greyFontColor
|
color: MoneroComponents.Style.dimmedFontColor
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 14 * scaleRatio
|
font.pixelSize: 14 * scaleRatio
|
||||||
horizontalAlignment: TextInput.AlignLeft
|
horizontalAlignment: TextInput.AlignLeft
|
||||||
|
@ -145,7 +145,7 @@ Rectangle {
|
||||||
|
|
||||||
TextArea {
|
TextArea {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
color: MoneroComponents.Style.greyFontColor
|
color: MoneroComponents.Style.dimmedFontColor
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 14 * scaleRatio
|
font.pixelSize: 14 * scaleRatio
|
||||||
horizontalAlignment: TextInput.AlignLeft
|
horizontalAlignment: TextInput.AlignLeft
|
||||||
|
@ -236,7 +236,7 @@ Rectangle {
|
||||||
|
|
||||||
TextArea {
|
TextArea {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
color: MoneroComponents.Style.greyFontColor
|
color: MoneroComponents.Style.dimmedFontColor
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 14 * scaleRatio
|
font.pixelSize: 14 * scaleRatio
|
||||||
horizontalAlignment: TextInput.AlignLeft
|
horizontalAlignment: TextInput.AlignLeft
|
||||||
|
@ -325,7 +325,7 @@ Rectangle {
|
||||||
|
|
||||||
TextArea {
|
TextArea {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
color: MoneroComponents.Style.greyFontColor
|
color: MoneroComponents.Style.dimmedFontColor
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 14 * scaleRatio
|
font.pixelSize: 14 * scaleRatio
|
||||||
horizontalAlignment: TextInput.AlignLeft
|
horizontalAlignment: TextInput.AlignLeft
|
||||||
|
|
Loading…
Reference in a new issue