oh-my-posh/Themes/material.json
2020-09-12 08:57:18 +02:00

62 lines
1.4 KiB
JSON

{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#ffffff",
"background": "#193549",
"properties": {
"text": "<#C591E8>❭</><#69FF94>❭</>"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#56B6C2",
"background": "#193549",
"properties": {
"style": "folder"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#D0666F",
"background": "#193549",
"properties": {
"branch_icon": "",
"display_status": false,
"prefix": "<#5FAAE8>git:(</>",
"postfix": "<#5FAAE8>)</>"
}
},
{
"type": "exit",
"style": "plain",
"foreground": "#DCB977",
"background": "#193549",
"properties": {
"error_icon": "✗",
"display_error_code": false
}
},
{
"type": "time",
"style": "plain",
"foreground": "#66F68F",
"background": "#193549",
"properties": {
"time_format": "15:04"
}
}
]
}
],
"console_background_color": "#193549",
"end_space_enabled": true
}