├── .gitattributes ├── .gitignore ├── LICENSE ├── README.MD ├── screenshot.png └── theme ├── badge.png ├── fonts.png ├── icons ├── cd_bsd.icns ├── cd_lin.icns ├── cd_mac.icns ├── cd_win.icns ├── func_about.png ├── func_clover.png ├── func_help.png ├── func_options.png ├── func_reset.png ├── func_shutdown.png ├── os_clover.icns ├── os_cougar.icns ├── os_freebsd.icns ├── os_legacy.icns ├── os_leo.icns ├── os_linux.icns ├── os_lion.icns ├── os_mac.icns ├── os_mav.icns ├── os_recovery.icns ├── os_snow.icns ├── os_tiger.icns ├── os_unknow.icns ├── os_vista.icns ├── os_win.icns ├── os_win7.icns ├── os_win8.icns ├── os_xp.icns ├── os_yos.icns ├── pointer.icns ├── pointer.png ├── tool_shell.icns ├── tool_shell.png ├── vol_clover.icns ├── vol_external.icns ├── vol_firewire.icns ├── vol_internal.icns ├── vol_internal_ext3.icns ├── vol_internal_hfs.icns ├── vol_internal_ntfs.icns ├── vol_optical.icns └── vol_recovery.icns ├── selection_big.png ├── selection_small.png ├── theme.plist └── wallpaper.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/LICENSE -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/README.MD -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/screenshot.png -------------------------------------------------------------------------------- /theme/badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/badge.png -------------------------------------------------------------------------------- /theme/fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/fonts.png -------------------------------------------------------------------------------- /theme/icons/cd_bsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/cd_bsd.icns -------------------------------------------------------------------------------- /theme/icons/cd_lin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/cd_lin.icns -------------------------------------------------------------------------------- /theme/icons/cd_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/cd_mac.icns -------------------------------------------------------------------------------- /theme/icons/cd_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/cd_win.icns -------------------------------------------------------------------------------- /theme/icons/func_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/func_about.png -------------------------------------------------------------------------------- /theme/icons/func_clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/func_clover.png -------------------------------------------------------------------------------- /theme/icons/func_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/func_help.png -------------------------------------------------------------------------------- /theme/icons/func_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/func_options.png -------------------------------------------------------------------------------- /theme/icons/func_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/func_reset.png -------------------------------------------------------------------------------- /theme/icons/func_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/func_shutdown.png -------------------------------------------------------------------------------- /theme/icons/os_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_clover.icns -------------------------------------------------------------------------------- /theme/icons/os_cougar.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_cougar.icns -------------------------------------------------------------------------------- /theme/icons/os_freebsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_freebsd.icns -------------------------------------------------------------------------------- /theme/icons/os_legacy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_legacy.icns -------------------------------------------------------------------------------- /theme/icons/os_leo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_leo.icns -------------------------------------------------------------------------------- /theme/icons/os_linux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_linux.icns -------------------------------------------------------------------------------- /theme/icons/os_lion.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_lion.icns -------------------------------------------------------------------------------- /theme/icons/os_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_mac.icns -------------------------------------------------------------------------------- /theme/icons/os_mav.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_mav.icns -------------------------------------------------------------------------------- /theme/icons/os_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_recovery.icns -------------------------------------------------------------------------------- /theme/icons/os_snow.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_snow.icns -------------------------------------------------------------------------------- /theme/icons/os_tiger.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_tiger.icns -------------------------------------------------------------------------------- /theme/icons/os_unknow.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_unknow.icns -------------------------------------------------------------------------------- /theme/icons/os_vista.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_vista.icns -------------------------------------------------------------------------------- /theme/icons/os_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_win.icns -------------------------------------------------------------------------------- /theme/icons/os_win7.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_win7.icns -------------------------------------------------------------------------------- /theme/icons/os_win8.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_win8.icns -------------------------------------------------------------------------------- /theme/icons/os_xp.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_xp.icns -------------------------------------------------------------------------------- /theme/icons/os_yos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/os_yos.icns -------------------------------------------------------------------------------- /theme/icons/pointer.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/pointer.icns -------------------------------------------------------------------------------- /theme/icons/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/pointer.png -------------------------------------------------------------------------------- /theme/icons/tool_shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/tool_shell.icns -------------------------------------------------------------------------------- /theme/icons/tool_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/tool_shell.png -------------------------------------------------------------------------------- /theme/icons/vol_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/vol_clover.icns -------------------------------------------------------------------------------- /theme/icons/vol_external.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/vol_external.icns -------------------------------------------------------------------------------- /theme/icons/vol_firewire.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/vol_firewire.icns -------------------------------------------------------------------------------- /theme/icons/vol_internal.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/vol_internal.icns -------------------------------------------------------------------------------- /theme/icons/vol_internal_ext3.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/vol_internal_ext3.icns -------------------------------------------------------------------------------- /theme/icons/vol_internal_hfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/vol_internal_hfs.icns -------------------------------------------------------------------------------- /theme/icons/vol_internal_ntfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/vol_internal_ntfs.icns -------------------------------------------------------------------------------- /theme/icons/vol_optical.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/vol_optical.icns -------------------------------------------------------------------------------- /theme/icons/vol_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/icons/vol_recovery.icns -------------------------------------------------------------------------------- /theme/selection_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/selection_big.png -------------------------------------------------------------------------------- /theme/selection_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/selection_small.png -------------------------------------------------------------------------------- /theme/theme.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/theme.plist -------------------------------------------------------------------------------- /theme/wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burpsuite/clover_theme/HEAD/theme/wallpaper.png --------------------------------------------------------------------------------