Dark tabs for Zenith! Mirror of https://github.com/mac-user669/ZenithDark
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

71 行
1.6KB

  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</string>
  12. </dict>
  13. <dict>
  14. <key>cell</key>
  15. <string>PSSwitchCell</string>
  16. <key>default</key>
  17. <true/>
  18. <key>defaults</key>
  19. <string>com.mac-user669.zenithdarkprefs</string>
  20. <key>key</key>
  21. <string>enabled</string>
  22. <key>label</key>
  23. <string>Enable</string>
  24. </dict>
  25. <dict>
  26. <key>cell</key>
  27. <string>PSGroupCell</string>
  28. <key>label</key>
  29. <string>Customization</string>
  30. </dict>
  31. <dict>
  32. <key>cell</key>
  33. <string>PSSwitchCell</string>
  34. <key>default</key>
  35. <true/>
  36. <key>defaults</key>
  37. <string>com.mac-user669.zenithdarkprefs</string>
  38. <key>key</key>
  39. <string>replaceoriginalview</string>
  40. <key>label</key>
  41. <string>Replace Original View</string>
  42. </dict>
  43. <dict>
  44. <key>cell</key>
  45. <string>PSSwitchCell</string>
  46. <key>default</key>
  47. <false/>
  48. <key>defaults</key>
  49. <string>com.mac-user669.zenithdarkprefs</string>
  50. <key>key</key>
  51. <string>notificationBadgesEnabled</string>
  52. <key>label</key>
  53. <string>Enable Notification Badges</string>
  54. </dict>
  55. <dict>
  56. <key>cell</key>
  57. <string>PSGroupCell</string>
  58. </dict>
  59. <dict>
  60. <key>cell</key>
  61. <string>PSButtonCell</string>
  62. <key>label</key>
  63. <string>@mac_user669</string>
  64. <key>action</key>
  65. <string>openTwitter</string>
  66. </dict>
  67. </array>
  68. <key>title</key>
  69. <string>ZenithDark</string>
  70. </dict>
  71. </plist>