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.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>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 Type</string>
  46. </dict>
  47. <dict>
  48. <key>cell</key>
  49. <string>PSSegmentCell</string>
  50. <key>default</key>
  51. <integer>0</integer>
  52. <key>defaults</key>
  53. <string>com.mac-user669.zenithdark</string>
  54. <key>key</key>
  55. <string>sortingType</string>
  56. <key>validValues</key>
  57. <array>
  58. <integer>0</integer>
  59. <integer>1</integer>
  60. <integer>2</integer>
  61. <integer>3</integer>
  62. </array>
  63. <key>validTitles</key>
  64. <array>
  65. <string>Adaptive</string>
  66. <string>Dark</string>
  67. <string>OLED Adaptive</string>
  68. <string>OLED</string>
  69. </array>
  70. </dict>
  71. <dict>
  72. <key>cell</key>
  73. <string>PSGroupCell</string>
  74. <key>label</key>
  75. <string></string>
  76. <key>footerText</key>
  77. <string>A respring is needed to apply changes</string>
  78. </dict>
  79. <dict>
  80. <key>cell</key>
  81. <string>PSButtonCell</string>
  82. <key>label</key>
  83. <string>Respring</string>
  84. <key>cellClass</key>
  85. <string>HBTintedTableCell</string>
  86. <key>action</key>
  87. <string>respringPopUp</string>
  88. </dict>
  89. <dict>
  90. <key>cell</key>
  91. <string>PSGroupCell</string>
  92. <key>label</key>
  93. <string></string>
  94. <key>footerText</key>
  95. <string></string>
  96. </dict>
  97. <dict>
  98. <key>cell</key>
  99. <string>PSLinkCell</string>
  100. <key>detail</key>
  101. <string>ZNDarkPrefsAboutListController</string>
  102. <key>isController</key>
  103. <true/>
  104. <key>label</key>
  105. <string>About</string>
  106. </dict>
  107. </array>
  108. <key>title</key>
  109. <string></string>
  110. </dict>
  111. </plist>