From 657eb9432fb662d7d5ccf3954c99522ebb317c36 Mon Sep 17 00:00:00 2001 From: John Lakeman Date: Wed, 11 Dec 2024 00:13:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20basic=20style=20foregroun?= =?UTF-8?q?d=20colour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/theme.toml b/config/theme.toml index 469861f34..8803be5b1 100644 --- a/config/theme.toml +++ b/config/theme.toml @@ -56,7 +56,7 @@ prefix = "v " # Basic style, used for regular files (and also device files and FIFOs) [regular] -fg = "white" +fg = "default" # For directories [directory]