Change Oh-My-Posh Theme

This commit is contained in:
Caleb Braaten 2024-07-15 23:07:32 -07:00
parent ffaafb4533
commit 95eedcfaf5

View File

@ -2,40 +2,50 @@
"$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",
"palette": { "palette": {
"os": "#ACB0BE", "os": "#ACB0BE",
"closer": "p:os", "pink": "#F5BDE6",
"pink": "#F5C2E7", "lavender": "#B7BDF8",
"lavender": "#B4BEFE", "blue": "#8AADF4",
"blue": "#89B4FA" "wight": "#FFFFFF",
"text": "#494D64"
}, },
"blocks": [ "blocks": [
{ {
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"foreground": "p:os", "background": "p:blue",
"style": "plain", "foreground": "p:wight",
"powerline_symbol": "\ue0b4",
"leading_diamond": "\ue0b6",
"style": "diamond",
"template": "{{.Icon}} ", "template": "{{.Icon}} ",
"type": "os" "type": "os"
}, },
{ {
"foreground": "p:blue", "background": "p:blue",
"style": "plain", "foreground": "p:text",
"template": "{{ .UserName }} ", "powerline_symbol": "\ue0b4",
"style": "diamond",
"template": "{{ .UserName }}@{{ .HostName }}",
"type": "session" "type": "session"
}, },
{ {
"foreground": "p:pink", "background": "p:pink",
"foreground": "p:text",
"properties": { "properties": {
"folder_icon": "..\ue5fe..", "folder_icon": "..\ue5fe..",
"home_icon": "~", "home_icon": "~",
"style": "agnoster_short" "style": "agnoster_short"
}, },
"style": "plain", "powerline_symbol": "\ue0b4",
"template": "{{ .Path }} ", "style": "powerline",
"template": " {{ .Path }}",
"type": "path" "type": "path"
}, },
{ {
"foreground": "p:lavender", "background": "p:lavender",
"foreground": "p:text",
"style": "powerline",
"properties": { "properties": {
"branch_icon": "\ue725 ", "branch_icon": "\ue725 ",
"cherry_pick_icon": "\ue29b ", "cherry_pick_icon": "\ue29b ",
@ -48,15 +58,9 @@
"revert_icon": "\uf0e2 ", "revert_icon": "\uf0e2 ",
"tag_icon": "\uf412 " "tag_icon": "\uf412 "
}, },
"template": "{{ .HEAD }} ", "powerline_symbol": "\ue0b4",
"style": "plain", "template": " {{ .HEAD }}",
"type": "git" "type": "git"
},
{
"style": "plain",
"foreground": "p:closer",
"template": "\uf105",
"type": "text"
} }
], ],
"type": "prompt" "type": "prompt"