{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "blocks": [ { "type": "prompt", "alignment": "right", "segments": [ { "type": "path", "style": "diamond", "trailing_diamond": "\uE0B4", "leading_diamond": "\uE0B6", "foreground": "#E64747", "background": "#29315A", "properties": { "prefix": "\uE5FF ", "postfix": "", "style": "folder" } }, { "type": "git", "style": "diamond", "trailing_diamond": "\uE0B4", "leading_diamond": " \uE0B6", "foreground": "#43CCEA", "background": "#29315A", "properties": { "prefix": "", "postfix": "", "display_status_detail": false, "branch_icon": "" } }, { "type": "node", "style": "diamond", "trailing_diamond": "\uE0B4", "leading_diamond": " \uE0B6", "foreground": "#42E66C", "background": "#29315A", "properties": { "prefix": "\uE718 ", "postfix": "", "display_version": true } } ] }, { "type": "prompt", "alignment": "left", "newline": true, "segments": [ { "type": "executiontime", "style": "diamond", "trailing_diamond": "\uE0B4 ", "leading_diamond": "\uE0B6", "foreground": "#AEA4BF", "background": "#29315A", "properties": { "threshold": 150, "style": "austin", "prefix": "", "postfix": "" } }, { "type": "text", "style": "diamond", "trailing_diamond": "\uE0B4", "leading_diamond": "\uE0B6", "foreground": "#7FD5EA", "background": "#29315A", "properties": { "prefix": "", "text": "\u276F", "postfix": "" } }, { "type":"text", "style": "plain", "foreground": "transparent", "properties": { "prefix": "", "text": " ", "postfix": "" } } ] } ] }