2021-06-07 22:39:09 -07:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"blocks" : [
{
"alignment" : "left" ,
"segments" : [
{
"background" : "#003543" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#fff" ,
"powerline_symbol" : "\ue0b0" ,
2021-06-07 22:39:09 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"windows" : "\uf179"
} ,
"style" : "powerline" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ if .WSL }}WSL at {{ end }}{{.Icon}}" ,
2022-02-03 01:22:57 -08:00
"type" : "os"
2021-06-07 22:39:09 -07:00
} ,
{
"background" : "#003543" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#d2ff5e" ,
"powerline_symbol" : "\ue0b0" ,
"style" : "powerline" ,
2022-03-27 01:12:47 -07:00
"template" : "{{ .UserName }} " ,
2022-02-03 01:22:57 -08:00
"type" : "session"
2021-06-07 22:39:09 -07:00
} ,
{
"background" : "#0087D8" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#003544" ,
"powerline_symbol" : "\ue0b0" ,
2021-06-07 22:39:09 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"folder_separator_icon" : "/" ,
2022-03-27 01:12:47 -07:00
"style" : "full"
2022-02-03 01:22:57 -08:00
} ,
"style" : "powerline" ,
2022-03-27 01:12:47 -07:00
"template" : " \ue5ff {{ .Path }} " ,
2022-02-03 01:22:57 -08:00
"type" : "path"
2021-06-07 22:39:09 -07:00
} ,
{
"background" : "#d2ff5e" ,
2021-11-07 08:42:56 -08:00
"background_templates" : [
2021-11-09 08:13:47 -08:00
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ff9248{{ end }}" ,
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#f26d50{{ end }}" ,
"{{ if gt .Ahead 0 }}#89d1dc{{ end }}" ,
"{{ if gt .Behind 0 }}#f17c37{{ end }}"
2021-11-07 08:42:56 -08:00
] ,
2022-02-03 01:22:57 -08:00
"foreground" : "#193549" ,
"powerline_symbol" : "\ue0b0" ,
2021-06-07 22:39:09 -07:00
"properties" : {
2021-11-07 08:42:56 -08:00
"fetch_stash_count" : true ,
2022-03-27 01:12:47 -07:00
"fetch_status" : true
2022-02-03 01:22:57 -08:00
} ,
"style" : "powerline" ,
2023-05-09 02:08:45 -07:00
"template" : " {{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} " ,
2022-02-03 01:22:57 -08:00
"type" : "git"
2021-06-07 22:39:09 -07:00
} ,
{
"background" : "#33DD2D" ,
2022-02-03 01:22:57 -08:00
"background_templates" : [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
] ,
"foreground" : "#242424" ,
"powerline_symbol" : "\ue0b0" ,
2021-06-07 22:39:09 -07:00
"properties" : {
2022-03-27 01:12:47 -07:00
"always_enabled" : true
2022-02-03 01:22:57 -08:00
} ,
"style" : "powerline" ,
2023-05-09 02:08:45 -07:00
"template" : " \uea6c " ,
2023-07-23 00:29:54 -07:00
"type" : "status"
2021-06-07 22:39:09 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-06-07 22:39:09 -07:00
} ,
{
"alignment" : "right" ,
"segments" : [
{
"background" : "#f36943" ,
2021-11-25 04:55:03 -08:00
"background_templates" : [
"{{if eq \"Charging\" .State.String}}#33DD2D{{end}}" ,
"{{if eq \"Discharging\" .State.String}}#FFCD58{{end}}" ,
"{{if eq \"Full\" .State.String}}#0476d0{{end}}"
] ,
2022-02-03 01:22:57 -08:00
"foreground" : "#242424" ,
"invert_powerline" : true ,
"powerline_symbol" : "\ue0b2" ,
"style" : "powerline" ,
2023-05-09 02:08:45 -07:00
"template" : " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 \ueb2d " ,
2022-02-03 01:22:57 -08:00
"type" : "battery"
2021-06-07 22:39:09 -07:00
} ,
{
"background" : "#0087D8" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#003544" ,
"invert_powerline" : true ,
"powerline_symbol" : "\ue0b2" ,
2021-06-07 22:39:09 -07:00
"properties" : {
"display_mode" : "context" ,
2022-03-27 01:12:47 -07:00
"fetch_virtual_env" : true
2022-02-03 01:22:57 -08:00
} ,
"style" : "powerline" ,
2022-03-27 01:12:47 -07:00
"template" : " \ue235 {{ .Venv }} " ,
2022-02-03 01:22:57 -08:00
"type" : "python"
2021-06-07 22:39:09 -07:00
} ,
{
"background" : "#003543" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#fff" ,
"invert_powerline" : true ,
"powerline_symbol" : "\ue0b2" ,
"style" : "powerline" ,
2023-05-09 02:08:45 -07:00
"template" : "<#fff> \ue641 </>{{ .CurrentDate | date .Format }} " ,
2022-02-03 01:22:57 -08:00
"type" : "time"
2021-06-07 22:39:09 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-06-07 22:39:09 -07:00
} ,
{
"alignment" : "left" ,
"newline" : true ,
"segments" : [
{
"foreground" : "#FFD700" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " \u26a1 " ,
2022-02-03 01:22:57 -08:00
"type" : "root"
2021-06-07 22:39:09 -07:00
} ,
{
"foreground" : "#f1184c" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "🚀 " ,
2022-02-03 01:22:57 -08:00
"type" : "text"
2021-06-07 22:39:09 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-06-07 22:39:09 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"console_title_template" : "{{ .Shell }} in {{ .Folder }}" ,
"final_space" : true ,
2022-02-28 04:15:57 -08:00
"transient_prompt" : {
"background" : "transparent" ,
"foreground" : "#FFD700" ,
"template" : "{{if .Root}}\u26a1 {{end}}🚀 "
} ,
2022-03-27 01:12:47 -07:00
"version" : 2
2021-06-07 22:39:09 -07:00
}