1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-10 11:10:18 +02:00
lazygit/pkg/config
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
..
app_config.go refactoring the config struct 2022-01-04 09:07:15 +11:00
config_default_platform.go Format code to pass lint 2021-09-16 21:38:43 +08:00
config_linux.go Fix open link command in Windows 2021-10-16 22:40:50 +11:00
config_windows.go Fix open link command in Windows 2021-10-16 22:40:50 +11:00
dummies.go easier hiding of command log 2021-10-23 12:54:57 +11:00
user_config.go Add configurable colors for branch prefixes 2022-02-01 18:55:45 +11:00