File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ var Styles = struct {
49
49
Keyword : defaultStyles .Keyword ,
50
50
Paragraph : defaultStyles .Paragraph ,
51
51
Placeholder : lipgloss .NewStyle ().Foreground (lipgloss.AdaptiveColor {Light : "#585858" , Dark : "#4d46b3" }),
52
- Prompt : defaultStyles .Prompt .Foreground (lipgloss.AdaptiveColor {Light : "#9B9B9B" , Dark : "#5C5C5C" }),
53
- FocusedPrompt : defaultStyles .FocusedPrompt .Foreground (lipgloss .Color ("#651fff" )),
52
+ Prompt : defaultStyles .Prompt .Copy (). Foreground (lipgloss.AdaptiveColor {Light : "#9B9B9B" , Dark : "#5C5C5C" }),
53
+ FocusedPrompt : defaultStyles .FocusedPrompt .Copy (). Foreground (lipgloss .Color ("#651fff" )),
54
54
Fuchsia : defaultStyles .SelectedMenuItem .Copy (),
55
- Logo : defaultStyles .Logo .SetString ("Coder" ),
55
+ Logo : defaultStyles .Logo .Copy (). SetString ("Coder" ),
56
56
Warn : lipgloss .NewStyle ().Foreground (
57
57
lipgloss.AdaptiveColor {Light : "#04B575" , Dark : "#ECFD65" },
58
58
),
You can’t perform that action at this time.
0 commit comments