Skip to content

Instantly share code, notes, and snippets.

@manekovskiy
Created June 28, 2021 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manekovskiy/70698cc9309a833582bb750221c49e04 to your computer and use it in GitHub Desktop.
Save manekovskiy/70698cc9309a833582bb750221c49e04 to your computer and use it in GitHub Desktop.
Theme file for Oh My Posh
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "blue",
"background": "darkGray"
},
{
"type": "session",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "blue",
"background": "cyan"
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "blue",
"background": "green",
"properties": {
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "blue",
"background": "yellow",
"properties": {
"display_status": true,
"display_branch_status": true,
"branch_icon": " ",
"branch_ahead_icon": "↑",
"branch_behind_icon": "↓",
"branch_gone_icon": "\uf912",
"branch_identical_icon": "\ufac6",
"azure_devops_icon": "ﴃ"
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "text",
"style": "plain",
"properties": {
"text": ">"
}
}
]
}
],
"final_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment