mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-25 15:02:03 +00:00
Add a new muted text color.
This commit is contained in:
parent
9bfff8bfcb
commit
c6df4645c8
@ -803,7 +803,7 @@ Window {
|
|||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
font.pixelSize: theme.fontSizeLarge
|
font.pixelSize: theme.fontSizeLarge
|
||||||
placeholderText: qsTr("Send a message...")
|
placeholderText: qsTr("Send a message...")
|
||||||
placeholderTextColor: theme.backgroundLightest
|
placeholderTextColor: theme.mutedTextColor
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: theme.backgroundLighter
|
color: theme.backgroundLighter
|
||||||
radius: 10
|
radius: 10
|
||||||
|
@ -4,6 +4,7 @@ import QtQuick.Controls.Basic
|
|||||||
|
|
||||||
QtObject {
|
QtObject {
|
||||||
property color textColor: "#d1d5db"
|
property color textColor: "#d1d5db"
|
||||||
|
property color mutedTextColor: backgroundLightest
|
||||||
property color textErrorColor: "red"
|
property color textErrorColor: "red"
|
||||||
property color backgroundDarkest: "#202123"
|
property color backgroundDarkest: "#202123"
|
||||||
property color backgroundDarker: "#222326"
|
property color backgroundDarker: "#222326"
|
||||||
|
Loading…
Reference in New Issue
Block a user