Skip to content

Instantly share code, notes, and snippets.

@Krymancer
Created August 19, 2022 16:44
Show Gist options
  • Save Krymancer/6605d034ecdffca0d50c360cc153c626 to your computer and use it in GitHub Desktop.
Save Krymancer/6605d034ecdffca0d50c360cc153c626 to your computer and use it in GitHub Desktop.
Oh my phost cattpuchin-mocha theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#a6e3a1",
"foreground_templates": [
"{{ if gt .Code 0 }}#ff5555{{ end }}",
"{{ if gt .Code 0 }}#ff5555{{ end }}"
],
"properties": {
"always_enabled": true
},
"style": "plain",
"template": "\u279c",
"type": "exit"
},
{
"foreground": "#cba6f7",
"properties": {
"style": "folder"
},
"style": "plain",
"template": " {{ .Path }} ",
"type": "path"
},
{
"foreground": "#89b4fa",
"properties": {
"branch_icon": "",
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true
},
"style": "powerline",
"template": "<#74c7ec>(</>{{ .HEAD }}<#74c7ec>)</>",
"type": "git"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment