chore/update-momo-main-07-23 #237
|
@ -84,6 +84,7 @@
|
||||||
git_branch = {
|
git_branch = {
|
||||||
style = "#E5C463";
|
style = "#E5C463";
|
||||||
format = "[](fg:black bg:$style)[ $symbol$branch](fg:black bg:$style)[](fg:$style)";
|
format = "[](fg:black bg:$style)[ $symbol$branch](fg:black bg:$style)[](fg:$style)";
|
||||||
|
symbol = " ";
|
||||||
};
|
};
|
||||||
|
|
||||||
git_commit = {
|
git_commit = {
|
||||||
|
@ -104,16 +105,16 @@
|
||||||
git_status = {
|
git_status = {
|
||||||
style = "#E5C463";
|
style = "#E5C463";
|
||||||
format = "([ ](bg:$style fg:black)$conflicted$staged$modified$renamed$deleted$untracked$stashed$ahead_behind[](fg:$style))";
|
format = "([ ](bg:$style fg:black)$conflicted$staged$modified$renamed$deleted$untracked$stashed$ahead_behind[](fg:$style))";
|
||||||
conflicted = "[ ](bold fg:88 bg:#E5C463)[ \${count} ](fg:black bg:#E5C463)";
|
conflicted = "[ ](bold fg:88 bg:#E5C463)[ \${count} ](fg:black bg:#E5C463)";
|
||||||
staged = "[ $count ](fg:black bg:#E5C463)";
|
staged = "[ $count ](fg:black bg:#E5C463)";
|
||||||
modified = "[ \${count} ](fg:black bg:#E5C463)";
|
modified = "[ \${count} ](fg:black bg:#E5C463)";
|
||||||
renamed = "[ \${count} ](fg:black bg:#E5C463)";
|
renamed = "[ \${count} ](fg:black bg:#E5C463)";
|
||||||
deleted = "[ \${count} ](fg:black bg:#E5C463)";
|
deleted = "[ \${count} ](fg:black bg:#E5C463)";
|
||||||
untracked = "[?\${count} ](fg:black bg:#E5C463)";
|
untracked = "[?\${count} ](fg:black bg:#E5C463)";
|
||||||
stashed = "[ \${count} ](fg:black bg:#E5C463)";
|
stashed = "[ \${count} ](fg:black bg:#E5C463)";
|
||||||
ahead = "[ \${count} ](fg:#523333 bg:#E5C463)";
|
ahead = "[ \${count} ](fg:#523333 bg:#E5C463)";
|
||||||
behind = "[ \${count} ](fg:black bg:#E5C463)";
|
behind = "[ \${count} ](fg:black bg:#E5C463)";
|
||||||
diverged = "[ ](fg:88 bg:#E5C463)[ נּ ](fg:black bg:#E5C463)[ \${ahead_count} ](fg:black bg:#E5C463)[ \${behind_count} ](fg:black bg:#E5C463)";
|
diverged = "[ ](fg:88 bg:#E5C463)[ ](fg:black bg:#E5C463)[ \${ahead_count} ](fg:black bg:#E5C463)[ \${behind_count} ](fg:black bg:#E5C463)";
|
||||||
};
|
};
|
||||||
|
|
||||||
golang = {
|
golang = {
|
||||||
|
|
Loading…
Reference in a new issue