Skip to content

Instantly share code, notes, and snippets.

@royz
Created January 30, 2022 21:40
Show Gist options
  • Save royz/c92852cb86a0ec0d405c7598d0d173a9 to your computer and use it in GitHub Desktop.
Save royz/c92852cb86a0ec0d405c7598d0d173a9 to your computer and use it in GitHub Desktop.
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 1,
"segments": [
{
"type": "path",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#0C0C0C",
"background": "#4f9cd6",
"properties": {
"prefix": "  ",
"style": "folder"
}
},
{
"type": "node",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#0C0C0C",
"background": "#3C823B",
"properties": {
"prefix": "  "
}
},
{
"type": "python",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#0C0C0C",
"background": "#F6D049",
"properties": {
"prefix": "  ",
"home_enabled": false,
"display_version": true
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#0C0C0C",
"background": "#ff8935"
},
{
"type": "root",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#0C0C0C",
"background": "#ffff66",
"leading_diamond": "",
"trailing_diamond": "",
"properties": null
},
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#0C0C0C",
"background": "#e91e63",
"properties": {
"always_enabled": false,
"template": ""
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment