Within my current theme (called rene) I don't get the dock file to show up!
SSH:
Reflective dock settings:
I think it has something to do with the info.plist, but I have no clue what.
info.plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DockedIconLabelStyle</key>
<string>color: rgba(255,255,255,0); font-size: 10;</string>
<key>UndockedIconLabelStyle</key>
<string>color: rgba(255,255,255,0.9); font-size: 10;</string>
<key>CalendarIconDateStyle</key>
<string>color: rgba(0,0,0,0.75); padding-right: 1; font-size: 25;</string>
<key>CalendarIconDayStyle</key>
<string>color: Transparent</string>
<key>BadgeStyle</key>
<string>padding-top: 2 ; font-size: 13px; color: rgba(50,30,15,0.9); text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;</string>
</dict>
</plist>

SSH:

Reflective dock settings:

I think it has something to do with the info.plist, but I have no clue what.
info.plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DockedIconLabelStyle</key>
<string>color: rgba(255,255,255,0); font-size: 10;</string>
<key>UndockedIconLabelStyle</key>
<string>color: rgba(255,255,255,0.9); font-size: 10;</string>
<key>CalendarIconDateStyle</key>
<string>color: rgba(0,0,0,0.75); padding-right: 1; font-size: 25;</string>
<key>CalendarIconDayStyle</key>
<string>color: Transparent</string>
<key>BadgeStyle</key>
<string>padding-top: 2 ; font-size: 13px; color: rgba(50,30,15,0.9); text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;</string>
</dict>
</plist>