added example configuration file
This commit is contained in:
@@ -63,3 +63,5 @@ Style settings accept styles and one color in the following formats:
|
|||||||
|
|
||||||
***NOTE**: The styles and colors are applied as ansi escape sequences and most terminals do not support all options.*
|
***NOTE**: The styles and colors are applied as ansi escape sequences and most terminals do not support all options.*
|
||||||
|
|
||||||
|
See [navigate.toml](./navigate.toml) for an example configuration file.
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
[general]
|
||||||
|
show_stack_on_push = false
|
||||||
|
show_stack_on_pop = false
|
||||||
|
show_books_on_bookmark = false
|
||||||
|
|
||||||
|
[format]
|
||||||
|
stack_separator = " - "
|
||||||
|
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 = "italic"
|
||||||
|
stack_punct_style = "#805820"
|
||||||
|
bookmarks_name_style = "bold"
|
||||||
|
bookmarks_seperator_style = "cyan"
|
||||||
|
bookmarks_path_style = "italic"
|
||||||
|
bookmarks_punct_style = "bold, #805820"
|
||||||
Reference in New Issue
Block a user