Skip to content

Commit

Permalink
feat: support lazygit 0.41.0 (#33)
Browse files Browse the repository at this point in the history
* chore: remove unused settings

* feat: add default author color
  • Loading branch information
nullishamy authored Mar 28, 2024
1 parent a544cef commit dd77f4b
Show file tree
Hide file tree
Showing 115 changed files with 454 additions and 117 deletions.
5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

3 changes: 3 additions & 0 deletions lazygit-mergeable.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ gui:
- '#{{ text }}'
searchingActiveBorderColor:
- '#{{ yellow }}'

authorColors:
'*': '#{{ lavender }}'
3 changes: 3 additions & 0 deletions lazygit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ theme:
- '#{{ text }}'
searchingActiveBorderColor:
- '#{{ yellow }}'

authorColors:
'*': '#{{ lavender }}'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/blue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/flamingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/lavender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/maroon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/mauve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/peach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/pink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/red.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/rosewater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/sapphire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/sky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/teal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/frappe/yellow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#c6d0f5'
searchingActiveBorderColor:
- '#e5c890'
- '#e5c890'

authorColors:
'*': '#babbf1'
5 changes: 4 additions & 1 deletion themes-mergable/latte/blue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/flamingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/lavender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/maroon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/mauve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/peach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/pink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/red.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/rosewater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/sapphire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/sky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/teal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/latte/yellow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
- '#df8e1d'

authorColors:
'*': '#7287fd'
5 changes: 4 additions & 1 deletion themes-mergable/macchiato/blue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#cad3f5'
searchingActiveBorderColor:
- '#eed49f'
- '#eed49f'

authorColors:
'*': '#b7bdf8'
5 changes: 4 additions & 1 deletion themes-mergable/macchiato/flamingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#cad3f5'
searchingActiveBorderColor:
- '#eed49f'
- '#eed49f'

authorColors:
'*': '#b7bdf8'
5 changes: 4 additions & 1 deletion themes-mergable/macchiato/green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#cad3f5'
searchingActiveBorderColor:
- '#eed49f'
- '#eed49f'

authorColors:
'*': '#b7bdf8'
5 changes: 4 additions & 1 deletion themes-mergable/macchiato/lavender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#cad3f5'
searchingActiveBorderColor:
- '#eed49f'
- '#eed49f'

authorColors:
'*': '#b7bdf8'
5 changes: 4 additions & 1 deletion themes-mergable/macchiato/maroon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#cad3f5'
searchingActiveBorderColor:
- '#eed49f'
- '#eed49f'

authorColors:
'*': '#b7bdf8'
5 changes: 4 additions & 1 deletion themes-mergable/macchiato/mauve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ gui:
defaultFgColor:
- '#cad3f5'
searchingActiveBorderColor:
- '#eed49f'
- '#eed49f'

authorColors:
'*': '#b7bdf8'
Loading

0 comments on commit dd77f4b

Please sign in to comment.