gmawji

Anemone Statusbar Colors

Feb 15th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>TintFilter</key>
  6. <dict>
  7. <key>policy</key>
  8. <string>blacklist</string>
  9. <key>BundleIdentifiers</key>
  10. <array />
  11. </dict>
  12. <key>TintColors</key>
  13. <dict>
  14. <key>UIStatusBar</key>
  15. <string>green</string>
  16. <key>UIStatusBarSignalStrengthItemView</key>
  17. <string>gray</string>
  18. <key>UIStatusBarServiceItemView</key>
  19. <string>gray</string>
  20. <key>UIStatusBarItemView</key>
  21. <string>green</string>
  22. <key>UIStatusBarAirplaneModeItemView</key>
  23. <string>rgb(0,255,255)</string>
  24. <key>UIStatusBarDataNetworkItemView</key>
  25. <string>pink</string>
  26. <key>UIStatusBarActivityItemView</key>
  27. <string>red</string>
  28. <key>UIStatusBarTimeItemView</key>
  29. <string>orange</string>
  30. <key>UIStatusBarBluetoothItemView</key>
  31. <string>blue</string>
  32. <key>UIStatusBarBatteryItemView</key>
  33. <string>purple</string>
  34. <key>UIStatusBarBatteryPercentItemView</key>
  35. <string>purple</string>
  36. </dict>
  37. </dict>
  38. </plist>
Advertisement
Add Comment
Please, Sign In to add comment