Skip to content

Instantly share code, notes, and snippets.

@jiaming0708
Last active May 19, 2021 13:06
Show Gist options
  • Save jiaming0708/7851a94d92f5a5f35d1c7685afe56d44 to your computer and use it in GitHub Desktop.
Save jiaming0708/7851a94d92f5a5f35d1c7685afe56d44 to your computer and use it in GitHub Desktop.
Oh-my-posh setting
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"type": "root",
"style": "plain",
"foreground": "#FFEE58"
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#91ddff",
"properties": {
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#95ffa4"
},
{
"type": "python",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#906cff",
"properties": {
"prefix": " \uE235 "
}
},
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#ff8080",
"properties": {
"prefix": " \uE20F"
}
}
],
"type": "prompt"
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "time",
"style": "diamond",
"invert_powerline": true,
"leading_diamond": "\uE0B2",
"trailing_diamond": "\uE0B4",
"background": "#2e9599",
"foreground": "#111111"
}
]
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#007ACC",
"properties": {
"prefix": "",
"text": "❯"
},
"style": "plain",
"type": "text"
}
],
"type": "prompt"
}
],
"final_space": true,
"console_title": true,
"console_title_style": "folder"
}
@jiaming0708
Copy link
Author

reference paradox for left and jandedobbeleer for right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment