1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/pkg/gui/presentation
Matt Cles 4df7646654 Add configurable colors for branch prefixes
Branches can now be colored based on their prefix, if it matches
a user defined prefix in the config file. If no user defined
prefix matches, then it will fallback to the defaults: green for
'feature', yellow for 'bugfix', and red for 'hotfix'. All
remaining branches will be set to the default text color.
2022-02-01 18:55:45 +11:00
..
authors fix typo 2021-12-25 11:54:27 +11:00
graph add some more linters 2022-01-09 14:09:53 +11:00
branches.go Add configurable colors for branch prefixes 2022-02-01 18:55:45 +11:00
commits_test.go fix panic on rebase 2022-01-26 17:20:58 +11:00
commits.go fix panic on rebase 2022-01-26 17:20:58 +11:00
files_test.go properly resolve cyclic dependency 2022-01-22 10:48:51 +11:00
files.go properly resolve cyclic dependency 2022-01-22 10:48:51 +11:00
reflog_commits.go Make cherry pick commit color customisable 2021-09-30 01:26:05 +10:00
remote_branches.go color fixups 2021-08-01 16:14:56 +10:00
remotes.go color fixups 2021-08-01 16:14:56 +10:00
stash_entries.go color fixups 2021-08-01 16:14:56 +10:00
submodules.go Switch to github.com/gookit/color for terminal colors 2021-07-30 15:14:46 +02:00
suggestions.go support labels for suggestions which are distinct from values 2020-11-28 20:48:17 +11:00
tags.go color fixups 2021-08-01 16:14:56 +10:00