Skip to content

Commit

Permalink
omp formatting/config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codevbus committed Nov 14, 2024
1 parent 81095b9 commit a1e1986
Showing 1 changed file with 42 additions and 30 deletions.
72 changes: 42 additions & 30 deletions oh-my-posh/.config/oh-my-posh/catppuccin_mocha.omp.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,52 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"os": "#ACB0BE",
"closer": "p:os",
"pink": "#F5C2E7",
"lavender": "#B4BEFE",
"blue": "#89B4FA",
"green": "#A6E3A1"
"blue": "#89B4FA",
"closer": "p:os",
"green": "#A6E3A1",
"lavender": "#B4BEFE",
"os": "#ACB0BE",
"pink": "#F5C2E7"
},
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"foreground": "p:os",
"style": "plain",
"properties": {
"cache_duration": "none"
},
"template": "{{.Icon}} ",
"type": "os"
"foreground": "p:os",
"type": "os",
"style": "plain"
},
{
"foreground": "p:blue",
"style": "plain",
"properties": {
"cache_duration": "none"
},
"template": "{{ .UserName }}@{{ .HostName }} ",
"type": "session"
"foreground": "p:blue",
"type": "session",
"style": "plain"
},
{
"foreground": "p:pink",
"properties": {
"cache_duration": "none",
"folder_icon": "..\ue5fe..",
"home_icon": "~",
"style": "agnoster_short"
},
"style": "plain",
"template": "{{ .Path }} ",
"type": "path"
"foreground": "p:pink",
"type": "path",
"style": "plain"
},
{
"foreground": "p:lavender",
"properties": {
"branch_icon": "\ue725 ",
"cache_duration": "none",
"cherry_pick_icon": "\ue29b ",
"commit_icon": "\uf417 ",
"fetch_status": false,
Expand All @@ -50,27 +58,31 @@
"tag_icon": "\uf412 "
},
"template": "{{ .HEAD }} ",
"style": "plain",
"type": "git"
"foreground": "p:lavender",
"type": "git",
"style": "plain"
},
{
"properties": {
"cache_duration": "none",
"display_mode": "environment"
},
"foreground": "p:green",
"properties": {
"display_mode": "environment"
},
"style": "plain",
"type": "python"
"type": "python",
"style": "plain"
},
{
"style": "plain",
"foreground": "p:closer",
"properties": {
"cache_duration": "none"
},
"template": "\uf105",
"type": "text"
"foreground": "p:closer",
"type": "text",
"style": "plain"
}
],
"type": "prompt"
]
}
],
"final_space": true,
"version": 2
"version": 3,
"final_space": true
}

0 comments on commit a1e1986

Please sign in to comment.