Fix git colors for dark terminals
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f6f189704a
commit
befb138a8e
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ blocks:
|
|||
foreground_templates:
|
||||
- '{{ if or (.Working.Changed) (.Staging.Changed) }}p:yellow{{ end }}'
|
||||
- '{{ if and (gt .Ahead 0) (gt .Behind 0) }}p:red{{ end }}'
|
||||
- '{{ if gt .Ahead 0 }}#49416D{{ end }}'
|
||||
- '{{ if gt .Behind 0 }}#7A306C{{ end }}'
|
||||
- '{{ if gt .Ahead 0 }}#8173bf{{ end }}'
|
||||
- '{{ if gt .Behind 0 }}#bd4ba7{{ end }}'
|
||||
properties:
|
||||
bitbucket_icon: "\ue703"
|
||||
branch_icon: ''
|
||||
|
|
Loading…
Reference in a new issue