From 0d067f78792a22eecdae7217906be36707fdc8b0 Mon Sep 17 00:00:00 2001 From: quak Date: Wed, 15 Jan 2025 00:11:11 +0100 Subject: [PATCH] .. --- navigate/.config/navigate/navigate.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/navigate/.config/navigate/navigate.conf b/navigate/.config/navigate/navigate.conf index 04154ce..361e5e9 100644 --- a/navigate/.config/navigate/navigate.conf +++ b/navigate/.config/navigate/navigate.conf @@ -1,7 +1,7 @@ [general] show_stack_on_push = false show_stack_on_pop = false -show_stack_on_bookmark = false +show_books_on_bookmark = false [format] stack_separator = " - " @@ -9,9 +9,13 @@ bookmarks_separator = " - " align_separators = true [styles] +warning_style = "yellow, italic" +error_style = "red, bold" stack_number_style = "default" stack_separator_style = "cyan" stack_path_style = "default" +stack_punct_style = "#E01458" bookmarks_name_style = "default" bookmarks_seperator_style = "cyan" bookmarks_path_style = "default" +bookmarks_punct_style = "#E01458"