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.

78 lines
1.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>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>PSButtonCell</string>
  44. <key>label</key>
  45. <string>Respring</string>
  46. <key>cellClass</key>
  47. <string>HBTintedTableCell</string>
  48. <key>action</key>
  49. <string>respringPopUp</string>
  50. </dict>
  51. <dict>
  52. <key>cell</key>
  53. <string>PSGroupCell</string>
  54. <key>label</key>
  55. <string></string>
  56. <key>footerText</key>
  57. <string></string>
  58. </dict>
  59. <dict>
  60. <key>cell</key>
  61. <string>PSLinkCell</string>
  62. <key>detail</key>
  63. <string>ZNDarkPrefsAboutListController</string>
  64. <key>isController</key>
  65. <true/>
  66. <key>label</key>
  67. <string>About</string>
  68. </dict>
  69. </array>
  70. <key>title</key>
  71. <string></string>
  72. </dict>
  73. </plist>