Skip to content

Commit

Permalink
(SDK-323) Change color of default answer to cyan
Browse files Browse the repository at this point in the history
Cyan is less likely to conflict with a users background color than the
default (bright black).

Users can also avoid this by enabling their terminal's 'minimum
contrast' feature.
  • Loading branch information
austb committed Jul 28, 2017
1 parent c0fa634 commit a7dfc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pdk/generators/module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def self.module_interview(metadata, opts = {})
},
]

prompt = TTY::Prompt.new
prompt = TTY::Prompt.new(help_color: :cyan)

interview = PDK::CLI::Util::Interview.new(prompt)

Expand Down

0 comments on commit a7dfc6d

Please sign in to comment.