Skip to content

Instantly share code, notes, and snippets.

@maidamai0
Last active April 16, 2021 07:25
Show Gist options
  • Select an option

  • Save maidamai0/ec46a0c861ad905b911ee7cef622c0d5 to your computer and use it in GitHub Desktop.

Select an option

Save maidamai0/ec46a0c861ad905b911ee7cef622c0d5 to your computer and use it in GitHub Desktop.
my Oh-My_Posh3 theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"console_title":true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "path",
"style": "diamond",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#91ddff",
"leading_diamond":"\uE0B6",
"trailing_diamond": "\uE0B4 ",
"properties": {
"prefix": "\uF115 ",
"folder_icon": "\uF115",
"folder_separator_icon": " \uE0B1 ",
"style": "folder"
}
},
{
"type": "git",
"style": "diamond",
"foreground": "#100e23",
"background": "#91ddff",
"leading_diamond":"\uE0B6",
"trailing_diamond": "\uE0B4 ",
"properties": {
"display_upstream_icon": true,
"display_status": true,
"display_stash_count": true
}
},
{
"type": "time",
"style": "diamond",
"leading_diamond":"\uE0B6",
"trailing_diamond": "\uE0B4 ",
"foreground": "#100e23",
"background": "#91ddff",
"properties": {
"prefix": "\uE385 [",
"postfix": "]"
}
},
{
"type": "exit",
"style": "diamond",
"leading_diamond":"\uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#0c0b0b",
"background": "#c02c38",
"properties": {
"display_exit_code": true,
"prefix": " \uF119 [",
"postfix": "]",
"always_numeric": true
}
}
]
},
{
"type": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#63F08C",
"properties": {
"prefix": "",
"text": "$"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment