refactor: adjust themes to new git segment properties

This commit is contained in:
Jan De Dobbeleer 2021-11-07 17:42:56 +01:00 committed by Jan De Dobbeleer
parent ef3b620513
commit d29a6befd9
65 changed files with 1113 additions and 1081 deletions

View file

@ -35,11 +35,11 @@
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#FCA17D", "background": "#FCA17D",
"properties": { "properties": {
"display_stash_count": true, "fetch_stash_count": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"status_colors_enabled": false,
"branch_icon": "", "branch_icon": "",
"display_status": false, "fetch_status": false,
"template": "{{ .Repo.HEAD }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}",
"prefix": " \u279C (", "prefix": " \u279C (",
"postfix": ") " "postfix": ") "
} }

View file

@ -25,11 +25,11 @@
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#100e23", "foreground": "#100e23",
"background": "#91ddff", "background": "#91ddff",
"properties" : { "properties": {
"home_icon": "\uF7DB", "home_icon": "\uF7DB",
"folder_icon": "\uF115", "folder_icon": "\uF115",
"folder_separator_icon": " \uE0B1 ", "folder_separator_icon": " \uE0B1 ",
"style": "agnoster" "style": "agnoster"
} }
}, },
{ {
@ -37,7 +37,10 @@
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#193549", "foreground": "#193549",
"background": "#95ffa4" "background": "#95ffa4",
"properties": {
"template": "{{ .Repo.HEAD }}"
}
}, },
{ {
"type": "python", "type": "python",

View file

@ -34,11 +34,11 @@
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#100e23", "foreground": "#100e23",
"background": "#91ddff", "background": "#91ddff",
"properties" : { "properties": {
"home_icon": "\uF7DB", "home_icon": "\uF7DB",
"folder_icon": "\uF115", "folder_icon": "\uF115",
"folder_separator_icon": " \uE0B1 ", "folder_separator_icon": " \uE0B1 ",
"style": "agnoster" "style": "agnoster"
} }
}, },
{ {
@ -46,7 +46,10 @@
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#193549", "foreground": "#193549",
"background": "#95ffa4" "background": "#95ffa4",
"properties": {
"template": "{{ .Repo.HEAD }}"
}
} }
] ]
} }

View file

@ -28,18 +28,18 @@
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#193549", "foreground": "#193549",
"background": "#95ffa4" "background": "#95ffa4",
"properties": {
"template": "{{ .Repo.HEAD }}"
}
}, },
{ {
"type": "python", "type": "python",
"style": "diamond", "style": "diamond",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#FF6471", "background": "#FF6471",
"leading_diamond": "", "leading_diamond": "<transparent,background>\uE0B0</>",
"trailing_diamond": "\uE0B4", "trailing_diamond": "\uE0B4"
"properties": {
"prefix": "<transparent>\uE0B0 </>"
}
} }
] ]
} }

View file

@ -31,9 +31,10 @@
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#14A5AE", "foreground": "#14A5AE",
"properties": { "properties": {
"display_stash_count": true, "fetch_stash_count": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"prefix": "" "prefix": "",
"template": "{{ .Repo.HEAD }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
} }
} }
] ]

View file

@ -17,7 +17,11 @@
{ {
"type": "git", "type": "git",
"style": "plain", "style": "plain",
"foreground": "#C2C206" "foreground": "#C2C206",
"properties": {
"prefix": "",
"template": "{{ .Repo.HEAD }}"
}
}, },
{ {
"type": "root", "type": "root",

View file

@ -16,6 +16,7 @@
"foreground": "#FFEB3B", "foreground": "#FFEB3B",
"background": "#a313a8", "background": "#a313a8",
"properties": { "properties": {
"prefix": "",
"root_icon": "⚡" "root_icon": "⚡"
} }
}, },
@ -23,7 +24,10 @@
"type": "os", "type": "os",
"style": "plain", "style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "transparent" "background": "transparent",
"properties": {
"prefix": ""
}
}, },
{ {
"type": "path", "type": "path",
@ -45,14 +49,16 @@
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#000000", "foreground": "#000000",
"background": "#00C853", "background": "#00C853",
"background_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#FFEB3B{{ end }}",
"{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#FFCC80{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#B388FF{{ end }}",
"{{ if .Repo.Behind gt 0 }}#B388FF{{ end }}"
],
"properties": { "properties": {
"display_stash_count": true, "fetch_stash_count": true,
"staging_color": "#FF6F00", "fetch_status": true,
"status_colors_enabled": true, "template": "{{ .Repo.HEAD }}{{ if .Repo.Staging.Changed }}<#FF6F00> \uF046 {{ .Repo.Staging.String }}</>{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
"local_changes_color": "#FFEB3B",
"ahead_and_behind_color": "#FFCC80",
"behind_color": "#B388FF",
"ahead_color": "#B388FF"
} }
}, },
{ {

View file

@ -57,8 +57,9 @@
"foreground": "#193549", "foreground": "#193549",
"background": "#a2c4e0", "background": "#a2c4e0",
"properties": { "properties": {
"display_stash_count": true, "fetch_stash_count": true,
"display_upstream_icon": true "display_upstream_icon": true,
"template": "{{ .Repo.HEAD }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
} }
}, },
{ {

View file

@ -42,8 +42,8 @@
"properties": { "properties": {
"prefix": "", "prefix": "",
"postfix": "", "postfix": "",
"display_status_detail": false, "branch_icon": "",
"branch_icon": "" "template": "{{ .Repo.HEAD }}"
} }
}, },
{ {

View file

@ -28,7 +28,7 @@
"properties": { "properties": {
"prefix": "", "prefix": "",
"postfix": "", "postfix": "",
"display_status_detail": false, "template": "{{ .Repo.HEAD }}",
"branch_icon": "" "branch_icon": ""
} }
}, },
@ -136,7 +136,6 @@
{ {
"type": "prompt", "type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true,
"segments": [ "segments": [
{ {
"type": "session", "type": "session",

View file

@ -41,7 +41,7 @@
"foreground": "#fff", "foreground": "#fff",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"display_status": false, "template": "{{ .Repo.HEAD }}",
"prefix": " git(", "prefix": " git(",
"postfix": ") " "postfix": ") "
} }

View file

@ -38,7 +38,7 @@
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#491545", "background": "#491545",
"properties": { "properties": {
"prefix": "\uF9C6 ", "prefix": " \uF9C6 ",
"playing_icon": "\uE602 ", "playing_icon": "\uE602 ",
"paused_icon": "\uF8E3 ", "paused_icon": "\uF8E3 ",
"stopped_icon": "\uF04D ", "stopped_icon": "\uF04D ",
@ -64,4 +64,4 @@
], ],
"final_space": true "final_space": true
} }

View file

@ -60,9 +60,10 @@
"foreground": "#3A86FF", "foreground": "#3A86FF",
"background": "#242424", "background": "#242424",
"properties": { "properties": {
"display_status": true, "fetch_status": true,
"display_stash_count": true, "fetch_stash_count": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"template": "{{ .Repo.HEAD }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}",
"prefix": "" "prefix": ""
} }
}, },
@ -120,4 +121,4 @@
] ]
} }
] ]
} }

View file

@ -22,7 +22,8 @@
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "<#CB4B16>[</>", "prefix": "<#CB4B16>[</>",
"postfix": "<#CB4B16>]</>" "postfix": "<#CB4B16>]</>",
"template": "{{ .Repo.HEAD }}"
} }
}, },
{ {

View file

@ -34,7 +34,7 @@
"style": "plain", "style": "plain",
"foreground": "#F3C267", "foreground": "#F3C267",
"properties": { "properties": {
"display_status": true, "template": "{{ .Repo.HEAD }}",
"branch_identical_icon": "\uF14A", "branch_identical_icon": "\uF14A",
"branch_gone_icon": "\u274E" "branch_gone_icon": "\u274E"
} }
@ -53,11 +53,10 @@
"foreground": "#E06C75", "foreground": "#E06C75",
"properties": { "properties": {
"prefix": "", "prefix": "",
"text": " \u276F" "text": "\u276F"
} }
} }
] ]
} }
], ]
"final_space": true
} }

View file

@ -43,7 +43,8 @@
"background": "#007ACC", "background": "#007ACC",
"properties": { "properties": {
"prefix": "<#ffffff>\uE0B1</> ", "prefix": "<#ffffff>\uE0B1</> ",
"postfix": " " "postfix": " ",
"template": "{{ .Repo.HEAD }}"
} }
}, },
{ {

View file

@ -37,7 +37,7 @@
"background": "#4caf50", "background": "#4caf50",
"properties": { "properties": {
"time_format": "2006-01-02 15:04:05", "time_format": "2006-01-02 15:04:05",
"prefix": "" "prefix": " "
} }
}, },
@ -48,8 +48,9 @@
"foreground": "#193549", "foreground": "#193549",
"background": "#fffb38", "background": "#fffb38",
"properties": { "properties": {
"display_stash_count": true, "fetch_stash_count": true,
"display_upstream_icon": true "display_upstream_icon": true,
"template": "{{ .Repo.HEAD }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
} }
}, },
{ {

View file

@ -49,15 +49,8 @@
"rebase_icon": "", "rebase_icon": "",
"cherry_pick_icon": "", "cherry_pick_icon": "",
"revert_icon": "", "revert_icon": "",
"working_color": "#D75F00", "template": "{{ .Repo.HEAD }}{{ if .Repo.Staging.Changed }}<#87FF00> ● {{ .Repo.Staging.String }}</>{{ end }}{{ if .Repo.Working.Changed }}<#D75F00> ● {{ .Repo.Working.String }}</>{{ end }}",
"staging_color": "#87FF00", "fetch_status": true
"local_working_icon": " ●",
"local_staged_icon": " ●",
"status_separator_icon": "",
"display_status": true,
"display_status_detail": false,
"display_branch_status": false,
"display_stash_count": false
} }
}, },
{ {

View file

@ -31,7 +31,8 @@
"style": "plain", "style": "plain",
"foreground": "#B8B80A", "foreground": "#B8B80A",
"properties": { "properties": {
"prefix": "<#ffffff>on git:</>" "prefix": "<#ffffff>on git:</>",
"template": "{{ .Repo.HEAD }}"
} }
} }
] ]
@ -69,7 +70,7 @@
"style": "plain", "style": "plain",
"foreground": "#100e23", "foreground": "#100e23",
"properties": { "properties": {
"prefix": " \uE235 " "prefix": "\uE235 "
} }
}, },
{ {

View file

@ -10,7 +10,7 @@
"type": "prompt", "type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "root", "type": "root",
"style": "plain", "style": "plain",
"foreground": "yellow", "foreground": "yellow",
@ -24,7 +24,7 @@
"foreground": "black", "foreground": "black",
"background": "lightBlue", "background": "lightBlue",
"leading_diamond": "", "leading_diamond": "",
"trailing_diamond": "", "trailing_diamond": "\uE0B0",
"properties": { "properties": {
"style": "mixed" "style": "mixed"
} }
@ -32,11 +32,15 @@
{ {
"type": "git", "type": "git",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "black", "foreground": "black",
"background": "green", "background": "green",
"background_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}yellow{{ end }}"
],
"properties": { "properties": {
"display_status_detail": true, "fetch_status": true,
"template": "{{ .Repo.HEAD }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}",
"branch_icon": " ", "branch_icon": " ",
"branch_identical_icon": "≡", "branch_identical_icon": "≡",
"branch_ahead_icon": "↑", "branch_ahead_icon": "↑",
@ -50,11 +54,7 @@
"rebase_icon": "Ɫ ", "rebase_icon": "Ɫ ",
"cherry_pick_icon": "✓ ", "cherry_pick_icon": "✓ ",
"merge_icon": "◴ ", "merge_icon": "◴ ",
"no_commits_icon": "[no commits]", "no_commits_icon": "[no commits]"
"status_separator_icon": " │",
"status_colors_enabled": true,
"color_background": true,
"local_changes_color": "yellow"
} }
} }
] ]

View file

@ -55,19 +55,19 @@
{ {
"type": "git", "type": "git",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#caffbf", "background": "#caffbf",
"background_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#FCA17D{{ end }}",
"{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#f26d50{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#89d1dc{{ end }}",
"{{ if .Repo.Behind gt 0 }}#f17c37{{ end }}"
],
"properties": { "properties": {
"display_stash_count": false,
"display_upstream_icon": true, "display_upstream_icon": true,
"status_colors_enabled": true, "fetch_status": true,
"display_status": true, "template": "{{ .Repo.HEAD }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}"
"local_changes_color": "#FCA17D",
"ahead_and_behind_color": "#f26d50",
"behind_color": "#f17c37",
"ahead_color": "#89d1dc",
"stash_count_icon": "\uF692 "
} }
} }
] ]

View file

@ -48,7 +48,7 @@
"foreground": "#56B6C2", "foreground": "#56B6C2",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"display_status": false, "template": "{{ .Repo.HEAD }}",
"prefix": "<#E8CC97>git(</>", "prefix": "<#E8CC97>git(</>",
"postfix": "<#E8CC97>) </>" "postfix": "<#E8CC97>) </>"
} }
@ -86,7 +86,7 @@
"charging_color": "#64B5F6", "charging_color": "#64B5F6",
"discharging_color": "#E36464", "discharging_color": "#E36464",
"prefix": "\u005B", "prefix": "\u005B",
"postfix": "\uF295\u005D ", "postfix": "\uF295\u005D",
"display_charging": true "display_charging": true
} }
} }

View file

@ -48,19 +48,19 @@
{ {
"type": "git", "type": "git",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#193549", "foreground": "#193549",
"background": "#d2ff5e", "background": "#d2ff5e",
"background_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#ff9248{{ end }}",
"{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#f26d50{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#89d1dc{{ end }}",
"{{ if .Repo.Behind gt 0 }}#f17c37{{ end }}"
],
"properties": { "properties": {
"display_stash_count": true, "fetch_status": true,
"display_upstream_icon": true, "fetch_stash_count": true,
"status_colors_enabled": true, "template": "{{ .Repo.HEAD }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
"display_status": true,
"local_changes_color": "#ff9248",
"ahead_and_behind_color": "#f26d50",
"behind_color": "#f17c37",
"ahead_color": "#89d1dc",
"stash_count_icon": "\uF692 "
} }
}, },
{ {

View file

@ -10,7 +10,7 @@
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#c386f1", "background": "#c386f1",
"leading_diamond": "", "leading_diamond": "",
"trailing_diamond": "", "trailing_diamond": "\uE0B0",
"properties": { "properties": {
"postfix": " ", "postfix": " ",
"display_host": false "display_host": false
@ -19,7 +19,7 @@
{ {
"type": "path", "type": "path",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#ff479c", "background": "#ff479c",
"properties": { "properties": {
@ -32,24 +32,28 @@
{ {
"type": "git", "type": "git",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#193549", "foreground": "#193549",
"background": "#fffb38", "background": "#fffb38",
"background_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#ff8c00{{ end }}",
"{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#ff4500{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#B388FF{{ end }}",
"{{ if .Repo.Behind gt 0 }}#B388FF{{ end }}"
],
"leading_diamond": "",
"trailing_diamond": "",
"properties": { "properties": {
"display_stash_count": true, "fetch_status": true,
"display_upstream_icon": true, "fetch_stash_count": true,
"status_colors_enabled": true, "branch_max_length": 25,
"local_changes_color": "#ff9248", "template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
"ahead_and_behind_color": "#f26d50",
"behind_color": "#f17c37",
"ahead_color": "#89d1dc",
"stash_count_icon": "\uF692 "
} }
}, },
{ {
"type": "node", "type": "node",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#6CA35E", "background": "#6CA35E",
"properties": { "properties": {
@ -60,7 +64,7 @@
{ {
"type": "go", "type": "go",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#111111", "foreground": "#111111",
"background": "#8ED1F7", "background": "#8ED1F7",
"properties": { "properties": {
@ -71,7 +75,7 @@
{ {
"type": "julia", "type": "julia",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#111111", "foreground": "#111111",
"background": "#4063D8", "background": "#4063D8",
"properties": { "properties": {
@ -82,7 +86,7 @@
{ {
"type": "python", "type": "python",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#111111", "foreground": "#111111",
"background": "#FFDE57", "background": "#FFDE57",
"properties": { "properties": {
@ -95,7 +99,7 @@
{ {
"type": "ruby", "type": "ruby",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#AE1401", "background": "#AE1401",
"properties": { "properties": {
@ -107,7 +111,7 @@
{ {
"type": "azfunc", "type": "azfunc",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#FEAC19", "background": "#FEAC19",
"properties": { "properties": {
@ -119,7 +123,7 @@
{ {
"type": "aws", "type": "aws",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background_templates": [ "background_templates": [
"{{if contains \"default\" .Profile}}#FFA400{{end}}", "{{if contains \"default\" .Profile}}#FFA400{{end}}",
@ -133,7 +137,7 @@
{ {
"type": "root", "type": "root",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#111111", "foreground": "#111111",
"background": "#ffff66", "background": "#ffff66",
"properties": { "properties": {
@ -149,7 +153,7 @@
"trailing_diamond": "", "trailing_diamond": "",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"prefix": "<transparent></> \ufa1e", "prefix": "<transparent>\uE0B0</> \ufa1e",
"postfix": "\u2800" "postfix": "\u2800"
} }
}, },
@ -165,7 +169,7 @@
"always_enabled": true, "always_enabled": true,
"error_color": "#f1184c", "error_color": "#f1184c",
"color_background": true, "color_background": true,
"prefix": "<#83769c></> " "prefix": "<#83769c>\uE0B0</> "
} }
} }
] ]

View file

@ -48,18 +48,19 @@
{ {
"background": "#280C2E", "background": "#280C2E",
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
"background_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#7621DE{{ end }}",
"{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#7621DE{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#7621DE{{ end }}",
"{{ if .Repo.Behind gt 0 }}#7621DE{{ end }}"
],
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"properties": { "properties": {
"ahead_and_behind_color": "#7621DE", "fetch_stash_count": true,
"ahead_color": "#7621DE", "fetch_status": true,
"behind_color": "#7621DE",
"display_stash_count": true,
"display_status": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"local_changes_color": "#7621DE",
"prefix": " ", "prefix": " ",
"staging_color": "#7621DE", "template": "{{ .Repo.HEAD }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
"status_colors_enabled": true
}, },
"style": "powerline", "style": "powerline",
"type": "git" "type": "git"

View file

@ -119,18 +119,17 @@
"style": "diamond", "style": "diamond",
"foreground": "#000000", "foreground": "#000000",
"background": "#ffffff", "background": "#ffffff",
"foreground_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#ffea00{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#2EC4B6{{ end }}",
"{{ if .Repo.Behind gt 0 }}#8A4FFF{{ end }}"
],
"properties": { "properties": {
"display_stash_count": true, "fetch_stash_count": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"display_status": true, "fetch_status": true,
"status_colors_enabled": true, "prefix": "<#000000>\ue0b1 </>",
"color_background": false, "template": "{{ .Repo.HEAD }}{{ if .Repo.Staging.Changed }}<#2FDA4E> \uF046 {{ .Repo.Staging.String }}</>{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Working.Changed }}<#E84855> \uF044 {{ .Repo.Working.String }}</>{{ end }}"
"local_changes_color": "#ffea00",
"working_color": "#E84855",
"staging_color": "#2FDA4E",
"ahead_color": "#2EC4B6",
"behind_color": "#8A4FFF",
"prefix": "<#ffffff>\ue0b1 </>"
} }
}, },
{ {

View file

@ -29,7 +29,8 @@
"background": "#25AFF3", "background": "#25AFF3",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"display_status": true, "fetch_status": true,
"template": "{{ .Repo.HEAD }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}",
"postfix": ") ", "postfix": ") ",
"prefix": " branch (" "prefix": " branch ("
}, },
@ -42,7 +43,7 @@
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#1BD760", "background": "#1BD760",
"properties": { "properties": {
"track_separator" : " - ", "track_separator": " - ",
"playing_icon": "", "playing_icon": "",
"stopped_icon": "", "stopped_icon": "",
"paused_icon": "" "paused_icon": ""
@ -55,7 +56,7 @@
"time_format": "15:04:05" "time_format": "15:04:05"
}, },
"style": "diamond", "style": "diamond",
"trailing_diamond": "", "trailing_diamond": "\uE0B0",
"type": "time" "type": "time"
} }
], ],

View file

@ -6,21 +6,21 @@
"console_title_template": "{{if .Root}}Admin: {{end}} {{.Folder}}", "console_title_template": "{{if .Root}}Admin: {{end}} {{.Folder}}",
"blocks": [ "blocks": [
{ {
"type": "prompt", "type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text", "type": "text",
"style": "plain", "style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "", "prefix": "",
"text": "", "text": "",
"postfix": "" "postfix": ""
} }
} }
] ]
}, },
{ {
"type": "prompt", "type": "prompt",
@ -30,7 +30,7 @@
"type": "text", "type": "text",
"style": "plain", "style": "plain",
"foreground": "#185F7B", "foreground": "#185F7B",
"properties": { "properties": {
"prefix": "\ue0c5", "prefix": "\ue0c5",
"text": "", "text": "",
"postfix": "" "postfix": ""
@ -42,7 +42,7 @@
"powerline_symbol": "\ue0c4", "powerline_symbol": "\ue0c4",
"background": "#185F7B", "background": "#185F7B",
"foreground": "#185F7B", "foreground": "#185F7B",
"properties": { "properties": {
"text": "", "text": "",
"prefix": "", "prefix": "",
"postfix": "" "postfix": ""
@ -59,27 +59,28 @@
"style": "mixed", "style": "mixed",
"home_icon": "\uf7dd ", "home_icon": "\uf7dd ",
"prefix": "", "prefix": "",
"postfix": " ", "postfix": " ",
"enable_hyperlink": true "enable_hyperlink": true
} }
}, },
{ {
"type": "git", "type": "git",
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#6f42c1", "background": "#6f42c1",
"properties": { "backround_templates": [
"display_stash_count": true, "{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#176f2c{{ end }}",
"display_upstream_icon": true, "{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#f26d50{{ end }}",
"status_colors_enabled": true, "{{ if .Repo.Ahead gt 0 }}#0366d6{{ end }}",
"display_status": true, "{{ if .Repo.Behind gt 0 }}#f9c513{{ end }}"
"local_changes_color": "#176f2c", ],
"ahead_and_behind_color": "#f26d50", "properties": {
"behind_color": "#f9c513", "fetch_stash_count": true,
"ahead_color": "#0366d6", "fetch_status": true,
"stash_count_icon": "\uF692 " "display_upstream_icon": true,
} "template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
}
}, },
{ {
"type": "text", "type": "text",
@ -104,15 +105,15 @@
"success_icon": "\uf469 \u2665 ", "success_icon": "\uf469 \u2665 ",
"color_background": true, "color_background": true,
"error_icon": "\uf525 ", "error_icon": "\uf525 ",
"error_color": "red" "error_color": "red"
} }
} }
] ]
}, },
{ {
"type": "prompt", "type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "time", "type": "time",
"style": "diamond", "style": "diamond",
@ -127,18 +128,17 @@
} }
}, },
{ {
"type": "executiontime", "type": "executiontime",
"style": "diamond", "style": "diamond",
"leading_diamond": "\ue0c5", "leading_diamond": "\ue0c5",
"trailing_diamond": "\ue0c4", "trailing_diamond": "\ue0c4",
"invert_powerline": true, "invert_powerline": true,
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#2B2B2B", "background": "#2B2B2B",
"properties": { "properties": {
"postfix": "<#ffffff> \uF252 </>", "postfix": "<#ffffff> \uF252 </>",
"postfix": "<#ffffff> \ufbab </>", "always_enabled": true
"always_enabled": true }
}
} }
] ]
}, },
@ -151,7 +151,7 @@
"type": "text", "type": "text",
"style": "plain", "style": "plain",
"foreground": "#2B2B2B", "foreground": "#2B2B2B",
"properties": { "properties": {
"prefix": "\ue0c5", "prefix": "\ue0c5",
"text": "", "text": "",
"postfix": "" "postfix": ""
@ -170,7 +170,7 @@
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#FBD951", "foreground": "#FBD951",
"background": "#2B2B2B", "background": "#2B2B2B",
"properties": { "properties": {
"prefix": "" "prefix": ""
} }
}, },
@ -185,23 +185,23 @@
"display_host": false "display_host": false
} }
} }
] ]
}, },
{ {
"type": "rprompt", "type": "rprompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "shell", "type": "shell",
"style": "plain", "style": "plain",
"foreground": "#666666", "foreground": "#666666",
"background": "#000000", "background": "#000000",
"properties": { "properties": {
"prefix": " ", "prefix": " ",
"postfix": "" "postfix": ""
}
} }
} ]
]
} }
] ]
} }

View file

@ -27,7 +27,8 @@
"style": "plain", "style": "plain",
"foreground": "#B80101", "foreground": "#B80101",
"properties": { "properties": {
"prefix": " <#F5F5F5>git:</>" "prefix": " <#F5F5F5>git:</>",
"template": "{{ .Repo.HEAD }}"
} }
} }
] ]

View file

@ -9,9 +9,9 @@
{ {
"background": "#feae34", "background": "#feae34",
"foreground": "#262b44", "foreground": "#262b44",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"leading_diamond": "", "leading_diamond": "",
"trailing_diamond": "", "trailing_diamond": "\uE0B0",
"properties": { "properties": {
"prefix": "  ", "prefix": "  ",
"style": "folder" "style": "folder"
@ -22,16 +22,18 @@
{ {
"background": "#fee761", "background": "#fee761",
"foreground": "#262b44", "foreground": "#262b44",
"powerline_symbol": "", "background_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#f77622{{ end }}",
"{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#e43b44{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#2ce8f5{{ end }}",
"{{ if .Repo.Behind gt 0 }}#f77622{{ end }}"
],
"powerline_symbol": "\uE0B0",
"properties": { "properties": {
"display_stash_count": true, "fetch_status": true,
"fetch_stash_count": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"status_colors_enabled": true, "template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
"local_changes_color": "#f77622",
"ahead_and_behind_color": "#e43b44",
"behind_color": "#f77622",
"ahead_color": "#2ce8f5",
"stash_count_icon": "\uF692 "
}, },
"style": "powerline", "style": "powerline",
"type": "git" "type": "git"
@ -39,14 +41,14 @@
{ {
"background": "#fee761", "background": "#fee761",
"foreground": "#262b44", "foreground": "#262b44",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"style": "powerline", "style": "powerline",
"type": "root" "type": "root"
}, },
{ {
"background": "#0095e9", "background": "#0095e9",
"foreground": "#ffffff", "foreground": "#ffffff",
"leading_diamond": "<transparent, #0095e9></>", "leading_diamond": "<transparent, #0095e9>\uE0B0</>",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"color_background": true, "color_background": true,

View file

@ -29,7 +29,8 @@
"foreground": "#D0666F", "foreground": "#D0666F",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"display_status": false, "fetch_status": false,
"template": "{{ .Repo.HEAD }}",
"prefix": "<#5FAAE8>git:(</>", "prefix": "<#5FAAE8>git:(</>",
"postfix": "<#5FAAE8>)</>" "postfix": "<#5FAAE8>)</>"
} }

View file

@ -65,9 +65,10 @@
"foreground": "#3A86FF", "foreground": "#3A86FF",
"background": "#242424", "background": "#242424",
"properties": { "properties": {
"display_stash_count": true, "fetch_stash_count": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"prefix": "" "prefix": "",
"template": "{{ .Repo.HEAD }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
} }
}, },
{ {

View file

@ -1,154 +1,159 @@
{ {
"blocks": [{ "blocks": [
"type": "prompt", {
"alignment": "left", "type": "prompt",
"newline": true, "alignment": "left",
"segments": [{ "newline": true,
"type": "os", "segments": [
"style": "diamond", {
"leading_diamond": "\uE0B6", "type": "os",
"trailing_diamond": "", "style": "diamond",
"foreground": "#0077c2", "leading_diamond": "\uE0B6",
"background": "#fbfbfb", "trailing_diamond": "",
"properties": { "foreground": "#0077c2",
"postfix": " ", "background": "#fbfbfb",
"macos": "\uEF179", "properties": {
"windows": "\uF17A", "postfix": " ",
"linux": "\uF17C", "macos": "\uEF179",
"debian": "\uF306", "windows": "\uF17A",
"ubuntu": "\uF31B", "linux": "\uF17C",
"arch": "\uF303", "debian": "\uF306",
"fedora": "\uF30A", "ubuntu": "\uF31B",
"manjaro": "\uF312", "arch": "\uF303",
"opensuse": "\uF314" "fedora": "\uF30A",
} "manjaro": "\uF312",
}, "opensuse": "\uF314"
{ }
"type": "session",
"style": "powerline",
"foreground": "#0077c2",
"background": "#fbfbfb",
"powerline_symbol": "\uE0B0",
"properties": {
"prefix": "",
"display_host": true,
"host_color": "#e06c75",
"user_info_separator": "<#000000>@</>"
}
},
{
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#e06c75",
"properties": {
"root_icon": "\uE799 ",
"postfix": "\u2800"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#0077c2",
"properties": {
"style": "letter",
"folder_separator_icon": "/",
"prefix": " \uE5FE ",
"home_icon": "~",
"enable_hyperlink": true,
"max_depth": 2
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#fffb38",
"properties": {
"display_stash_count": true,
"display_upstream_icon": true,
"status_colors_enabled": true,
"local_changes_color": "#ff9248",
"ahead_and_behind_color": "#f26d50",
"behind_color": "#f17c37",
"ahead_color": "#89d1dc",
"stash_count_icon": "\uF692 "
}
},
{
"type": "text",
"style": "plain",
"foreground": "#FFD54F",
"properties": {
"prefix": " ",
"text": "{{if .Root}}#{{else}}${{end}}",
"postfix": ""
}
}
]
}, },
{ {
"type": "rprompt", "type": "session",
"segments": [{ "style": "powerline",
"type": "exit", "foreground": "#0077c2",
"style": "plain", "background": "#fbfbfb",
"foreground": "#ffffff", "powerline_symbol": "\uE0B0",
"properties": { "properties": {
"display_exit_code": false, "prefix": "",
"always_enabled": true, "display_host": true,
"success_icon": "<#00ff00>\uF633</>", "host_color": "#e06c75",
"error_icon": "<#ff0000>\uF659</>" "user_info_separator": "<#000000>@</>"
} }
}, },
{ {
"type": "executiontime", "type": "root",
"style": "plain", "style": "powerline",
"foreground": "#ffffff", "powerline_symbol": "\uE0B0",
"properties": { "foreground": "#ffffff",
"always_enabled": true, "background": "#e06c75",
"prefix": "" "properties": {
} "root_icon": "\uE799 ",
}, "postfix": "\u2800"
{ }
"type": "battery", },
"style": "powerline", {
"invert_powerline": true, "type": "path",
"powerline_symbol": "\uE0B2", "style": "powerline",
"foreground": "#ffffff", "powerline_symbol": "\uE0B0",
"background": "#f36943", "foreground": "#ffffff",
"properties": { "background": "#0077c2",
"battery_icon": "", "properties": {
"discharging_icon": "\uF57D ", "style": "letter",
"charging_icon": "\uF588 ", "folder_separator_icon": "/",
"charged_icon": "\uF583 ", "prefix": " \uE5FE ",
"color_background": true, "home_icon": "~",
"charged_color": "#4caf50", "enable_hyperlink": true,
"charging_color": "#40c4ff", "max_depth": 2
"discharging_color": "#ff5722", }
"postfix": "% " },
} {
}, "type": "git",
{ "style": "powerline",
"type": "time", "powerline_symbol": "\uE0B0",
"style": "diamond", "foreground": "#193549",
"invert_powerline": true, "background": "#fffb38",
"leading_diamond": "", "background_templates": [
"trailing_diamond": "\uE0B4", "{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#ff9248{{ end }}",
"background": "#61afef", "{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#f26d50{{ end }}",
"foreground": "#ffffff", "{{ if .Repo.Ahead gt 0 }}#f17c37{{ end }}",
"properties": { "{{ if .Repo.Behind gt 0 }}#89d1dc{{ end }}"
"time_format": "15:04 (Mon)" ],
} "properties": {
} "fetch_status": true,
] "fetch_stash_count": true,
"display_upstream_icon": true,
"template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
}
},
{
"type": "text",
"style": "plain",
"foreground": "#FFD54F",
"properties": {
"prefix": " ",
"text": "{{if .Root}}#{{else}}${{end}}",
"postfix": ""
}
} }
], ]
"final_space": true, },
"console_title": true, {
"console_title_style": "template", "type": "rprompt",
"console_title_template": "{{.User}}@{{.Host}} : {{.Folder}}" "segments": [
} {
"type": "exit",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"display_exit_code": false,
"always_enabled": true,
"success_icon": "<#00ff00>\uF633</>",
"error_icon": "<#ff0000>\uF659</>"
}
},
{
"type": "executiontime",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"always_enabled": true,
"prefix": ""
}
},
{
"type": "battery",
"style": "powerline",
"invert_powerline": true,
"powerline_symbol": "\uE0B2",
"foreground": "#ffffff",
"background": "#f36943",
"properties": {
"battery_icon": "",
"discharging_icon": "\uF57D ",
"charging_icon": "\uF588 ",
"charged_icon": "\uF583 ",
"color_background": true,
"charged_color": "#4caf50",
"charging_color": "#40c4ff",
"discharging_color": "#ff5722",
"postfix": "% "
}
},
{
"type": "time",
"style": "diamond",
"invert_powerline": true,
"leading_diamond": "",
"trailing_diamond": "\uE0B4",
"background": "#61afef",
"foreground": "#ffffff",
"properties": {
"time_format": "15:04 (Mon)"
}
}
]
}
],
"final_space": true,
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{.User}}@{{.Host}} : {{.Folder}}"
}

View file

@ -1,71 +1,71 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true, "final_space": true,
"blocks": [ "blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{ {
"type": "prompt", "type": "session",
"alignment": "left", "style": "diamond",
"segments": [ "foreground": "#ffffff",
{ "background": "#B4009E",
"type": "session", "leading_diamond": "\uE0B6",
"style": "diamond", "trailing_diamond": "",
"foreground": "#ffffff", "properties": {
"background": "#B4009E", "prefix": "",
"leading_diamond": "\uE0B6", "display_host": false
"trailing_diamond": "", }
"properties": { },
"prefix": "", {
"display_host": false "type": "path",
} "style": "powerline",
}, "powerline_symbol": "\uE0B0",
{ "foreground": "#000000",
"type": "path", "background": "#FFFF00",
"style": "powerline", "properties": {
"powerline_symbol": "\uE0B0", "style": "folder"
"foreground": "#000000", }
"background": "#FFFF00", },
"properties": { {
"style": "folder" "type": "git",
} "style": "powerline",
}, "powerline_symbol": "\uE0B0",
{ "foreground": "#ffffff",
"type": "git", "background": "#4E44FF",
"style": "powerline", "properties": {
"powerline_symbol": "\uE0B0", "fetch_stash_count": true,
"foreground": "#ffffff", "fetch_status": false,
"background": "#4E44FF", "display_upstream_icon": true,
"properties": { "branch_icon": "",
"display_stash_count": true, "template": "{{ .Repo.HEAD }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}",
"display_upstream_icon": true, "prefix": " \u279C (",
"status_colors_enabled": false, "postfix": ") "
"branch_icon": "", }
"display_status": false, },
"prefix": " \u279C (", {
"postfix": ") " "type": "node",
} "style": "powerline",
}, "powerline_symbol": "\uE0B0",
{ "foreground": "#ffffff",
"type": "node", "background": "#4e903d",
"style": "powerline", "properties": {
"powerline_symbol": "\uE0B0", "prefix": " \uE718 "
"foreground": "#ffffff", }
"background": "#4e903d", },
"properties": { {
"prefix": " \uE718 " "type": "time",
} "style": "diamond",
}, "trailing_diamond": "\uE0B0",
{ "foreground": "#ffffff",
"type": "time", "background": "#16C60C",
"style": "diamond", "properties": {
"trailing_diamond": "\uE0B0", "prefix": " \u2665 ",
"foreground": "#ffffff", "time_format": "15:04"
"background": "#16C60C", }
"properties": {
"prefix": " \u2665 ",
"time_format": "15:04"
}
}
]
} }
] ]
} }
]
}

View file

@ -1,119 +1,120 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{ {
"type": "prompt", "type": "os",
"alignment": "left", "style": "powerline",
"segments": [ "foreground": "cyan",
{ "properties": {
"type": "os", "prefix": "",
"style": "powerline", "postfix": ""
"foreground": "cyan", }
"properties": {
"prefix": "",
"postfix": ""
}
},
{
"type": "path",
"style": "plain",
"foreground": "cyan",
"properties": {
"style": "full"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#F1502F",
"properties": {
"prefix": ":: ",
"display_status": true
}
}
]
}, },
{ {
"type": "prompt", "type": "path",
"alignment": "right", "style": "plain",
"segments": [ "foreground": "cyan",
{ "properties": {
"type": "root", "style": "full"
"style": "plain", }
"foreground": "red",
"properties": {
"prefix": "| ",
"root_icon": "root"
}
},
{
"type": "dart",
"style": "powerline",
"foreground": "#06A4CE",
"properties": {
"prefix": "| \uE798 "
}
},
{
"type": "node",
"style": "powerline",
"foreground": "#6CA35E",
"properties": {
"prefix": "| \uE718 "
}
},
{
"type": "python",
"style": "plain",
"foreground": "#4584b6",
"properties": {
"prefix": "| \uE235 ",
"display_version": false,
"display_mode": "context",
"display_virtual_env": true
}
},
{
"type": "battery",
"style": "powerline",
"invert_powerline": true,
"properties": {
"charging_icon": " ",
"charged_icon": "\uf00d ",
"charged_color": "#ff0000",
"charging_color": "#4caf50",
"discharging_color": "#40c4ff",
"prefix": "| ",
"postfix": "  "
}
},
{
"type": "time",
"style": "plain",
"foreground": "lightGreen",
"properties": {
"prefix": "| "
}
}
]
}, },
{ {
"type": "prompt", "type": "git",
"alignment": "left", "style": "plain",
"newline": true, "foreground": "#F1502F",
"segments": [ "properties": {
{ "prefix": ":: ",
"type": "exit", "fetch_status": true,
"style": "powerline", "template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}"
"foreground": "lightGreen", }
"properties": {
"display_exit_code": false,
"always_enabled": true,
"error_color": "red",
"prefix": "\u279c"
}
}
]
} }
] ]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "root",
"style": "plain",
"foreground": "red",
"properties": {
"prefix": "| ",
"root_icon": "root"
}
},
{
"type": "dart",
"style": "powerline",
"foreground": "#06A4CE",
"properties": {
"prefix": "| \uE798 "
}
},
{
"type": "node",
"style": "powerline",
"foreground": "#6CA35E",
"properties": {
"prefix": "| \uE718 "
}
},
{
"type": "python",
"style": "plain",
"foreground": "#4584b6",
"properties": {
"prefix": "| \uE235 ",
"display_version": false,
"display_mode": "context",
"display_virtual_env": true
}
},
{
"type": "battery",
"style": "powerline",
"invert_powerline": true,
"properties": {
"charging_icon": " ",
"charged_icon": "\uf00d ",
"charged_color": "#ff0000",
"charging_color": "#4caf50",
"discharging_color": "#40c4ff",
"prefix": "| ",
"postfix": "  "
}
},
{
"type": "time",
"style": "plain",
"foreground": "lightGreen",
"properties": {
"prefix": "| "
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "exit",
"style": "powerline",
"foreground": "lightGreen",
"properties": {
"display_exit_code": false,
"always_enabled": true,
"error_color": "red",
"prefix": "\u279c"
}
}
]
}
]
} }

View file

@ -51,16 +51,17 @@
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#011627", "foreground": "#011627",
"background": "#22da6e", "background": "#22da6e",
"background_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#ffeb95{{ end }}",
"{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#c5e478{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#C792EA{{ end }}",
"{{ if .Repo.Behind gt 0 }}#C792EA{{ end }}"
],
"properties": { "properties": {
"branch_icon": " \ue725 ", "branch_icon": "\ue725 ",
"display_status": true, "fetch_status": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"staging_color": "#ef5350", "template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }}<#ef5350> \uF046 {{ .Repo.Staging.String }}</>{{ end }}"
"status_colors_enabled": true,
"local_changes_color": "#ffeb95",
"ahead_and_behind_color": "#c5e478",
"behind_color": "#C792EA",
"ahead_color": "#C792EA"
} }
}, },
{ {

View file

@ -28,11 +28,11 @@
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#100e23", "foreground": "#100e23",
"background": "#ec9706", "background": "#ec9706",
"properties" : { "properties": {
"home_icon": "\uF7DB", "home_icon": "\uF7DB",
"folder_icon": "\uF115", "folder_icon": "\uF115",
"folder_separator_icon": " \uE0B1 ", "folder_separator_icon": " \uE0B1 ",
"style": "full" "style": "full"
} }
}, },
{ {
@ -40,7 +40,10 @@
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#193549", "foreground": "#193549",
"background": "#95ffa4" "background": "#95ffa4",
"properties": {
"template": "{{ .Repo.HEAD }}"
}
}, },
{ {
"type": "python", "type": "python",

View file

@ -36,7 +36,10 @@
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#193549", "foreground": "#193549",
"background": "#95ffa4" "background": "#95ffa4",
"properties": {
"template": "{{ .Repo.HEAD }}"
}
}, },
{ {
"type": "python", "type": "python",

View file

@ -29,9 +29,9 @@
"foreground": "#D0666F", "foreground": "#D0666F",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"display_status": false,
"prefix": "<#5FAAE8>git:(</>", "prefix": "<#5FAAE8>git:(</>",
"postfix": "<#5FAAE8>)</>" "postfix": "<#5FAAE8>)</>",
"template": "{{ .Repo.HEAD }}"
} }
}, },
{ {

View file

@ -2,91 +2,90 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"final_space": true, "final_space": true,
"blocks": [ "blocks": [
{ {
"type": "prompt", "type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "root", "type": "root",
"style": "plain", "style": "plain",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "red", "foreground": "red",
"properties": { "properties": {
"prefix": "", "prefix": "",
"postfix": " ", "postfix": " ",
"root_icon": "\uF0E7" "root_icon": "\uF0E7"
} }
}, },
{ {
"type": "path", "type": "path",
"style": "plain", "style": "plain",
"foreground": "blue", "foreground": "blue",
"properties": { "properties": {
"prefix": "", "prefix": "",
"postfix": "", "postfix": "",
"home_icon": "\uF7DB", "home_icon": "\uF7DB",
"folder_icon": "\uE5FF", "folder_icon": "\uE5FF",
"folder_separator_icon": "/", "folder_separator_icon": "/",
"style": "agnoster" "style": "agnoster"
} }
}, },
{ {
"type": "git", "type": "git",
"style": "plain", "style": "plain",
"foreground": "green", "foreground": "green",
"properties": { "foreground_templates": [
"display_status": true, "{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}yellow{{ end }}",
"prefix": " on ", "{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}red{{ end }}",
"postfix": "", "{{ if .Repo.Ahead gt 0 }}red{{ end }}",
"ahead_color": "red", "{{ if .Repo.Behind gt 0 }}green{{ end }}"
"behind_color": "green", ],
"working_color": "red", "properties": {
"staging_color": "yellow", "fetch_status": true,
"local_changes_color": "yellow", "fetch_stash_count": true,
"ahead_and_behind_color": "red", "display_upstream_icon": true,
"color_background": false, "prefix": " on ",
"display_stash_count": true, "postfix": "",
"display_upstream_icon": true, "github_icon": " ",
"status_colors_enabled": true, "template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }}<red> \uF044 {{ .Repo.Working.String }}</>{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }}<yellow> \uF046 {{ .Repo.Staging.String }}</>{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
"github_icon": " " }
} },
}, {
{ "type": "dotnet",
"type": "dotnet", "style": "plain",
"style": "plain", "foreground": "magenta",
"foreground": "magenta", "properties": {
"properties": { "prefix": " [.NET] "
"prefix": " [.NET] " }
} }
} ]
] },
}, {
{ "type": "prompt",
"type": "prompt", "alignment": "left",
"alignment": "left", "newline": true,
"newline": true, "segments": [
"segments": [ {
{ "type": "time",
"type": "time", "style": "plain",
"style": "plain", "foreground": "yellow",
"foreground": "yellow", "properties": {
"properties": { "prefix": "",
"prefix": "", "time_format": "15:04:05"
"time_format": "15:04:05" }
} },
}, {
{ "type": "text",
"type": "text", "style": "plain",
"style": "plain", "foreground": "green",
"foreground": "green", "properties": {
"properties": { "prefix": "",
"prefix": "", "postfix": "",
"postfix": "", "text": "\u276F"
"text": "\u276F" }
} }
} ]
] }
}
] ]
} }

View file

@ -119,18 +119,17 @@
"style": "diamond", "style": "diamond",
"foreground": "#ffea00", "foreground": "#ffea00",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#ffea00{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#2EC4B6{{ end }}",
"{{ if .Repo.Behind gt 0 }}#8A4FFF{{ end }}"
],
"properties": { "properties": {
"display_stash_count": true, "fetch_stash_count": true,
"fetch_status": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"display_status": true, "prefix": "<#ffea00>\ue0b1 </>",
"status_colors_enabled": true, "template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }}<#E84855> \uF044 {{ .Repo.Working.String }}</>{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }}<#2FDA4E> \uF046 {{ .Repo.Staging.String }}</>{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
"color_background": false,
"local_changes_color": "#ffea00",
"working_color": "#E84855",
"staging_color": "#2FDA4E",
"ahead_color": "#2EC4B6",
"behind_color": "#8A4FFF",
"prefix": "<#ffea00>\ue0b1 </>"
} }
}, },
{ {

View file

@ -41,8 +41,9 @@
"foreground": "#193549", "foreground": "#193549",
"background": "#fffb38", "background": "#fffb38",
"properties": { "properties": {
"display_stash_count": true, "fetch_stash_count": true,
"display_upstream_icon": true "display_upstream_icon": true,
"template": "{{ .Repo.HEAD }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
} }
}, },
{ {

View file

@ -36,7 +36,8 @@
"foreground": "#D4E157", "foreground": "#D4E157",
"background": "#546E7A", "background": "#546E7A",
"properties": { "properties": {
"prefix": "<#26C6DA>\uE0B1 </>" "prefix": "<#26C6DA>\uE0B1 </>",
"template": "{{ .Repo.HEAD }}"
} }
}, },
{ {

View file

@ -35,7 +35,8 @@
"style": "plain", "style": "plain",
"foreground": "#FFE700", "foreground": "#FFE700",
"properties": { "properties": {
"prefix": "" "prefix": "",
"template": "{{ .Repo.HEAD }}"
} }
}, },
{ {

View file

@ -41,8 +41,8 @@
"background": "#D4E157", "background": "#D4E157",
"powerline_symbol": "\uE0B4", "powerline_symbol": "\uE0B4",
"properties": { "properties": {
"style": "full", "prefix": " ",
"prefix": " " "template": "{{ .Repo.HEAD }}"
} }
} }
] ]

View file

@ -15,7 +15,7 @@
{ {
"type": "path", "type": "path",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#e4e4e4", "foreground": "#e4e4e4",
"background": "#3465a4", "background": "#3465a4",
"properties": { "properties": {
@ -27,19 +27,21 @@
{ {
"type": "git", "type": "git",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#000000", "foreground": "#000000",
"background": "#4e9a06", "background": "#4e9a06",
"background_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#c4a000{{ end }}",
"{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#f26d50{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#89d1dc{{ end }}",
"{{ if .Repo.Behind gt 0 }}#4e9a06{{ end }}"
],
"properties": { "properties": {
"branch_icon": "\uF126 ", "branch_icon": "\uF126 ",
"display_stash_count": true, "fetch_stash_count": true,
"fetch_status": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"status_colors_enabled": true, "template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
"local_changes_color": "#c4a000",
"ahead_and_behind_color": "#f26d50",
"behind_color": "#4e9a06",
"ahead_color": "#89d1dc",
"stash_count_icon": "\uF692 "
} }
} }
] ]
@ -180,7 +182,7 @@
"type": "time", "type": "time",
"style": "diamond", "style": "diamond",
"invert_powerline": true, "invert_powerline": true,
"trailing_diamond": "─╮", "trailing_diamond": "\uE0B0─╮",
"background": "#d3d7cf", "background": "#d3d7cf",
"foreground": "#000000", "foreground": "#000000",
"properties": { "properties": {

View file

@ -30,7 +30,10 @@
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#193549", "foreground": "#193549",
"background": "#95ffa4" "background": "#95ffa4",
"properties": {
"template": "{{ .Repo.HEAD }}"
}
}, },
{ {
"type": "python", "type": "python",

View file

@ -41,15 +41,15 @@
"foreground": "#6C6C6C", "foreground": "#6C6C6C",
"properties": { "properties": {
"prefix": "", "prefix": "",
"display_stash_count": true, "fetch_stash_count": true,
"display_status": true, "fetch_status": true,
"display_status_detail": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"branch_icon": "", "branch_icon": "",
"github_icon": "", "github_icon": "",
"branch_ahead_icon": "<#88C0D0>\u21e1 </>", "branch_ahead_icon": "<#88C0D0>\u21e1 </>",
"branch_behind_icon": "<#88C0D0>\u21e3 </>", "branch_behind_icon": "<#88C0D0>\u21e3 </>",
"local_working_icon": "<#FFAFD7>\u002a</>" "local_working_icon": "<#FFAFD7>\u002a</>",
"template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
} }
} }
] ]

View file

@ -1,6 +1,6 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks":[ "blocks": [
{ {
"type": "prompt", "type": "prompt",
"alignment": "left", "alignment": "left",
@ -14,12 +14,12 @@
"trailing_diamond": "", "trailing_diamond": "",
"properties": { "properties": {
"prefix": "", "prefix": "",
"display_host":false "display_host": false
} }
}, },
{ {
"type":"path", "type": "path",
"style":"plain", "style": "plain",
"foreground": "#3f3f3f", "foreground": "#3f3f3f",
"background": "lightYellow", "background": "lightYellow",
"properties": { "properties": {
@ -33,9 +33,9 @@
"background": "lightCyan", "background": "lightCyan",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"display_status": false,
"prefix": " git(", "prefix": " git(",
"postfix": ") " "postfix": ") ",
"template": "{{ .Repo.HEAD }}"
} }
}, },
{ {

View file

@ -1,4 +1,3 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
@ -30,9 +29,9 @@
"foreground": "#D0666F", "foreground": "#D0666F",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"display_status": false,
"prefix": "<#5FAAE8>git:(</>", "prefix": "<#5FAAE8>git:(</>",
"postfix": "<#5FAAE8>)</>" "postfix": "<#5FAAE8>)</>",
"template": "{{ .Repo.HEAD }}"
} }
}, },
{ {

View file

@ -21,7 +21,6 @@
"wsl_separator": "", "wsl_separator": "",
"prefix": " ", "prefix": " ",
"postfix": " " "postfix": " "
} }
}, },
{ {
@ -54,19 +53,13 @@
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#256C9D", "background": "#256C9D",
"properties": { "properties": {
"fetch_status": true,
"fetch_stash_count": false,
"branch_max_length": 30, "branch_max_length": 30,
"display_stash_count": false,
"display_upstream_icon": true, "display_upstream_icon": true,
"display_status": true,
"status_colors_enabled": false,
"color_background": true,
"local_changes_color": "#ffffff",
"working_color": "#ffffff",
"staging_color": "#ffffff",
"ahead_color": "#ffffff",
"behind_color": "#ffffff",
"prefix": "[ ", "prefix": "[ ",
"postfix": " ]" "postfix": " ]",
"template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
} }
}, },
{ {
@ -81,4 +74,4 @@
] ]
} }
] ]
} }

View file

@ -21,7 +21,6 @@
"wsl_separator": "", "wsl_separator": "",
"prefix": " ", "prefix": " ",
"postfix": " " "postfix": " "
} }
}, },
{ {
@ -34,26 +33,23 @@
"prefix": "", "prefix": "",
"postfix": "" "postfix": ""
} }
}, },
{ {
"type": "git", "type": "git",
"style": "plain", "style": "plain",
"background": "#E0E0E0", "background": "#E0E0E0",
"foreground": "#424242", "foreground": "#424242",
"foreground_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#053F22{{ end }}",
"{{ if or (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#0A703E{{ end }}"
],
"properties": { "properties": {
"display_stash_count": false, "fetch_status": true,
"branch_max_length": 30, "branch_max_length": 30,
"display_upstream_icon": true, "display_upstream_icon": true,
"display_status": true,
"status_colors_enabled": true,
"color_background": false,
"local_changes_color": "#053F22",
"working_color": "#BD6200",
"staging_color": "#053F22",
"ahead_color": "#0A703E",
"behind_color": "#0A703E",
"prefix": " [", "prefix": " [",
"postfix": "] " "postfix": "] ",
"template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }}<#BD6200> \uF044 {{ .Repo.Working.String }}</>{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }}<#053F22> \uF046 {{ .Repo.Staging.String }}</>{{ end }}"
} }
}, },
{ {
@ -78,4 +74,4 @@
] ]
} }
] ]
} }

View file

@ -78,18 +78,17 @@
"style": "diamond", "style": "diamond",
"foreground": "#ffeb3b", "foreground": "#ffeb3b",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#ffeb3b{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#2EC4B6{{ end }}",
"{{ if .Repo.Behind gt 0 }}#8A4FFF{{ end }}"
],
"properties": { "properties": {
"display_stash_count": true, "fetch_stash_count": true,
"fetch_status": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"display_status": true, "prefix": "<#7a7a7a>\ue0b1 </>",
"status_colors_enabled": true, "template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }}<#E84855> \uF044 {{ .Repo.Working.String }}</>{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }}<#2FDA4E> \uF046 {{ .Repo.Staging.String }}</>{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
"color_background": false,
"local_changes_color": "#ffeb3b",
"working_color": "#E84855",
"staging_color": "#2FDA4E",
"ahead_color": "#2EC4B6",
"behind_color": "#8A4FFF",
"prefix": "<#7a7a7a>\ue0b1 </>"
} }
}, },
{ {

View file

@ -76,18 +76,17 @@
"style": "diamond", "style": "diamond",
"foreground": "#ffeb3b", "foreground": "#ffeb3b",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#ffeb3b{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#2EC4B6{{ end }}",
"{{ if .Repo.Behind gt 0 }}#8A4FFF{{ end }}"
],
"properties": { "properties": {
"display_stash_count": true, "fetch_stash_count": true,
"fetch_status": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"display_status": true, "prefix": "<#7a7a7a>\ue0b1 </>",
"status_colors_enabled": true, "template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }}<#E84855> \uF044 {{ .Repo.Working.String }}</>{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }}<#2FDA4E> \uF046 {{ .Repo.Staging.String }}</>{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
"color_background": false,
"local_changes_color": "#ffeb3b",
"working_color": "#E84855",
"staging_color": "#2FDA4E",
"ahead_color": "#2EC4B6",
"behind_color": "#8A4FFF",
"prefix": "<#7a7a7a>\ue0b1 </>"
} }
}, },
{ {

View file

@ -34,7 +34,8 @@
"style": "plain", "style": "plain",
"foreground": "#C1C106", "foreground": "#C1C106",
"properties": { "properties": {
"prefix": "<#ffffff>git:</>" "prefix": "<#ffffff>git:</>",
"template": "{{ .Repo.HEAD }}"
} }
}, },
{ {

View file

@ -18,7 +18,7 @@
"prefix": "", "prefix": "",
"postfix": "", "postfix": "",
"macos": "mac" "macos": "mac"
} }
}, },
{ {
"type": "session", "type": "session",
@ -48,9 +48,9 @@
"invert_powerline": false, "invert_powerline": false,
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"display_stash_count": true, "fetch_stash_count": true,
"display_status": false, "prefix": "<#ffffff>on</> ",
"prefix": "<#ffffff>on</> " "template": "{{ .Repo.HEAD }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
} }
}, },
{ {
@ -111,8 +111,8 @@
"style": "plain", "style": "plain",
"foreground": "#FFD54F", "foreground": "#FFD54F",
"properties": { "properties": {
"prefix": "", "prefix": "",
"text": "\u276F" "text": "\u276F"
} }
} }
] ]

View file

@ -1,60 +1,60 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": false, "final_space": false,
"osc99": false, "osc99": false,
"console_title": false, "console_title": false,
"blocks": [ "blocks": [
{ {
"type": "prompt", "type": "prompt",
"alignment": "left", "alignment": "left",
"horizontal_offset": 0, "horizontal_offset": 0,
"vertical_offset": 0, "vertical_offset": 0,
"segments": [ "segments": [
{ {
"type": "session", "type": "session",
"style": "plain", "style": "plain",
"invert_powerline": false, "invert_powerline": false,
"foreground": "lightYellow", "foreground": "lightYellow",
"properties": { "properties": {
"display_host": false, "display_host": false,
"prefix": "", "prefix": "",
"user_info_separator": "", "user_info_separator": "",
"display_user": true "display_user": true
} }
}, },
{ {
"type": "path", "type": "path",
"style": "plain", "style": "plain",
"invert_powerline": false, "invert_powerline": false,
"foreground": "cyan", "foreground": "cyan",
"properties": { "properties": {
"prefix": "<#ffffff>in</> ", "prefix": "<#ffffff>in</> ",
"style": "folder" "style": "folder"
} }
}, },
{ {
"type": "git", "type": "git",
"style": "plain", "style": "plain",
"invert_powerline": false, "invert_powerline": false,
"foreground": "#ff94df", "foreground": "#ff94df",
"properties": { "properties": {
"branch_icon": " <#ff94df><b> </b></>", "branch_icon": " <#ff94df><b> </b></>",
"display_stash_count": true, "fetch_stash_count": true,
"display_status": false, "prefix": "<#ffffff>on</> ",
"prefix": "<#ffffff>on</> " "template": "{{ .Repo.HEAD }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
} }
}, },
{ {
"type": "text", "type": "text",
"style": "plain", "style": "plain",
"foreground": "lightGreen", "foreground": "lightGreen",
"properties": { "properties": {
"prefix": "", "prefix": "",
"text": "\u276F" "text": "\u276F"
} }
} }
] ]
} }
] ]
} }

View file

@ -30,7 +30,8 @@
"foreground": "#C678DD", "foreground": "#C678DD",
"properties": { "properties": {
"prefix": "<#ffffff>on</> ", "prefix": "<#ffffff>on</> ",
"display_status": true "fetch_status": true,
"template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}"
} }
}, },
{ {

View file

@ -68,29 +68,29 @@
"powerline_symbol": "\ue0b0", "powerline_symbol": "\ue0b0",
"foreground": "#100e23", "foreground": "#100e23",
"background": "#95ffa4", "background": "#95ffa4",
"background_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#ff9248{{ end }}",
"{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#f26d50{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#89d1dc{{ end }}",
"{{ if .Repo.Behind gt 0 }}#c5b6ad{{ end }}"
],
"properties": { "properties": {
"fetch_status": true,
"fetch_stash_count": true,
"branch_ahead_icon": "\u2191", "branch_ahead_icon": "\u2191",
"branch_behind_icon": "\u2193", "branch_behind_icon": "\u2193",
"branch_gone": "\u2262", "branch_gone": "\u2262",
"branch_icon": "\ue0a0 ", "branch_icon": "\ue0a0 ",
"branch_identical_icon": "\u2261", "branch_identical_icon": "\u2261",
"cherry_pick_icon": "\u2713 ", "cherry_pick_icon": "\u2713 ",
"color_background": true,
"commit_icon": "\u25b7 ", "commit_icon": "\u25b7 ",
"display_status_detail": true,
"local_staged_icon": "", "local_staged_icon": "",
"local_working_icon": "", "local_working_icon": "",
"merge_icon": "\u25f4 ", "merge_icon": "\u25f4 ",
"no_commits_icon": "[no commits]", "no_commits_icon": "[no commits]",
"rebase_icon": "\u2c62 ", "rebase_icon": "\u2c62 ",
"stash_count_icon": "",
"status_colors_enabled": true,
"status_separator_icon": " \u2502",
"tag_icon": "\u25b6 ", "tag_icon": "\u25b6 ",
"local_changes_color": "#ff9248", "template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} \u2502{{ end }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} {{ .Repo.StashCount }}{{ end }}"
"ahead_and_behind_color": "#f26d50",
"behind_color": "#f17c37",
"ahead_color": "#89d1dc"
} }
}, },
{ {

View file

@ -1,57 +1,56 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"alignment": "left", "alignment": "left",
"horizontal_offset": 0, "horizontal_offset": 0,
"vertical_offset": 0, "vertical_offset": 0,
"segments": [ "segments": [
{ {
"background": "#18354c", "background": "#18354c",
"foreground": "#ffc107", "foreground": "#ffc107",
"powerline_symbol": "", "leading_diamond": "",
"leading_diamond": "", "trailing_diamond": "\uE0B0",
"trailing_diamond": "", "properties": {
"properties": { "prefix": "  ",
"prefix": "  ", "style": "folder"
"style": "folder" },
}, "style": "diamond",
"style": "diamond", "type": "path"
"type": "path" },
}, {
{ "background": "#18354c",
"background": "#18354c", "foreground": "#ffc107",
"foreground": "#ffc107", "powerline_symbol": "\uE0B0",
"powerline_symbol": "", "properties": {
"properties": { "fetch_stash_count": true,
"display_stash_count": true, "display_upstream_icon": true,
"display_upstream_icon": true, "template": "{{ .Repo.HEAD }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
"status_colors_enabled": false },
}, "style": "powerline",
"style": "powerline", "type": "git"
"type": "git" },
}, {
{ "type": "python",
"type": "python", "style": "powerline",
"style": "powerline", "powerline_symbol": "\uE0B0",
"powerline_symbol": "\uE0B0", "foreground": "#18354c",
"foreground": "#18354c", "background": "#ffc107",
"background": "#ffc107", "properties": {
"properties": { "prefix": " \uE235 "
"prefix": " \uE235 " }
} },
},
{
{ "background": "#ffc107",
"background": "#ffc107", "foreground": "#18354c",
"foreground": "#18354c", "powerline_symbol": "\uE0B0",
"powerline_symbol": "", "style": "powerline",
"style": "powerline", "type": "root"
"type": "root" }
} ],
], "type": "prompt"
"type": "prompt" }
} ],
], "final_space": true
"final_space": true }
}

View file

@ -37,19 +37,20 @@
{ {
"type": "git", "type": "git",
"style": "powerline", "style": "powerline",
"powerline_symbol": "", "powerline_symbol": "\uE0B0",
"foreground": "#193549", "foreground": "#193549",
"background": "#d2ff5e", "background": "#d2ff5e",
"background_templates": [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#ff9248{{ end }}",
"{{ if and (.Repo.Ahead gt 0) (.Repo.Behind gt 0) }}#f26d50{{ end }}",
"{{ if .Repo.Ahead gt 0 }}#89d1dc{{ end }}",
"{{ if .Repo.Behind gt 0 }}#f17c37{{ end }}"
],
"properties": { "properties": {
"display_stash_count": true, "fetch_status": true,
"fetch_stash_count": true,
"display_upstream_icon": true, "display_upstream_icon": true,
"status_colors_enabled": true, "template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
"display_status": true,
"local_changes_color": "#ff9248",
"ahead_and_behind_color": "#f26d50",
"behind_color": "#f17c37",
"ahead_color": "#89d1dc",
"stash_count_icon": "\uF692 "
} }
}, },
{ {

View file

@ -1,116 +1,117 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{ {
"type": "prompt", "type": "os",
"alignment": "left", "style": "powerline",
"segments": [ "foreground": "cyan",
{ "properties": {
"type": "os", "prefix": "",
"style": "powerline", "postfix": "",
"foreground": "cyan", "wsl": "",
"properties": { "wsl_separator": ""
"prefix": "", }
"postfix": "",
"wsl": "",
"wsl_separator": ""
}
},
{
"type": "path",
"style": "plain",
"foreground": "cyan",
"properties": {
"style": "full"
}
},
{
"type": "git",
"style": "plain",
"foreground": "lightYellow",
"properties": {
"prefix": ":: <lightBlue>git(</>",
"postfix": "<lightBlue>)</>"
}
}
]
}, },
{ {
"type": "prompt", "type": "path",
"alignment": "right", "style": "plain",
"segments": [ "foreground": "cyan",
{ "properties": {
"type": "node", "style": "full"
"style": "plain", }
"foreground": "#68a063",
"properties": {
"display_version": true,
"prefix": " ",
"postfix": "",
"display_mode": "files",
"display_package_manager": true,
"yarn_icon": "/yarn",
"npm_icon": "/npm"
}
},
{
"type": "crystal",
"style": "plain",
"foreground": "#4063D8",
"properties": {
"display_version": true,
"display_mode": "files",
"prefix": " ",
"postfix": ""
}
},
{
"type": "ruby",
"style": "plain",
"foreground": "#DE3F24",
"properties": {
"display_version": true,
"prefix": " ",
"postfix": "",
"display_mode": "files"
}
},
{
"type": "python",
"style": "plain",
"foreground": "#FED142",
"properties": {
"display_virtual_env": false,
"display_version": true,
"prefix": " ",
"postfix": "",
"display_mode": "context"
}
},
{
"type": "time",
"style": "plain",
"foreground": "lightGreen"
}
]
}, },
{ {
"type": "prompt", "type": "git",
"alignment": "left", "style": "plain",
"newline": true, "foreground": "lightYellow",
"segments": [ "properties": {
{ "prefix": ":: <lightBlue>git(</>",
"type": "exit", "postfix": "<lightBlue>)</>",
"style": "powerline", "template": "{{ .Repo.HEAD }}"
"foreground": "lightGreen", }
"properties": {
"display_exit_code": false,
"always_enabled": true,
"error_color": "red",
"prefix": "\u279c"
}
}
]
} }
] ]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "node",
"style": "plain",
"foreground": "#68a063",
"properties": {
"display_version": true,
"prefix": " ",
"postfix": "",
"display_mode": "files",
"display_package_manager": true,
"yarn_icon": "/yarn",
"npm_icon": "/npm"
}
},
{
"type": "crystal",
"style": "plain",
"foreground": "#4063D8",
"properties": {
"display_version": true,
"display_mode": "files",
"prefix": " ",
"postfix": ""
}
},
{
"type": "ruby",
"style": "plain",
"foreground": "#DE3F24",
"properties": {
"display_version": true,
"prefix": " ",
"postfix": "",
"display_mode": "files"
}
},
{
"type": "python",
"style": "plain",
"foreground": "#FED142",
"properties": {
"display_virtual_env": false,
"display_version": true,
"prefix": " ",
"postfix": "",
"display_mode": "context"
}
},
{
"type": "time",
"style": "plain",
"foreground": "lightGreen"
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "exit",
"style": "powerline",
"foreground": "lightGreen",
"properties": {
"display_exit_code": false,
"always_enabled": true,
"error_color": "red",
"prefix": "\u279c"
}
}
]
}
]
} }

View file

@ -37,9 +37,8 @@
"properties": { "properties": {
"prefix": "HEAD:", "prefix": "HEAD:",
"branch_icon": "", "branch_icon": "",
"display_status": false,
"display_upstream_icon": false, "display_upstream_icon": false,
"display_stash_count": false "template": "{{ .Repo.HEAD }}"
} }
}, },
{ {

View file

@ -1,107 +1,108 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt", "type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "python", "type": "python",
"style": "plain", "style": "plain",
"foreground": "white", "foreground": "white",
"properties": { "properties": {
"prefix": "(", "prefix": "(",
"postfix": ")", "postfix": ")",
"display_version": false "display_version": false
}
} }
] }
}, ]
{ },
"type": "prompt", {
"alignment": "left", "type": "prompt",
"newline": true, "alignment": "left",
"segments": [ "newline": true,
{ "segments": [
"type": "text", {
"style": "plain", "type": "text",
"foreground": "lightBlue", "style": "plain",
"properties": { "foreground": "lightBlue",
"prefix": "", "properties": {
"text": "#" "prefix": "",
} "text": "#"
},
{
"type": "root",
"style": "plain",
"foreground": "red",
"properties": {
"root_icon": "%"
}
},
{
"type": "session",
"style": "plain",
"properties": {
"user_info_separator": " <darkGray>@</> ",
"prefix": "",
"user_color": "cyan",
"host_color": "green"
}
},
{
"type": "path",
"style": "plain",
"foreground": "lightYellow",
"properties": {
"prefix": "<darkGray>in </>",
"style": "full"
}
},
{
"type": "git",
"style": "plain",
"properties": {
"prefix": "<darkGray>on</> <white>git:</>"
}
},
{
"type": "time",
"style": "plain",
"foreground": "darkGray",
"properties": {
"prefix": "[",
"postfix": "]"
}
},
{
"type": "exit",
"style": "plain",
"foreground": "red",
"properties": {
"prefix": " C:",
"always_numeric": true
}
} }
] },
}, {
{ "type": "root",
"type": "prompt", "style": "plain",
"alignment": "left", "foreground": "red",
"newline": true, "properties": {
"segments": [ "root_icon": "%"
{
"type": "text",
"style": "plain",
"foreground": "lightRed",
"properties": {
"prefix": "",
"text": "$",
"postfix": ""
}
} }
] },
} {
], "type": "session",
"final_space": true "style": "plain",
} "properties": {
"user_info_separator": " <darkGray>@</> ",
"prefix": "",
"user_color": "cyan",
"host_color": "green"
}
},
{
"type": "path",
"style": "plain",
"foreground": "lightYellow",
"properties": {
"prefix": "<darkGray>in </>",
"style": "full"
}
},
{
"type": "git",
"style": "plain",
"properties": {
"prefix": "<darkGray>on</> <white>git:</>",
"template": "{{ .Repo.HEAD }}"
}
},
{
"type": "time",
"style": "plain",
"foreground": "darkGray",
"properties": {
"prefix": "[",
"postfix": "]"
}
},
{
"type": "exit",
"style": "plain",
"foreground": "red",
"properties": {
"prefix": " C:",
"always_numeric": true
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "lightRed",
"properties": {
"prefix": "",
"text": "$",
"postfix": ""
}
}
]
}
],
"final_space": true
}

View file

@ -40,9 +40,9 @@
"foreground": "#D4AAFC", "foreground": "#D4AAFC",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"display_status": false,
"prefix": " <#DDB15F>git(</>", "prefix": " <#DDB15F>git(</>",
"postfix": "<#DDB15F>)</>" "postfix": "<#DDB15F>)</>",
"template": "{{ .Repo.HEAD }}"
} }
}, },
{ {