From 38ddc3265634275d999781dbc0ce827392ed77e0 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 18 Jan 2025 18:39:44 -0500 Subject: [PATCH] Make "ansiEmptyDirectoryWarning" more visible in light terminal themes --- src/cli/entryList.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/entryList.go b/src/cli/entryList.go index 890af80..630849c 100644 --- a/src/cli/entryList.go +++ b/src/cli/entryList.go @@ -13,7 +13,7 @@ import ( const ( ansiAlternateEntryColor = "\033[38;5;8m" ansiDirectoryHeader = "\033[38;5;7;48;5;8m" - ansiEmptyDirectoryWarning = "\033[38;5;11m" + ansiEmptyDirectoryWarning = "\033[38;5;3m" ) // determineIndentation calculates and returns the final visual indentation multiplier (needed to adjust indentation for skipped parent directories); also subtracts "old" text from directory header.