Slightly adjust the background color

This commit is contained in:
reionwong 2021-09-21 10:43:23 +08:00
parent 5813f72849
commit 8287222fd8

View file

@ -47,7 +47,7 @@ Item {
id: _background id: _background
anchors.fill: parent anchors.fill: parent
radius: root.compositing ? windowRadius : 0 radius: root.compositing ? windowRadius : 0
color: FishUI.Theme.darkMode ? "#595959" : "#FFFFFF" color: FishUI.Theme.darkMode ? "#666666" : "#E6E6E6"
opacity: root.compositing ? FishUI.Theme.darkMode ? 0.5 : 0.4 : 0.9 opacity: root.compositing ? FishUI.Theme.darkMode ? 0.5 : 0.4 : 0.9
border.width: 0 border.width: 0