Add theme switcher

This commit is contained in:
arnaucube
2020-05-29 00:01:47 +02:00
parent f4a55d1f1e
commit c905e2a5b3
6 changed files with 145 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import (
"path/filepath"
"github.com/fatih/color"
blackfriday "gopkg.in/russross/blackfriday.v2"
blackfriday "github.com/russross/blackfriday/v2"
)
func check(err error) {