Dark tabs for Zenith! Mirror of https://github.com/mac-user669/ZenithDark
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

91 linhas
2.4KB

  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>condensed</key>
  11. <true/>
  12. <key>headerCellClass</key>
  13. <string>HBPackageNameHeaderCell</string>
  14. <key>icon</key>
  15. <string>icon.png</string>
  16. <key>packageIdentifier</key>
  17. <string>com.mac-user669.zenithdark</string>
  18. <key>titleColor</key>
  19. <string>#D0A400</string>
  20. <key>subtitleColor</key>
  21. <string>#D0A400</string>
  22. </dict>
  23. <dict>
  24. <key>cell</key>
  25. <string>PSGroupCell</string>
  26. <key>label</key>
  27. <string>Credits</string>
  28. <key>footerText</key>
  29. <string>Conceptualized by yours truly.</string>
  30. </dict>
  31. <dict>
  32. <key>cellClass</key>
  33. <string>HBTwitterCell</string>
  34. <key>label</key>
  35. <string>mac-user669</string>
  36. <key>user</key>
  37. <string>mac_user669</string>
  38. </dict>
  39. <dict>
  40. <key>cell</key>
  41. <string>PSGroupCell</string>
  42. <key>footerText</key>
  43. <string>Coded most of the tweak.</string>
  44. </dict>
  45. <dict>
  46. <key>cellClass</key>
  47. <string>HBTwitterCell</string>
  48. <key>label</key>
  49. <string>iKilledAppl3</string>
  50. <key>user</key>
  51. <string>iKilledAppl3</string>
  52. </dict>
  53. <dict>
  54. <key>cell</key>
  55. <string>PSGroupCell</string>
  56. <key>footerText</key>
  57. <string>Helped with some of our preferences code and amongst other things.</string>
  58. </dict>
  59. <dict>
  60. <key>cellClass</key>
  61. <string>HBTwitterCell</string>
  62. <key>label</key>
  63. <string>Skittyblock</string>
  64. <key>user</key>
  65. <string>Skittyblock</string>
  66. </dict>
  67. <dict>
  68. <key>cell</key>
  69. <string>PSGroupCell</string>
  70. <key>label</key>
  71. <string>Open Source!</string>
  72. <key>footerText</key>
  73. <string></string>
  74. </dict>
  75. <dict>
  76. <key>cellClass</key>
  77. <string>HBLinkTableCell</string>
  78. <key>label</key>
  79. <string>Source Code</string>
  80. <key>subtitle</key>
  81. <string>View on GitHub</string>
  82. <key>url</key>
  83. <string>https://github.com/mac-user669/ZenithDark</string>
  84. </dict>
  85. </array>
  86. <key>title</key>
  87. <string>About</string>
  88. </dict>
  89. </plist>