Skip to content

Instantly share code, notes, and snippets.

@MrSmoke
Created September 23, 2021 00:39
Show Gist options
  • Save MrSmoke/9f8bad5fd90d997eb3308d66bf76e70b to your computer and use it in GitHub Desktop.
Save MrSmoke/9f8bad5fd90d997eb3308d66bf76e70b 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",
"final_space": true,
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}(Admin) {{end}}{{.Folder}}",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "root",
"style": "diamond",
"foreground": "#262b44",
"background": "#aaaaaa",
"properties": {
"postfix": " <#aaaaaa,#FFC785>\uE0B0</>"
}
},
{
"type": "session",
"style": "powerline",
"foreground": "#262b44",
"background": "#FFC785",
"properties": {
"display_host": false
}
},
{
"type": "path",
"style": "diamond",
"trailing_diamond": "\uE0B0",
"foreground": "#262b44",
"background": "#72D6C9",
"properties": {
"style": "full"
}
}
]
},
{
"type": "rprompt",
"segments": [
{
"type": "exit",
"style": "diamond",
"leading_diamond": "\uE0B2",
"foreground": "#262b44",
"background": "#72D6C9",
"properties": {
"color_background": true,
"error_color": "#DF7599",
"always_enabled": true,
"success_icon": "OK"
}
},
{
"type": "executiontime",
"style": "plain",
"foreground": "#262b44",
"background": "#7189BF",
"properties": {
"threshold": 1
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment