This commit is contained in:
iFargle 2024-01-19 17:41:26 +09:00
parent b4ab8e674c
commit 229624cb24

View file

@ -23,26 +23,11 @@ in
"[](fg:${yellowColor} bg:${blueColor})"
"$git_branch"
"$git_status"
"[ ](fg:${blueColor})"
# "[](fg:${blueColor} bg:#86BBD8)"
# "$c"
# "$elixir"
# "$elm"
# "$golang"
# "$gradle"
# "$haskell"
# "$java"
# "$julia"
# "$nodejs"
# "$nim"
"[](fg:${blueColor})"
"$rust"
# "$scala"
# "[](fg:#86BBD8 bg:#06969A)"
"$docker_context"
"$status"
# "[](fg:#06969A bg:#33658A)"
# "$time"
# "[ ](fg:#33658A)"
"[](fg:${redColor})"
];
username = {
@ -91,7 +76,7 @@ in
status = {
style = "fg:${whiteColor} bg:${redColor}";
format = "[$symbol$status]($style)";
format = "[$status]($style)";
disabled = false;
};