This commit is contained in:
quak
2025-01-15 00:11:11 +01:00
parent afaf5f642b
commit 0d067f7879

View File

@@ -1,7 +1,7 @@
[general] [general]
show_stack_on_push = false show_stack_on_push = false
show_stack_on_pop = false show_stack_on_pop = false
show_stack_on_bookmark = false show_books_on_bookmark = false
[format] [format]
stack_separator = " - " stack_separator = " - "
@@ -9,9 +9,13 @@ bookmarks_separator = " - "
align_separators = true align_separators = true
[styles] [styles]
warning_style = "yellow, italic"
error_style = "red, bold"
stack_number_style = "default" stack_number_style = "default"
stack_separator_style = "cyan" stack_separator_style = "cyan"
stack_path_style = "default" stack_path_style = "default"
stack_punct_style = "#E01458"
bookmarks_name_style = "default" bookmarks_name_style = "default"
bookmarks_seperator_style = "cyan" bookmarks_seperator_style = "cyan"
bookmarks_path_style = "default" bookmarks_path_style = "default"
bookmarks_punct_style = "#E01458"