~mterry/podbird/ok

« back to all changes in this revision

Viewing changes to app/themes/Light.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2016-03-29 11:06:29 UTC
  • mfrom: (145.1.5 sync-to-trunk)
  • Revision ID: krnekhelesh@gmail.com-20160329110629-2bfccvf6r4exvydq
Syncs the following patches from trunk,
- Removed hardcoded colors in Light and Dark theme
- Fixed database upgrade from "",1.0 -> 1.2
- Changed icon from system-log-out back to delete

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    property color baseIcon: UbuntuColors.darkGrey
34
34
 
35
35
    // Button Colors
36
 
    property color positiveActionButton: "#3EB34F" // UbuntuColors.green
37
 
    property color negativeActionButton: "#ED3146" // UbuntuColors.red
38
 
    property color neutralActionButton: "#5D5D5D" // UbuntuColors.coolGrey
 
36
    property color positiveActionButton: UbuntuColors.green
 
37
    property color negativeActionButton: UbuntuColors.red
 
38
    property color neutralActionButton: UbuntuColors.coolGrey
39
39
 
40
40
    // Bottom Player Bar Colors
41
41
    property color bottomBarBackground: "#323435"