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.

100 lines
2.4KB

  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>label</key>
  11. <string>Enable Tweak</string>
  12. <key>footerText</key>
  13. <string>Enable to give Zenith&apos;s pull tabs a dark look!</string>
  14. </dict>
  15. <dict>
  16. <key>PostNotification</key>
  17. <string>com.mac-user669.zenithdark.prefschanged</string>
  18. <key>cell</key>
  19. <string>PSSwitchCell</string>
  20. <key>default</key>
  21. <true/>
  22. <key>defaults</key>
  23. <string>com.mac-user669.zenithdark</string>
  24. <key>key</key>
  25. <string>kEnabled</string>
  26. <key>label</key>
  27. <string>Enable</string>
  28. </dict>
  29. <dict>
  30. <key>cell</key>
  31. <string>PSGroupCell</string>
  32. <key>label</key>
  33. <string>Apply Changes</string>
  34. <key>footerText</key>
  35. <string>A Respring is needed to apply changes!</string>
  36. </dict>
  37. <dict>
  38. <key>cell</key>
  39. <string>PSButtonCell</string>
  40. <key>label</key>
  41. <string>Respring</string>
  42. <key>action</key>
  43. <string>doAFancyRespring</string>
  44. </dict>
  45. <dict>
  46. <key>cell</key>
  47. <string>PSGroupCell</string>
  48. <key>label</key>
  49. <string>Credits</string>
  50. <key>footerText</key>
  51. <string>Conceptualized by yours truly.</string>
  52. </dict>
  53. <dict>
  54. <key>icon</key>
  55. <string>mac-user669.png</string>
  56. <key>cell</key>
  57. <string>PSButtonCell</string>
  58. <key>label</key>
  59. <string>@mac_user669</string>
  60. <key>action</key>
  61. <string>followMe</string>
  62. </dict>
  63. <dict>
  64. <key>cell</key>
  65. <string>PSGroupCell</string>
  66. <key>footerText</key>
  67. <string>Coded most of the tweak.</string>
  68. </dict>
  69. <dict>
  70. <key>icon</key>
  71. <string>iKA.png</string>
  72. <key>cell</key>
  73. <string>PSButtonCell</string>
  74. <key>label</key>
  75. <string>@iKilledAppl3</string>
  76. <key>action</key>
  77. <string>followiKA</string>
  78. </dict>
  79. <dict>
  80. <key>cell</key>
  81. <string>PSGroupCell</string>
  82. <key>footerText</key>
  83. <string>Helped with some of our preferences code and amongst other things.</string>
  84. </dict>
  85. <dict>
  86. <key>icon</key>
  87. <string>skitty.png</string>
  88. <key>cell</key>
  89. <string>PSButtonCell</string>
  90. <key>label</key>
  91. <string>@Skittyblock</string>
  92. <key>action</key>
  93. <string>followSkitty</string>
  94. </dict>
  95. </array>
  96. <key>title</key>
  97. <string>ZenithDark</string>
  98. </dict>
  99. </plist>