# plantuml-style Plantuml not-ugly style [Plantuml](http://www.plantuml.com) is an awesome Text to UML tool The default style choices suffer from the color version of 'ransom note font syndrome' For the lazy: Use the following somewhere in your file: `!includeurl https://raw.githubusercontent.com/matthewjosephtaylor/plantuml-style/master/style.pu` ## Examples: #### Before: ![Interaction ugly](http://i.imgur.com/bqn8Nba.png) #### After: ![Interaction not-ugly](http://i.imgur.com/pXyKSDT.png) #### Before: ![Class ugly](http://i.imgur.com/V29nVlx.png) #### After: ![Class not-ugly](http://i.imgur.com/Nf4WEK1.png)