Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit16f0f1a

Browse files
Mainstay-Noah-HuppertUbuntu
and
Ubuntu
authored
3293, cli: Updated Placeholder color to have a dark theme alt (#3294)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-1-230.us-east-2.compute.internal>
1 parentc553829 commit16f0f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cli/cliui/cliui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var Styles = struct {
4848
Field:defaultStyles.Code.Copy().Foreground(lipgloss.AdaptiveColor{Light:"#000000",Dark:"#FFFFFF"}),
4949
Keyword:defaultStyles.Keyword,
5050
Paragraph:defaultStyles.Paragraph,
51-
Placeholder:lipgloss.NewStyle().Foreground(lipgloss.Color("240")),
51+
Placeholder:lipgloss.NewStyle().Foreground(lipgloss.AdaptiveColor{Light:"#585858",Dark:"#005fff"}),
5252
Prompt:defaultStyles.Prompt.Foreground(lipgloss.AdaptiveColor{Light:"#9B9B9B",Dark:"#5C5C5C"}),
5353
FocusedPrompt:defaultStyles.FocusedPrompt.Foreground(lipgloss.Color("#651fff")),
5454
Fuschia:defaultStyles.SelectedMenuItem.Copy(),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp