oh-my-posh/themes/jandedobbeleer.omp.json

228 lines
7.4 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
2019-03-13 04:14:30 -07:00
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#c386f1",
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 }} ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b0",
"type": "session"
2019-03-13 04:14:30 -07:00
},
{
"background": "#ff479c",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
2019-03-13 04:14:30 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"folder_separator_icon": " \ue0b1 ",
2021-04-06 01:46:24 -07:00
"home_icon": "~",
2022-03-27 01:12:47 -07:00
"style": "folder"
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
"template": " \uea83 {{ .Path }} ",
2022-02-03 01:22:57 -08:00
"type": "path"
2019-03-13 04:14:30 -07:00
},
{
"background": "#fffb38",
"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) }}#ff4500{{ end }}",
"{{ if gt .Ahead 0 }}#B388FF{{ end }}",
"{{ if gt .Behind 0 }}#B388FF{{ end }}"
],
2022-02-03 01:22:57 -08:00
"foreground": "#193549",
"leading_diamond": "\ue0b6",
"powerline_symbol": "\ue0b0",
2019-03-13 04:14:30 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"branch_max_length": 25,
"fetch_stash_count": true,
2022-02-03 01:22:57 -08:00
"fetch_status": true,
2022-03-27 01:12:47 -07:00
"fetch_upstream_icon": true
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b4",
"type": "git"
2019-03-13 04:14:30 -07:00
},
2020-10-01 11:57:02 -07:00
{
"background": "#6CA35E",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
2020-10-01 11:57:02 -07:00
"properties": {
2022-03-27 01:12:47 -07:00
"fetch_version": true
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ",
2022-02-03 01:22:57 -08:00
"type": "node"
2020-10-01 11:57:02 -07:00
},
2020-09-15 04:44:53 -07:00
{
2021-04-06 01:46:24 -07:00
"background": "#8ED1F7",
2022-02-03 01:22:57 -08:00
"foreground": "#111111",
"powerline_symbol": "\ue0b0",
2021-04-06 01:46:24 -07:00
"properties": {
2022-03-27 01:12:47 -07:00
"fetch_version": true
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \ue626 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "go"
2021-04-06 01:46:24 -07:00
},
{
"background": "#4063D8",
2022-02-03 01:22:57 -08:00
"foreground": "#111111",
"powerline_symbol": "\ue0b0",
2021-04-06 01:46:24 -07:00
"properties": {
2022-03-27 01:12:47 -07:00
"fetch_version": true
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \ue624 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "julia"
2021-04-06 01:46:24 -07:00
},
{
"background": "#FFDE57",
2022-02-03 01:22:57 -08:00
"foreground": "#111111",
"powerline_symbol": "\ue0b0",
2021-04-06 01:46:24 -07:00
"properties": {
"display_mode": "files",
2022-03-27 01:12:47 -07:00
"fetch_virtual_env": false
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "python"
2021-04-06 01:46:24 -07:00
},
{
"background": "#AE1401",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
2020-09-15 04:44:53 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"display_mode": "files",
2022-03-27 01:12:47 -07:00
"fetch_version": true
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \ue791 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "ruby"
2021-04-06 01:46:24 -07:00
},
{
"background": "#FEAC19",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
2021-04-06 01:46:24 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"display_mode": "files",
2022-03-27 01:12:47 -07:00
"fetch_version": false
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \uf0e7{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "azfunc"
2021-04-06 01:46:24 -07:00
},
{
"background_templates": [
"{{if contains \"default\" .Profile}}#FFA400{{end}}",
"{{if contains \"jan\" .Profile}}#f1184c{{end}}"
],
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
2021-04-06 01:46:24 -07:00
"properties": {
2022-03-27 01:12:47 -07:00
"display_default": false
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \ue7ad {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "aws"
2020-09-15 04:44:53 -07:00
},
{
2021-04-06 01:46:24 -07:00
"background": "#ffff66",
2022-02-03 01:22:57 -08:00
"foreground": "#111111",
"powerline_symbol": "\ue0b0",
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \uf0ad ",
2022-02-03 01:22:57 -08:00
"type": "root"
2021-04-06 01:46:24 -07:00
},
{
"background": "#83769c",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
2021-04-06 01:46:24 -07:00
"properties": {
2022-03-27 01:12:47 -07:00
"always_enabled": true
2022-02-03 01:22:57 -08:00
},
"style": "plain",
"template": "<transparent>\ue0b0</> \ueba2 {{ .FormattedMs }}\u2800",
2022-02-03 01:22:57 -08:00
"type": "executiontime"
},
2019-03-13 04:14:30 -07:00
{
2021-11-14 04:39:00 -08:00
"background": "#00897b",
2022-02-03 01:22:57 -08:00
"background_templates": [
"{{ if gt .Code 0 }}#e91e63{{ end }}"
],
"foreground": "#ffffff",
2019-03-13 04:14:30 -07:00
"properties": {
2022-03-27 01:12:47 -07:00
"always_enabled": true
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "<parentBackground>\ue0b0</> \ue23a ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b4",
"type": "status"
2021-04-06 01:46:24 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-04-06 01:46:24 -07:00
},
{
"segments": [
{
"background": "#0077c2",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "<#0077c2,transparent>\ue0b6</> \uf489 {{ .Name }} <transparent,#0077c2>\ue0b2</>",
2022-02-03 01:22:57 -08:00
"type": "shell"
2021-04-06 01:46:24 -07:00
},
{
"background": "#1BD760",
2022-02-03 01:22:57 -08:00
"foreground": "#111111",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
2021-04-06 01:46:24 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"paused_icon": "\uf04c ",
2022-03-27 01:12:47 -07:00
"playing_icon": "\uf04b "
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \uf167 {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "ytm"
2021-04-06 01:46:24 -07:00
},
{
"background": "#f36943",
"background_templates": [
"{{if eq \"Charging\" .State.String}}#40c4ff{{end}}",
"{{if eq \"Discharging\" .State.String}}#ff5722{{end}}",
"{{if eq \"Full\" .State.String}}#4caf50{{end}}"
],
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
2021-04-06 01:46:24 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"charged_icon": "\ue22f ",
"charging_icon": "\ue234 ",
2022-03-27 01:12:47 -07:00
"discharging_icon": "\ue231 "
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 ",
2022-02-03 01:22:57 -08:00
"type": "battery"
2021-04-06 01:46:24 -07:00
},
{
"background": "#2e9599",
2022-02-03 01:22:57 -08:00
"foreground": "#111111",
"invert_powerline": true,
"leading_diamond": "\ue0b2",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " {{ .CurrentDate | date .Format }} ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b4",
"type": "time"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "rprompt"
2019-03-13 04:14:30 -07:00
}
],
2022-02-03 01:22:57 -08:00
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
"final_space": true,
2022-03-27 01:12:47 -07:00
"version": 2
2019-03-13 04:14:30 -07:00
}