fix: dark mode styles
This commit is contained in:
3
main.go
3
main.go
@ -128,9 +128,10 @@ func initialModel(renderer *lipgloss.Renderer, w int, h int) model {
|
||||
glamourRenderWidth := w - vp.Style.GetHorizontalFrameSize() - glamourGutter
|
||||
|
||||
termRenderer, err := glamour.NewTermRenderer(
|
||||
glamour.WithAutoStyle(),
|
||||
glamour.WithStandardStyle("dark"),
|
||||
glamour.WithWordWrap(glamourRenderWidth),
|
||||
)
|
||||
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user