Created
November 11, 2021 15:28
-
-
Save notheotherben/92302a60f8599ba73f1c2840f3c6d455 to your computer and use it in GitHub Desktop.
A Powerline configuration for Starship.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
format = """ | |
[\uE0B6](fg:#1C4961)[$directory](bg:#1C4961)[\uE0B0](fg:#1C4961 bg:#2F79A1)$git_branch[\uE0B0](fg:#2F79A1 bg:#3A95C7)$git_status[\uE0B0](#3A95C7 bg:#40A9E0)$time[\uE0B0](#40A9E0 bg:none) $all$character """ | |
add_newline = true | |
[directory] | |
style = "bg:#1C4961 fg:white" | |
[git_branch] | |
format = "[ $symbol$branch ]($style)" | |
style = "bg:#2F79A1 fg:white" | |
[git_status] | |
format = "[ $all_status$ahead_behind ]($style)" | |
style = "bg:#3A95C7 fg:white" | |
[time] | |
disabled = false | |
format = "[ $time ]($style)" | |
style = "bg:#40A9E0 fg:white" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice beautifull theme, tks!