2021-12-19 00:32:51 -08:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"blocks" : [
{
"alignment" : "left" ,
"newline" : true ,
"segments" : [
{
"foreground" : "#b1ff4f" ,
2022-02-03 01:22:57 -08:00
"style" : "powerline" ,
2022-03-27 01:12:47 -07:00
"template" : "[🐍 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}] " ,
2022-02-03 01:22:57 -08:00
"type" : "python"
2021-12-19 00:32:51 -08:00
} ,
{
"foreground" : "#ffaed8" ,
"properties" : {
2024-02-15 11:21:10 -08:00
"folder_separator_icon" : " | " ,
"home_icon" : "\uf46d" ,
2022-03-27 01:12:47 -07:00
"style" : "letter"
2022-02-03 01:22:57 -08:00
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "<#eaeaea>\u23a7</> \u27e8{{ .Path }}\u27e9 " ,
2022-02-03 01:22:57 -08:00
"type" : "path"
2021-12-19 00:32:51 -08:00
} ,
{
"foreground" : "#62beff" ,
"properties" : {
2024-02-15 11:21:10 -08:00
"branch_icon" : "\uf418" ,
2022-02-03 01:22:57 -08:00
"branch_identical_icon" : "\u2261" ,
2022-03-27 01:12:47 -07:00
"fetch_status" : true
2022-02-03 01:22:57 -08:00
} ,
"style" : "plain" ,
2022-09-06 22:01:52 -07:00
"template" : "\u27e8{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \u2206{{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}\u27e9" ,
2022-02-03 01:22:57 -08:00
"type" : "git"
2021-12-19 00:32:51 -08:00
} ,
{
"foreground" : "#98C379" ,
"properties" : {
2022-03-27 01:12:47 -07:00
"fetch_version" : true
2022-02-03 01:22:57 -08:00
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "<#ffffff>\u25e6</> \u2622{{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} " ,
2022-02-03 01:22:57 -08:00
"type" : "node"
2021-12-19 00:32:51 -08:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-12-19 00:32:51 -08:00
} ,
{
2022-02-03 01:22:57 -08:00
"alignment" : "right" ,
"segments" : [
{
"foreground" : "#fb0207" ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " × × × " ,
2023-07-23 00:29:54 -07:00
"type" : "status"
2022-02-03 01:22:57 -08:00
} ,
{
"foreground" : "#9966ff" ,
"properties" : {
"style" : "austin" ,
"threshold" : 0
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "\u27e8{{ .FormattedMs }}\u27e9 <#eaeaea>\u23ab</>" ,
2022-02-03 01:22:57 -08:00
"type" : "executiontime"
}
] ,
"type" : "prompt"
} ,
2021-12-19 00:32:51 -08:00
{
"alignment" : "left" ,
"newline" : true ,
"segments" : [
2022-02-03 01:22:57 -08:00
{
2021-12-19 00:32:51 -08:00
"foreground" : "#3ce6bf" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "<#eaeaea>\u23a9</>\u27e9\u27e9\u27e9\u27e9\u27e9\u27e9 " ,
2022-02-03 01:22:57 -08:00
"type" : "text"
2021-12-19 00:32:51 -08:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-12-19 00:32:51 -08:00
} ,
2022-02-03 01:22:57 -08:00
{
"alignment" : "right" ,
"segments" : [
{
"foreground" : "#f5f5a6" ,
"properties" : {
"time_format" : "15:04:05"
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "\u27e8{{ .CurrentDate | date .Format }}\u27e9 <#eaeaea>\u23ad</>" ,
2022-02-03 01:22:57 -08:00
"type" : "time"
}
] ,
"type" : "rprompt"
}
] ,
2024-10-28 05:59:40 -07:00
"version" : 3
2021-12-19 00:32:51 -08:00
}