Skip to content

Instantly share code, notes, and snippets.

@AbdelrahmanHafez
Created October 16, 2021 08:39
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 AbdelrahmanHafez/d38f1d6bde2968576f368f15b3927053 to your computer and use it in GitHub Desktop.
Save AbdelrahmanHafez/d38f1d6bde2968576f368f15b3927053 to your computer and use it in GitHub Desktop.
My own OMP theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#635468",
"properties": {
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#dbdbdb",
"background": "#7d6a83",
"properties": {
"display_stash_count": true,
"display_upstream_icon": true,
"status_colors_enabled": true,
"color_background": true,
"local_changes_color": "#C678DD",
"local_working_icon": ""
}
}
]
}
],
"final_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment