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.

181 lines
4.1KB

  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>titleColor</key>
  15. <string>#D0A400</string>
  16. <key>subtitleColor</key>
  17. <string>#D0A400</string>
  18. </dict>
  19. <dict>
  20. <key>cell</key>
  21. <string>PSGroupCell</string>
  22. <key>label</key>
  23. <string></string>
  24. <key>footerText</key>
  25. <string></string>
  26. </dict>
  27. <dict>
  28. <key>PostNotification</key>
  29. <string>com.mac-user669.zenithdark.prefschanged</string>
  30. <key>cell</key>
  31. <string>PSSwitchCell</string>
  32. <key>default</key>
  33. <true/>
  34. <key>defaults</key>
  35. <string>com.mac-user669.zenithdark</string>
  36. <key>key</key>
  37. <string>kEnabled</string>
  38. <key>label</key>
  39. <string>Enable</string>
  40. </dict>
  41. <dict>
  42. <key>cell</key>
  43. <string>PSGroupCell</string>
  44. <key>label</key>
  45. <string>Color Options</string>
  46. <key>footerText</key>
  47. <string>Default: #000000:0.44</string>
  48. </dict>
  49. <dict>
  50. <key>cell</key>
  51. <string>PSLinkCell</string>
  52. <key>cellClass</key>
  53. <string>SparkColourPickerCell</string>
  54. <key>libsparkcolourpicker</key>
  55. <dict>
  56. <key>defaults</key>
  57. <string>com.mac-user669.zenithdark</string>
  58. <key>key</key>
  59. <string>kCustomDarkColor</string>
  60. <key>fallback</key>
  61. <string>#000000:0.44</string>
  62. <key>alpha</key>
  63. <true/>
  64. </dict>
  65. <key>label</key>
  66. <string>Dark Color</string>
  67. <key>key</key>
  68. <string>kCustomDarkColor</string>
  69. <key>PostNotification</key>
  70. <string>com.mac-user669.zenithdark.prefschanged</string>
  71. </dict>
  72. <dict>
  73. <key>cell</key>
  74. <string>PSGroupCell</string>
  75. <key>label</key>
  76. <string></string>
  77. <key>footerText</key>
  78. <string>Default: #FFFFFF:0.7</string>
  79. </dict>
  80. <dict>
  81. <key>cell</key>
  82. <string>PSLinkCell</string>
  83. <key>cellClass</key>
  84. <string>SparkColourPickerCell</string>
  85. <key>libsparkcolourpicker</key>
  86. <dict>
  87. <key>defaults</key>
  88. <string>com.mac-user669.zenithdark</string>
  89. <key>key</key>
  90. <string>kCustomLightColor</string>
  91. <key>fallback</key>
  92. <string>#FFFFFF:0.7</string>
  93. <key>alpha</key>
  94. <true/>
  95. </dict>
  96. <key>label</key>
  97. <string>Light Color</string>
  98. <key>key</key>
  99. <string>kCustomLightColor</string>
  100. <key>PostNotification</key>
  101. <string>com.mac-user669.zenithdark.prefschanged</string>
  102. </dict>
  103. <dict>
  104. <key>cell</key>
  105. <string>PSGroupCell</string>
  106. <key>label</key>
  107. <string></string>
  108. <key>footerText</key>
  109. <string>A respring is needed to apply changes</string>
  110. </dict>
  111. <dict>
  112. <key>cell</key>
  113. <string>PSButtonCell</string>
  114. <key>label</key>
  115. <string>Respring</string>
  116. <key>cellClass</key>
  117. <string>HBTintedTableCell</string>
  118. <key>action</key>
  119. <string>respringPopUp</string>
  120. </dict>
  121. <dict>
  122. <key>cell</key>
  123. <string>PSGroupCell</string>
  124. <key>label</key>
  125. <string></string>
  126. <key>footerText</key>
  127. <string></string>
  128. </dict>
  129. <dict>
  130. <key>cell</key>
  131. <string>PSLinkCell</string>
  132. <key>detail</key>
  133. <string>ZNDarkPrefsAboutListController</string>
  134. <key>isController</key>
  135. <true/>
  136. <key>label</key>
  137. <string>About</string>
  138. </dict>
  139. <dict>
  140. <key>cell</key>
  141. <string>PSGroupCell</string>
  142. <key>label</key>
  143. <string></string>
  144. <key>footerText</key>
  145. <string></string>
  146. </dict>
  147. <dict>
  148. <key>cell</key>
  149. <string>PSButtonCell</string>
  150. <key>label</key>
  151. <string>Reset Settings</string>
  152. <key>action</key>
  153. <string>resetSettings</string>
  154. <key>confirmation</key>
  155. <dict>
  156. <key>title</key>
  157. <string>Reset</string>
  158. <key>prompt</key>
  159. <string>Reset settings?</string>
  160. <key>okTitle</key>
  161. <string>Reset</string>
  162. <key>cancelTitle</key>
  163. <string>Cancel</string>
  164. </dict>
  165. </dict>
  166. </array>
  167. <key>title</key>
  168. <string></string>
  169. </dict>
  170. </plist>