Dark tabs for Zenith! Mirror of https://github.com/mac-user669/ZenithDark
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

131 lines
3.5KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>items</key>
  6. <array>
  7. <dict>
  8. <key>cell</key>
  9. <string>PSGroupCell</string>
  10. <key>headerCellClass</key>
  11. <string>HBPackageNameHeaderCell</string>
  12. <key>packageIdentifier</key>
  13. <string>com.mac-user669.zenithdark</string>
  14. <key>backgroundGradientColors</key>
  15. <array>
  16. <string>#D0A400</string>
  17. <string>#D0A400</string>
  18. </array>
  19. <key>titleColor</key>
  20. <string>#111111</string>
  21. <key>subtitleColor</key>
  22. <string>#444444</string>
  23. </dict>
  24. <dict>
  25. <key>cell</key>
  26. <string>PSGroupCell</string>
  27. <key>label</key>
  28. <string>Enable Tweak</string>
  29. <key>footerText</key>
  30. <string>Enable to give Zenith&apos;s pull tabs a dark look!</string>
  31. </dict>
  32. <dict>
  33. <key>PostNotification</key>
  34. <string>com.mac-user669.zenithdark.prefschanged</string>
  35. <key>cell</key>
  36. <string>PSSwitchCell</string>
  37. <key>default</key>
  38. <true/>
  39. <key>defaults</key>
  40. <string>com.mac-user669.zenithdark</string>
  41. <key>key</key>
  42. <string>kEnabled</string>
  43. <key>label</key>
  44. <string>Enable</string>
  45. </dict>
  46. <dict>
  47. <key>cell</key>
  48. <string>PSGroupCell</string>
  49. <key>label</key>
  50. <string>Apply Changes</string>
  51. <key>footerText</key>
  52. <string>A Respring is needed to apply changes!</string>
  53. </dict>
  54. <dict>
  55. <key>cell</key>
  56. <string>PSButtonCell</string>
  57. <key>label</key>
  58. <string>Respring</string>
  59. <key>cellClass</key>
  60. <string>HBTintedTableCell</string>
  61. <key>action</key>
  62. <string>doAFancyRespring</string>
  63. </dict>
  64. <dict>
  65. <key>cell</key>
  66. <string>PSGroupCell</string>
  67. <key>label</key>
  68. <string>Credits</string>
  69. <key>footerText</key>
  70. <string>Conceptualized by yours truly.</string>
  71. </dict>
  72. <dict>
  73. <key>cellClass</key>
  74. <string>HBTwitterCell</string>
  75. <key>label</key>
  76. <string>mac-user669</string>
  77. <key>user</key>
  78. <string>mac_user669</string>
  79. </dict>
  80. <dict>
  81. <key>cellClass</key>
  82. <string>HBLinkTableCell</string>
  83. <key>label</key>
  84. <string>Donate</string>
  85. <key>url</key>
  86. <string>https://paypal.me/macuser669</string>
  87. </dict>
  88. <dict>
  89. <key>cell</key>
  90. <string>PSGroupCell</string>
  91. <key>footerText</key>
  92. <string>Coded most of the tweak.</string>
  93. </dict>
  94. <dict>
  95. <key>cellClass</key>
  96. <string>HBTwitterCell</string>
  97. <key>label</key>
  98. <string>iKilledAppl3</string>
  99. <key>user</key>
  100. <string>iKilledAppl3</string>
  101. </dict>
  102. <dict>
  103. <key>cellClass</key>
  104. <string>HBLinkTableCell</string>
  105. <key>label</key>
  106. <string>Donate</string>
  107. <key>url</key>
  108. <string>https://paypal.me/iKilledAppl3</string>
  109. </dict>
  110. <dict>
  111. <key>cell</key>
  112. <string>PSGroupCell</string>
  113. <key>footerText</key>
  114. <string>Helped with some of our preferences code and amongst other things.</string>
  115. </dict>
  116. <dict>
  117. <key>cellClass</key>
  118. <string>HBTwitterCell</string>
  119. <key>label</key>
  120. <string>Skittyblock</string>
  121. <key>user</key>
  122. <string>Skittyblock</string>
  123. </dict>
  124. </array>
  125. <key>title</key>
  126. <string>ZenithDark</string>
  127. </dict>
  128. </plist>