Module aya.pretty

Interface Style.CustomStyle

All Superinterfaces:
Serializable, Style
All Known Implementing Classes:
UnixTermStyle
Enclosing interface:
Style

public static non-sealed interface Style.CustomStyle extends Style
Make your custom style a subclass of this one. For example:
   enum UnixTermStyle implements CustomStyle {
     DoubleUnderline,
     CurlyUnderline,
   }