~michael-sheldon/podbird/trunk

« back to all changes in this revision

Viewing changes to app/themes/Light.qml

  • Committer: Mike Sheldon
  • Date: 2024-11-30 20:17:43 UTC
  • mfrom: (223.1.1 podbird)
  • Revision ID: mike@mikeasoft.com-20241130201743-p9g5b3g4njuaogul
Merge changes from lp:~cibersheep/podbird/podbird to support Focal and update version

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
 
19
19
import QtQuick 2.4
20
 
import Ubuntu.Components 1.3
 
20
import Lomiri.Components 1.3
21
21
 
22
22
QtObject {
23
23
    // MainView
24
24
    property color background: "#ECECEC"
25
25
 
26
26
    // Main Text Colors
27
 
    property color baseText: UbuntuColors.darkGrey
 
27
    property color baseText: LomiriColors.darkGrey
28
28
    property color baseSubText: "#999999"
29
 
    property color focusText: UbuntuColors.blue
 
29
    property color focusText: LomiriColors.blue
30
30
    property color linkText: "Blue"
31
31
 
32
32
    // Icon Colors
33
 
    property color baseIcon: UbuntuColors.darkGrey
 
33
    property color baseIcon: LomiriColors.darkGrey
34
34
 
35
35
    // Button Colors
36
 
    property color positiveActionButton: UbuntuColors.green
37
 
    property color negativeActionButton: UbuntuColors.red
38
 
    property color neutralActionButton: UbuntuColors.coolGrey
 
36
    property color positiveActionButton: LomiriColors.green
 
37
    property color negativeActionButton: LomiriColors.red
 
38
    property color neutralActionButton: LomiriColors.coolGrey
39
39
 
40
40
    // Bottom Player Bar Colors
41
41
    property color bottomBarBackground: "#323435"