printer/themeprinter.go
changeset 239 605a00e9d1ab
parent 194 660233815ca8
child 265 05c40b36d3b2
equal deleted inserted replaced
238:d5d0260ead40 239:605a00e9d1ab
    13 	"path/filepath"
    13 	"path/filepath"
    14 	"strings"
    14 	"strings"
    15 
    15 
    16 	"github.com/pkg/errors"
    16 	"github.com/pkg/errors"
    17 
    17 
    18 	"github.com/McKael/madon"
    18 	"github.com/McKael/madon/v2"
    19 )
    19 )
    20 
    20 
    21 const themeDirName = "themes"
    21 const themeDirName = "themes"
    22 
    22 
    23 // ThemePrinter represents a Theme printer
    23 // ThemePrinter represents a Theme printer