Commit Graph
9 Commits
Author SHA1 Message Date
Maas Lalani e70ff2d969 feat: Add pink theme 2022-07-27 20:49:42 +02:00
Christian Rocha 94148ad4a6 Bake-in Dracula (#137) 2022-01-23 21:02:18 +01:00
Christian Rocha e859bb067c Use margins at the document level (versus indent) in default styles (#67)
* Use margins at the document level (versus indent) in default styles

* Fix tests per the style changes in the previous commit
2020-05-21 17:03:59 +02:00
Christian Muehlhaeuser 301d3bcf30 Don't determine auto style on init
The automatic style configuration will now only be determined, when
initialized with the WithAutoStyle renderer option.
2020-03-20 18:39:16 +01:00
Christian Muehlhaeuser ac879be81a Added 'auto' style config
AutoStyleConfig points to either DarkStyleConfig or LightStyleConfig
depending on the current terminal's background color.
2020-01-14 02:01:22 +01:00
Christian Muehlhaeuser 6e19bd5b48 Remove now obsolete simple style 2020-01-06 08:31:51 +01:00
Tom Payne fa41f6a15f Add ASCII default style 2020-01-06 08:05:10 +01:00
Tom Payne ef6bdc2ba2 Generate styles with go generate 2020-01-06 07:40:48 +01:00
Tom Payne 6b9278b445 Define default styles in Go, not JSON 2020-01-05 05:45:40 +01:00