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" ,
"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" ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ .UserName }}@{{ .HostName }} " ,
2022-02-03 01:22:57 -08:00
"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" ,
2024-02-15 11:21:10 -08:00
"trailing_diamond" : "\ue0b0" ,
"style" : "diamond" ,
2023-07-13 22:20:34 -07:00
"template" : " \uebd8 {{ .Name }} " ,
2022-02-03 01:22:57 -08:00
"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" : {
2022-03-27 01:12:47 -07:00
"always_enabled" : true
2022-02-03 01:22:57 -08:00
} ,
"style" : "diamond" ,
2024-02-15 11:21:10 -08:00
"template" : " \ue23a " ,
"leading_diamond" : "<transparent>\ue0b0</>" ,
2022-02-03 01:22:57 -08:00
"trailing_diamond" : "\ue0b4" ,
2023-07-23 00:29:54 -07:00
"type" : "status"
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" ,
"ubuntu" : "\uf31c" ,
2022-02-03 01:22:57 -08:00
"windows" : "\ue70f"
} ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}<#000000> \ue0b1</>" ,
2022-02-03 01:22:57 -08:00
"type" : "os"
2021-04-16 07:24:46 -07:00
} ,
{
"background" : "#000000" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#ffffff" ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : " \uf0e7<#ffffff> \ue0b1</>" ,
2022-02-03 01:22:57 -08:00
"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 </>" ,
2023-05-09 02:08:45 -07:00
"home_icon" : "\ueb06 " ,
2022-03-27 01:12:47 -07:00
"style" : "agnoster_short"
2022-02-03 01:22:57 -08:00
} ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : "<#000000> \ue5ff </>{{ .Path }} " ,
2022-02-03 01:22:57 -08:00
"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-03-27 01:12:47 -07:00
"fetch_upstream_icon" : true
2022-02-03 01:22:57 -08:00
} ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"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 }} " ,
2022-02-03 01:22:57 -08:00
"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
"style" : "powerline" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ .WorkspaceName }} " ,
2022-02-03 01:22:57 -08:00
"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" ,
"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" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " \u276f " ,
2022-02-03 01:22:57 -08:00
"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 ,
2024-10-28 05:59:40 -07:00
"version" : 3
2021-04-18 10:16:06 -07:00
}