Added 'auto' style config

AutoStyleConfig points to either DarkStyleConfig or LightStyleConfig
depending on the current terminal's background color.
This commit is contained in:
Christian Muehlhaeuser
2020-01-14 02:01:22 +01:00
parent 392f5b033b
commit ac879be81a
5 changed files with 28 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ require (
github.com/alecthomas/chroma v0.7.0
github.com/microcosm-cc/bluemonday v1.0.2
github.com/muesli/reflow v0.0.0-20191216070243-e5efeac4e302
github.com/muesli/termenv v0.0.0-20200113040742-787d65c2d855
github.com/muesli/termenv v0.0.0-20200114005430-a7aeffd54956
github.com/olekukonko/tablewriter v0.0.4
github.com/yuin/goldmark v1.1.19
)