catppuccin / github

🐈‍⬛ Soothing pastel theme for GitHub
MIT License
251 stars 21 forks source link

broken in latest version #34

Closed backwardspy closed 2 years ago

backwardspy commented 2 years ago

attempting to apply the style as of 35e41f33 (#32) results in the following message:

Stylus failed to parse usercss:

stylus:50:10
   46|         $mantle = #e6e9ef
   47|         $crust = #dce0e8
   48|         $shadow = #dbdfef
   49|     }
   50|     else if (theme=="Frappe") {
----------------^
   51|         $type = dark
   52|         
   53|         $rosewater = #f2d5cf

unexpected "else"

this renders the style uninstallable (as far as i can tell!)

applying the style as it was at 011e121d works as expected.

unseen-ninja commented 2 years ago

Great catch, seems that somehow the formatting screwed up with stylus. This should be fixed with 284add2. c:

backwardspy commented 2 years ago

looks good to me, thanks!