Skip to content

Commit

Permalink
VISUAL: Subtle text is now a little less subtle
Browse files Browse the repository at this point in the history
  • Loading branch information
p5quared committed Apr 22, 2024
1 parent 908dbb4 commit 27b7672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
var (
colorPrimary = lipgloss.Color("124")
colorTextPrimary = lipgloss.Color("254")
colorTextSubtle = lipgloss.AdaptiveColor{Light: "#D9DCCF", Dark: "#383838"}
colorTextSubtle = lipgloss.AdaptiveColor{Light: "#D9DCCF", Dark: "#787878"}
colorSpecial = lipgloss.AdaptiveColor{Light: "#43BF6D", Dark: "#73F59F"}

url = lipgloss.NewStyle().
Expand Down

0 comments on commit 27b7672

Please sign in to comment.