We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4514713 commit 58a8723Copy full SHA for 58a8723
src/color.rs
@@ -180,7 +180,7 @@ impl Colors {
180
),
181
ThemeOption::CustomLegacy(ref file) => {
182
print_output!(
183
- "Warning: the 'themes' directory is deprecated, use 'colors.yaml' instead."
+ "Warning: the 'themes' directory is deprecated, use 'colors.yaml' instead.\n\n"
184
);
185
// TODO: drop the `themes` dir prefix, adding it here only for backwards compatibility
186
Some(
0 commit comments