From 12a5a3992291e75c7d4af87db1507cb487f64fe7 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 11 Mar 2024 00:17:28 +0100 Subject: [PATCH] broot: visual tweaks Changes: - don't use icons -> less visual clutter. - don't use bold for directories and executables -> same as my custom `EZA_COLORS` --- config/broot/conf.toml | 2 +- config/broot/skins/dark.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/broot/conf.toml b/config/broot/conf.toml index 4708066..60e4a1a 100644 --- a/config/broot/conf.toml +++ b/config/broot/conf.toml @@ -23,7 +23,7 @@ date_time_format = "%Y-%m-%d %R" default_flags = "--sort-by-type --no-trim-root" # Show NerdFont icons. -icon_theme = "nerdfont" +# icon_theme = "nerdfont" imports = [ "verbs.toml", diff --git a/config/broot/skins/dark.toml b/config/broot/skins/dark.toml index a86fb02..990c89b 100644 --- a/config/broot/skins/dark.toml +++ b/config/broot/skins/dark.toml @@ -33,8 +33,8 @@ owner = "ansi(3)" group = "ansi(3)" dates = "ansi(4)" file = "ansi(15)" -directory = "ansi(4) none Bold" -exe = "ansi(2) none Bold" +directory = "ansi(4) none" +exe = "ansi(2) none" link = "ansi(6)" pruning = "ansi(8) none Italic" content_extract = "ansi(244) none Italic"