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.

108 line
2.8KB

  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></string>
  29. <key>footerText</key>
  30. <string></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>PSButtonCell</string>
  49. <key>label</key>
  50. <string>Respring</string>
  51. <key>cellClass</key>
  52. <string>HBTintedTableCell</string>
  53. <key>action</key>
  54. <string>doAFancyRespring</string>
  55. </dict>
  56. <dict>
  57. <key>cell</key>
  58. <string>PSGroupCell</string>
  59. <key>label</key>
  60. <string>Credits</string>
  61. <key>footerText</key>
  62. <string>Conceptualized by yours truly.</string>
  63. </dict>
  64. <dict>
  65. <key>cellClass</key>
  66. <string>HBTwitterCell</string>
  67. <key>label</key>
  68. <string>mac-user669</string>
  69. <key>user</key>
  70. <string>mac_user669</string>
  71. </dict>
  72. <dict>
  73. <key>cell</key>
  74. <string>PSGroupCell</string>
  75. <key>footerText</key>
  76. <string>Coded most of the tweak.</string>
  77. </dict>
  78. <dict>
  79. <key>cellClass</key>
  80. <string>HBTwitterCell</string>
  81. <key>label</key>
  82. <string>iKilledAppl3</string>
  83. <key>user</key>
  84. <string>iKilledAppl3</string>
  85. </dict>
  86. <dict>
  87. <key>cell</key>
  88. <string>PSGroupCell</string>
  89. <key>footerText</key>
  90. <string>Helped with some of our preferences code and amongst other things.</string>
  91. </dict>
  92. <dict>
  93. <key>cellClass</key>
  94. <string>HBTwitterCell</string>
  95. <key>label</key>
  96. <string>Skittyblock</string>
  97. <key>user</key>
  98. <string>Skittyblock</string>
  99. </dict>
  100. </array>
  101. <key>title</key>
  102. <string>ZenithDark</string>
  103. </dict>
  104. </plist>