summaryrefslogtreecommitdiffstats
path: root/tui/format.go
diff options
context:
space:
mode:
Diffstat (limited to 'tui/format.go')
-rw-r--r--tui/format.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tui/format.go b/tui/format.go
index efc683d..c0913e5 100644
--- a/tui/format.go
+++ b/tui/format.go
@@ -83,7 +83,7 @@ func (ui *UI) formatSize(size int64, reverseColor bool, transparentBg bool) stri
var color string
if reverseColor {
if ui.UseColors {
- color = "[black:#2479d0:-]"
+ color = "[#000000:#2479d0:-]"
} else {
color = "[black:white:-]"
}