2021-04-16 07:24:46 -07:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"blocks" : [
{
"alignment" : "left" ,
"segments" : [
{
2021-09-18 02:30:52 -07:00
"background" : "#4707a8" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#000000" ,
"leading_diamond" : "\ue0c2\ue0c2" ,
2021-09-18 02:30:52 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : ""
} ,
"style" : "diamond" ,
"type" : "text"
2021-04-18 10:16:06 -07:00
} ,
2021-04-16 07:24:46 -07:00
{
2021-09-18 02:30:52 -07:00
"background" : "#4707a8" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#ffffff" ,
"leading_diamond" : "\ue0b6" ,
2021-12-03 14:44:58 -08:00
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : " {{ .UserName }}@{{ .HostName }} "
} ,
"style" : "diamond" ,
"trailing_diamond" : "\ue0b0" ,
"type" : "session"
2021-04-16 07:24:46 -07:00
} ,
2021-09-18 02:30:52 -07:00
{
"background" : "#1a1af5" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#ffffff" ,
"powerline_symbol" : "\ue0b0" ,
2021-09-18 02:30:52 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : " \ufd03 {{ .Name }} "
} ,
"style" : "powerline" ,
"type" : "az"
2021-04-16 07:24:46 -07:00
} ,
2021-09-18 02:30:52 -07:00
{
"background" : "#4707a8" ,
2022-02-03 01:22:57 -08:00
"background_templates" : [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
] ,
"foreground" : "#ffffff" ,
2021-09-18 02:30:52 -07:00
"properties" : {
"always_enabled" : true ,
2022-02-03 01:22:57 -08:00
"template" : "<transparent>\ue0b0</>\ue23a "
} ,
"style" : "diamond" ,
"trailing_diamond" : "\ue0b4" ,
"type" : "exit"
2021-04-16 07:24:46 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-09-18 02:30:52 -07:00
} ,
{
"alignment" : "left" ,
"newline" : true ,
"segments" : [
{
"background" : "#ffffff" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#000000" ,
"leading_diamond" : "\ue0c2\ue0c2" ,
2021-09-18 02:30:52 -07:00
"properties" : {
"alpine" : "\uf300" ,
"arch" : "\uf303" ,
"centos" : "\uf304" ,
"debian" : "\uf306" ,
"elementary" : "\uf309" ,
"fedora" : "\uf30a" ,
"gentoo" : "\uf30d" ,
"linux" : "\ue712" ,
"macos" : "\ue711" ,
"manjaro" : "\uf312" ,
"mint" : "\uf30f" ,
"opensuse" : "\uf314" ,
"raspbian" : "\uf315" ,
2022-02-03 01:22:57 -08:00
"template" : " {{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}<#000000> \ue0b1</>" ,
2021-09-18 02:30:52 -07:00
"ubuntu" : "\uf31c" ,
2022-02-03 01:22:57 -08:00
"windows" : "\ue70f"
} ,
"style" : "diamond" ,
"type" : "os"
2021-04-16 07:24:46 -07:00
} ,
{
"background" : "#000000" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#ffffff" ,
2021-04-16 07:24:46 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : " \uf0e7<#ffffff> \ue0b1</>"
} ,
"style" : "diamond" ,
"type" : "root"
2021-04-16 07:24:46 -07:00
} ,
{
"background" : "#ffffff" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#000000" ,
2021-04-16 07:24:46 -07:00
"properties" : {
"folder_icon" : "<#000000>\ue5fe </>" ,
2022-02-03 01:22:57 -08:00
"folder_separator_icon" : "<#000000>\ue0b1 </>" ,
"home_icon" : "\uf7db " ,
"style" : "agnoster_short" ,
"template" : "<#000000> \ue5ff </>{{ .Path }} "
} ,
"style" : "diamond" ,
"type" : "path"
2021-04-16 07:24:46 -07:00
} ,
{
"background" : "#ffffff" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#000000" ,
2021-11-07 08:42:56 -08:00
"foreground_templates" : [
2021-11-09 08:13:47 -08:00
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffea00{{ end }}" ,
"{{ if gt .Ahead 0 }}#2EC4B6{{ end }}" ,
"{{ if gt .Behind 0 }}#8A4FFF{{ end }}"
2021-11-07 08:42:56 -08:00
] ,
2021-04-16 07:24:46 -07:00
"properties" : {
2021-11-07 08:42:56 -08:00
"fetch_stash_count" : true ,
"fetch_status" : true ,
2022-02-03 01:22:57 -08:00
"fetch_upstream_icon" : true ,
"template" : "<#000000>\ue0b1 </>{{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}</>{{ end }} "
} ,
"style" : "diamond" ,
"type" : "git"
2021-04-16 07:24:46 -07:00
} ,
2021-09-18 02:30:52 -07:00
{
2022-02-03 01:22:57 -08:00
"background" : "#ffffff" ,
2021-09-18 02:30:52 -07:00
"foreground" : "#000000" ,
2022-02-03 01:22:57 -08:00
"properties" : {
"template" : " {{ .WorkspaceName }} "
} ,
"style" : "powerline" ,
"type" : "terraform"
2021-09-18 02:30:52 -07:00
} ,
2021-04-16 07:24:46 -07:00
{
"background" : "#ffffff" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#000000" ,
2021-04-16 07:24:46 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : ""
} ,
"style" : "diamond" ,
"trailing_diamond" : "\ue0b0" ,
"type" : "text"
2021-04-16 07:24:46 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-04-16 07:24:46 -07:00
} ,
{
"alignment" : "left" ,
"segments" : [
{
"foreground" : "#1a1af5" ,
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : " \u276f "
} ,
"style" : "plain" ,
"type" : "text"
2021-04-16 07:24:46 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-04-16 07:24:46 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"console_title_template" : "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}" ,
"final_space" : true ,
"version" : 1
2021-04-18 10:16:06 -07:00
}