summaryrefslogtreecommitdiffstats
path: root/style.go
diff options
context:
space:
mode:
Diffstat (limited to 'style.go')
-rw-r--r--style.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.go b/style.go
index 366bbc4..81a1c2d 100644
--- a/style.go
+++ b/style.go
@@ -4,7 +4,7 @@ import . "github.com/charmbracelet/lipgloss" //nolint:revive
var (
keyword = NewStyle().
- Foreground(AdaptiveColor{Light: "#04B575", Dark: "#04B575"}).
+ Foreground(Color("#04B575")).
Render
paragraph = NewStyle().