Created
April 26, 2026 09:35
-
-
Save X00LA/7470a566fa8f0e543b0376a91cf34dc8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
| "version": 4, | |
| "final_space": true, | |
| "terminal_background": "#1b1b1b", | |
| "accent_color": "#5a0821", | |
| "patch_pwsh_bleed": true, | |
| "async": true, | |
| "blocks": [ | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "p:text-light", | |
| "background": "#5a0821", | |
| "options": {} | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "p:text-light", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "foreground": "p:text-light", | |
| "background": "#931037", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "options": { | |
| "style": "folder" | |
| } | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "p:text-light", | |
| "background": "#a4133f" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "git", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#f05034>\uf126 <#FFFFFF>{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} <#f05034>\uf044 <#FFFFFF>{{ .Working.String }}{{ end }}{{ if and (.Staging.Changed) (.Working.Changed) }} |{{ end }}{{ if .Staging.Changed }} <#f05034>\uf046 <#FFFFFF>{{ .Staging.String }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "java", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#f29111>\ue738 {{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "kotlin", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#d71ad4>\ue81b {{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "node", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#79b462>\ue718 {{ if .PackageManagerIcon }}<#79b462>{{ .PackageManagerIcon }}{{ end }} {{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "perl", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#0072a0>\ue769 {{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "php", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#787cb5>\ue73d {{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "python", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ffd340>\ue235 {{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}{{ if .Venv }}<#34709f>{{ .Venv }}{{ end }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "dotnet", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#5027d5>.NET {{ if .Unsupported }}<#ff1a5e>\uf071{{ end }}{{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": " <#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": " \uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": " \uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "cmake", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#3dae2b>\ue794 {{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "docker", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#1e63ee>\uf308 <#FFFFFF>{{ .Context }}{{ end }}{{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "copilot", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uec1e <#00FF1E>{{ .Premium.Percent.Gauge }}{{ end }}{{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "mvn", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ea9f42>\ue674 {{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "unity", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\ue721 {{ .UnityVersion }}{{ end }}{{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "winget", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": " <#327080>\uf019 <#FFFFFF>{{ .UpdateCount }}{{ end }}{{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "yarn", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": " \ue6a7 {{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "p:text-light", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "p:text-light", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007<#FFFFFF> {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "#ffffff", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "claude", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": " <#d97757>\uf0bc <#FFFFFF>{{ .Model.DisplayName }} \uf2d0 <#00FF1E>{{ .TokenUsagePercent.Gauge }}{{ end }}{{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "#ffffff", | |
| "background": "#b71546" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "os", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if .macos }}MacOS at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .linux }}Linux at {{ end }}<#FFFFFF>{{.Icon}} \n{{ if .windows }}Windows at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .WSL }}WSL at {{ end }}<#00BFFF>{{.Icon}} \n{{ if .alpine }}Alpine Linux at {{ end }}<#0d597f>{{.Icon}} \n{{ if .arch }}Arch Linux at {{ end }}<#1793d1>{{.Icon}} \n{{ if .centos }}CentOS at {{ end }}<#a14f8c>{{.Icon}} \n{{ if .debian }}Debian at {{ end }}<#a80030>{{.Icon}} \n{{ if .fedora }}Fedora at {{ end }}<#2a4274>{{.Icon}} \n{{ if .ubuntu }}Ubuntu at {{ end }}<#e75320>{{.Icon}} \n{{ if .manjaro }}Manjaro at {{ end }}<#35bfa4>{{.Icon}} \n{{ if .mint }}Linux Mint at {{ end }}<#69b53f>{{.Icon}} \n{{ if .opensuse }}OpenSuse Mint at {{ end }}<#34b677>{{.Icon}} \n{{ if .raspbian }}Raspbian Mint at {{ end }}<#bb1243>{{.Icon}} \n{{ if .redhat }}RedHat Mint at {{ end }}<#ee0000>{{.Icon}} \n{{ if .gentoo }}Gentoo Mint at {{ end }}<#504574>{{.Icon}} \n{{ if .nixos }}NixOS Mint at {{ end }}<#4a6bb1>{{.Icon}} ", | |
| "foreground": "#ffffff", | |
| "background": "#5a0821" | |
| }, | |
| { | |
| "type": "time", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf017 <#FFFFFF>{{ .CurrentDate | date .Format }} ", | |
| "foreground": "#ffffff", | |
| "background": "#660a26" | |
| }, | |
| { | |
| "type": "session", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf007 {{ .UserName }} ", | |
| "foreground": "#ff1a5e", | |
| "background": "#750b2b" | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf0e7 ", | |
| "foreground": "#fff700", | |
| "background": "#830c30" | |
| }, | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "<#ff1a5e>\uf07c <#FFFFFF>{{ .Path }} ", | |
| "foreground": "p:text-light", | |
| "background": "#931037" | |
| }, | |
| { | |
| "type": "http", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "\uf484 {{ .Body }}{{ end }}{{ if .Error }}<#ff1a5e>{{ .Error }}{{ else }}<#FFFFFF>{{ .Full }}{{ end }} ", | |
| "foreground": "p:text-light", | |
| "background": "#a4133f" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "template": "{{ if eq .Code 0 }}<#00FF1E>\uf00c{{ else }}<#FBFF00>\uf071<#FFFFFF> {{ .Code }}{{ end }} ", | |
| "foreground": "p:text-light", | |
| "background": "#b71546" | |
| } | |
| ] | |
| } | |
| ], | |
| "palette": { | |
| "text-light": "#ffffff", | |
| "path-bg": "#61AFEF", | |
| "git-bg": "#98C379" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment