charmbracelet / log

A minimal, colorful Go logging library 🪵
MIT License
2.4k stars 67 forks source link

Light color theme? #16

Closed jabbalaci closed 1 year ago

jabbalaci commented 1 year ago

I belong to the minority who prefers light terminal background color. Do you have a light theme too? It would be nice if we could choose between a dark and a light color theme easily.

aymanbagabas commented 1 year ago

hey @jabbalaci Yes, we do! Log uses Lipgloss to automatically detect background color. You can customize and adapt the default colors to your liking. Refer to styles.go for more info.

These are the default colors on a light background: image

jabbalaci commented 1 year ago

Excellent, thank you! Please mention in the README that you have light theme support too.