Skip to content

Instantly share code, notes, and snippets.

@thijstijsma
Created August 14, 2021 11:04
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 thijstijsma/23b9804fd371c7fc0c79bf82f2477ebe to your computer and use it in GitHub Desktop.
Save thijstijsma/23b9804fd371c7fc0c79bf82f2477ebe to your computer and use it in GitHub Desktop.
Oh My Posh Theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#ffe9aa",
"foreground": "#100e23",
"powerline_symbol": "",
"style": "powerline",
"type": "root"
},
{
"background": "#91ddff",
"foreground": "#100e23",
"powerline_symbol": "",
"properties": {
"folder_separator_icon": "  ",
"home_icon": "\uf015 ",
"style": "full",
"mapped_locations_enabled": true,
"mapped_locations": [ ]
},
"style": "powerline",
"type": "path"
},
{
"background": "#95ffa4",
"foreground": "#193549",
"powerline_symbol": "",
"style": "powerline",
"type": "git",
"properties": {
"display_upstream_icon": true,
"github_icon": "\uF408 ",
"branch_gone_icon": "\b",
"branch_identical_icon": "\b",
"display_stash_count": true,
"stash_count_icon": "| \uF692 ",
"commit_icon": "\uF417 ",
"tag_icon": "\uF412 ",
"rebase_icon": "\uE728 ",
"cherry_pick_icon": "\uE29B ",
"merge_icon": "\uE727 "
}
},
{
"foreground": "#888888",
"type": "executiontime",
"style": "powerline",
"background": "#cccccc",
"powerline_symbol": "",
"properties": {
"prefix": " \uf017 ",
"threshold": 5000
}
}
],
"type": "prompt"
},
{
"type": "newline"
},
{
"alignment": "left",
"segments": [
{
"foreground": "#007ACC",
"properties": {
"prefix": "",
"text": "❯"
},
"style": "plain",
"type": "text"
}
],
"type": "prompt"
}
],
"final_space": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment