180 lines
5.3 KiB
JSON
180 lines
5.3 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
<<<<<<< HEAD
|
|
"palette": {
|
|
"text": "#ffffff",
|
|
"darktext": "#6e738d",
|
|
"blue": "#8aadf4",
|
|
"lavender": "#b7bdf8",
|
|
"mauve": "#c6a0f6",
|
|
"green": "#a6da95",
|
|
"maroon": "#ee99a0",
|
|
"grey": "#e4e4e4",
|
|
"ahead": "#54433a"
|
|
},
|
|
=======
|
|
>>>>>>> d5a4cd4 (Add file for Oh-my-posh theme)
|
|
"blocks": [
|
|
{
|
|
"alignment": "left",
|
|
"newline": true,
|
|
"segments": [
|
|
{
|
|
<<<<<<< HEAD
|
|
"background": "p:mauve",
|
|
"foreground": "p:text",
|
|
=======
|
|
"background": "#d75f00",
|
|
"foreground": "#f2f3f8",
|
|
>>>>>>> d5a4cd4 (Add file for Oh-my-posh theme)
|
|
"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",
|
|
"windows": "\ue70f"
|
|
},
|
|
"style": "diamond",
|
|
"leading_diamond": "\u256d\u2500\ue0b2",
|
|
"template": " {{ .Icon }} ",
|
|
"type": "os"
|
|
},
|
|
{
|
|
<<<<<<< HEAD
|
|
"background": "p:grey",
|
|
"foreground": "p:darktext",
|
|
=======
|
|
"background": "#e4e4e4",
|
|
"foreground": "#4e4e4e",
|
|
>>>>>>> d5a4cd4 (Add file for Oh-my-posh theme)
|
|
"style": "powerline",
|
|
"powerline_symbol": "\ue0b0",
|
|
"template": " {{ .UserName }} ",
|
|
"type": "session"
|
|
},
|
|
{
|
|
<<<<<<< HEAD
|
|
"background": "p:blue",
|
|
"foreground": "p:text",
|
|
=======
|
|
"background": "#0087af",
|
|
"foreground": "#f2f3f8",
|
|
>>>>>>> d5a4cd4 (Add file for Oh-my-posh theme)
|
|
"properties": {
|
|
"style": "agnoster_short",
|
|
"max_depth": 3,
|
|
"folder_icon": "\u2026",
|
|
"folder_separator_icon": " <transparent>\ue0b1</> "
|
|
},
|
|
"style": "powerline",
|
|
"powerline_symbol": "\ue0b0",
|
|
"template": " {{ .Path }} ",
|
|
"type": "path"
|
|
},
|
|
{
|
|
<<<<<<< HEAD
|
|
"background": "p:green",
|
|
"foreground": "p:text",
|
|
"background_templates": [
|
|
"{{ if or (.Working.Changed) (.Staging.Changed) }}p:maroon{{ end }}"
|
|
=======
|
|
"background": "#378504",
|
|
"foreground": "#f2f3f8",
|
|
"background_templates": [
|
|
"{{ if or (.Working.Changed) (.Staging.Changed) }}#a97400{{ end }}",
|
|
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#54433a{{ end }}",
|
|
"{{ if gt .Ahead 0 }}#744d89{{ end }}",
|
|
"{{ if gt .Behind 0 }}#744d89{{ end }}"
|
|
>>>>>>> d5a4cd4 (Add file for Oh-my-posh theme)
|
|
],
|
|
"properties": {
|
|
"branch_max_length": 25,
|
|
"fetch_stash_count": true,
|
|
"fetch_status": true,
|
|
"branch_icon": "\uf418 ",
|
|
"branch_identical_icon": "\uf444",
|
|
"branch_gone_icon": "\ueab8"
|
|
},
|
|
"style": "diamond",
|
|
"leading_diamond": "<transparent,background>\ue0b0</>",
|
|
"template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} <transparent>\ue0b1</> <#121318>\uf044 {{ .Working.String }}</>{{ end }}{{ if .Staging.Changed }} <transparent>\ue0b1</> <#121318>\uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} <transparent>\ue0b1</> <#121318>\ueb4b {{ .StashCount }}</>{{ end }} ",
|
|
"trailing_diamond": "\ue0b0",
|
|
"type": "git"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
},
|
|
{
|
|
"alignment": "right",
|
|
"segments": [
|
|
{
|
|
<<<<<<< HEAD
|
|
"background": "p:grey",
|
|
"foreground": "p:darktext",
|
|
=======
|
|
"background": "#e4e4e4",
|
|
"foreground": "#585858",
|
|
>>>>>>> d5a4cd4 (Add file for Oh-my-posh theme)
|
|
"properties": {
|
|
"style": "austin",
|
|
"always_enabled": true
|
|
},
|
|
"invert_powerline": true,
|
|
"style": "powerline",
|
|
"powerline_symbol": "\ue0b2",
|
|
"template": " \ueba2 {{ .FormattedMs }} ",
|
|
"type": "executiontime"
|
|
},
|
|
{
|
|
<<<<<<< HEAD
|
|
"background": "p:mauve",
|
|
"foreground": "p:text",
|
|
=======
|
|
"background": "#d75f00",
|
|
"foreground": "#f2f3f8",
|
|
>>>>>>> d5a4cd4 (Add file for Oh-my-posh theme)
|
|
"properties": {
|
|
"time_format": "15:04:05"
|
|
},
|
|
"invert_powerline": true,
|
|
"style": "diamond",
|
|
"template": " \uf073 {{ .CurrentDate | date .Format }} ",
|
|
"trailing_diamond": "\ue0b0",
|
|
"type": "time"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
},
|
|
{
|
|
"alignment": "left",
|
|
"newline": true,
|
|
"segments": [
|
|
{
|
|
<<<<<<< HEAD
|
|
"foreground": "p:mauve",
|
|
=======
|
|
"foreground": "#d75f00",
|
|
>>>>>>> d5a4cd4 (Add file for Oh-my-posh theme)
|
|
"style": "plain",
|
|
"template": "\u2570\u2500 {{ if .Root }}#{{else}}${{end}}",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
}
|
|
],
|
|
"final_space": true,
|
|
"version": 2
|
|
}
|
|
|