1.Seçenek: TextMate 1'i kullanın:
open ~/Library/Application\ Support/Avian/Bundles/Themes.tmbundle/Themes/Custom.tmTheme -a TextMate
cp ~/Library/Application\ Support/TextMate/Themes/Custom.tmTheme \
~/Library/Application\ Support/Avian/Bundles/Themes.tmbundle/Themes/Custom.tmTheme
2.Seçenek: Temayı, paket düzenleyiciden eski stil plist olarak düzenleyin:
Seçenek 3: tmTheme dosyasını aşağıdakilerle açarak doğrudan düzenleyin mate
:
mate ~/Library/Application\ Support/Avian/Bundles/Themes.tmbundle/Themes/Custom.tmTheme
Son iki seçenek, düzenlenmiş temayı kullanmalarını sağlamak için dosyaları kapatıp yeniden açmanızı gerektirir. tell app "TextMate 2" to reload bundles
çalışmıyor.
Sen kullanabilirsiniz pl
ve plutil
XML ve eski tarz formatları arasında dönüştürme:
pl -input file.plist -output file.plist
plutil -convert xml1 file.plist