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.

117 lines
2.7KB

  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. </dict>
  47. <dict>
  48. <key>cell</key>
  49. <string>PSLinkCell</string>
  50. <key>cellClass</key>
  51. <string>SparkColourPickerCell</string>
  52. <key>libsparkcolourpicker</key>
  53. <dict>
  54. <key>defaults</key>
  55. <string>com.mac-user669.zenithdark</string>
  56. <key>key</key>
  57. <string>kCustomDarkColor</string>
  58. <key>fallback</key>
  59. <string>#000000:0.44</string>
  60. <key>alpha</key>
  61. <true/>
  62. </dict>
  63. <key>label</key>
  64. <string>Color</string>
  65. <key>key</key>
  66. <string>kCustomDarkColor</string>
  67. <key>PostNotification</key>
  68. <string>com.mac-user669.zenithdark.prefschanged</string>
  69. </dict>
  70. <dict>
  71. <key>cell</key>
  72. <string>PSGroupCell</string>
  73. <key>label</key>
  74. <string></string>
  75. <key>footerText</key>
  76. <string>A respring is needed to apply changes</string>
  77. </dict>
  78. <dict>
  79. <key>cell</key>
  80. <string>PSButtonCell</string>
  81. <key>label</key>
  82. <string>Respring</string>
  83. <key>cellClass</key>
  84. <string>HBTintedTableCell</string>
  85. <key>action</key>
  86. <string>respringPopUp</string>
  87. </dict>
  88. <dict>
  89. <key>cell</key>
  90. <string>PSGroupCell</string>
  91. <key>label</key>
  92. <string></string>
  93. <key>footerText</key>
  94. <string></string>
  95. </dict>
  96. <dict>
  97. <key>cell</key>
  98. <string>PSLinkCell</string>
  99. <key>detail</key>
  100. <string>ZNDarkPrefsAboutListController</string>
  101. <key>isController</key>
  102. <true/>
  103. <key>label</key>
  104. <string>About</string>
  105. </dict>
  106. </array>
  107. <key>title</key>
  108. <string></string>
  109. </dict>
  110. </plist>