2021-04-07 03:45:30 -07:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"blocks" : [
{
"alignment" : "right" ,
"segments" : [
{
"foreground" : "#007acc" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "{{ .Name }}" ,
2022-02-03 01:22:57 -08:00
"type" : "shell"
2021-04-07 03:45:30 -07:00
} ,
{
"foreground" : "#ff8080" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " <#757575,>as</> root" ,
2022-02-03 01:22:57 -08:00
"type" : "root"
2021-04-07 03:45:30 -07:00
} ,
{
"foreground" : "#689f38" ,
"properties" : {
"time_format" : "15:04:05"
2022-02-03 01:22:57 -08:00
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " <#757575,>|</> {{ .CurrentDate | date .Format }}" ,
2022-02-03 01:22:57 -08:00
"type" : "time"
2021-04-07 03:45:30 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-04-07 03:45:30 -07:00
} ,
{
"alignment" : "left" ,
2021-04-18 10:16:06 -07:00
"newline" : true ,
2021-04-07 03:45:30 -07:00
"segments" : [
{
"foreground" : "#757575" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "\u250c {{ .UserName }}@{{ .HostName }} " ,
2022-02-03 01:22:57 -08:00
"type" : "session"
2021-04-07 03:45:30 -07:00
} ,
{
"background" : "#91ddff" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#100e23" ,
"powerline_symbol" : "\ue0b0" ,
2021-04-07 03:45:30 -07:00
"properties" : {
2022-03-27 01:12:47 -07:00
"style" : "folder"
2022-02-03 01:22:57 -08:00
} ,
"style" : "powerline" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ .Path }} " ,
2022-02-03 01:22:57 -08:00
"type" : "path"
2021-04-07 03:45:30 -07:00
} ,
{
"background" : "#95ffa4" ,
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 }}#c5b6ad{{ end }}"
2021-11-07 08:42:56 -08:00
] ,
2022-02-03 01:22:57 -08:00
"foreground" : "#100e23" ,
"powerline_symbol" : "\ue0b0" ,
2021-04-07 03:45:30 -07:00
"properties" : {
"branch_ahead_icon" : "\u2191" ,
"branch_behind_icon" : "\u2193" ,
"branch_gone" : "\u2262" ,
"branch_icon" : "\ue0a0 " ,
"branch_identical_icon" : "\u2261" ,
"cherry_pick_icon" : "\u2713 " ,
"commit_icon" : "\u25b7 " ,
2022-02-03 01:22:57 -08:00
"fetch_stash_count" : true ,
"fetch_status" : true ,
2021-04-07 03:45:30 -07:00
"merge_icon" : "\u25f4 " ,
"no_commits_icon" : "[no commits]" ,
"rebase_icon" : "\u2c62 " ,
2022-03-27 01:12:47 -07:00
"tag_icon" : "\u25b6 "
2022-02-03 01:22:57 -08:00
} ,
"style" : "powerline" ,
2022-09-06 22:01:52 -07:00
"template" : " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} \u2502{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }} " ,
2022-02-03 01:22:57 -08:00
"type" : "git"
2021-04-07 03:45:30 -07:00
} ,
{
2022-02-03 01:22:57 -08:00
"background" : "#ffee58" ,
2021-04-07 03:45:30 -07:00
"foreground" : "#100e23" ,
2022-02-03 01:22:57 -08:00
"powerline_symbol" : "\ue0b0" ,
"style" : "powerline" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ .WorkspaceName }} " ,
2022-02-03 01:22:57 -08:00
"type" : "terraform"
2021-04-07 03:45:30 -07:00
} ,
{
"background" : "#ff8080" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#ffffff" ,
"powerline_symbol" : "\ue0b0" ,
"style" : "powerline" ,
2022-03-27 01:12:47 -07:00
"template" : " error " ,
2023-07-23 00:29:54 -07:00
"type" : "status"
2021-04-07 03:45:30 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-04-07 03:45:30 -07:00
} ,
{
"alignment" : "left" ,
2021-04-18 10:16:06 -07:00
"newline" : true ,
2021-04-07 03:45:30 -07:00
"segments" : [
{
"foreground" : "#757575" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "\u2514 " ,
2022-02-03 01:22:57 -08:00
"type" : "text"
2021-04-07 03:45:30 -07:00
} ,
{
"foreground" : "#ffffff" ,
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-04-07 03:45:30 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-04-07 03:45:30 -07:00
}
] ,
2022-02-03 01:22:57 -08:00
"final_space" : true ,
2022-03-27 01:12:47 -07:00
"version" : 2
2021-04-07 03:45:30 -07:00
}