Dotfiles/.config/git-graph/models/trunk.toml

34 lines
436 B
TOML
Raw Normal View History

2024-11-23 16:09:49 +00:00
persistence = [
'^(trunk)$',
'^story.*$',
]
order = [
'^trunk$',
]
[terminal_colors]
matches = [
[
'^trunk$',
['bright_blue'],
],
]
unknown = [
'bright_yellow',
'bright_green',
'bright_red',
'bright_magenta',
'bright_cyan',
]
[svg_colors]
matches = []
unknown = [
'blue',
'orange',
'green',
'red',
'purple',
'turquoise',
]