oh-my-posh/themes/star.omp.json

74 lines
1.6 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
2021-02-15 23:36:37 -08:00
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
2019-03-13 04:14:30 -07:00
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
2020-10-09 06:49:08 -07:00
"type": "root",
2019-03-13 04:14:30 -07:00
"style": "plain",
2020-10-09 06:49:08 -07:00
"foreground": "#E06C75",
2019-03-13 04:14:30 -07:00
"properties": {
2020-10-09 06:49:08 -07:00
"root_icon": "root",
"prefix": "",
2020-10-09 06:49:08 -07:00
"postfix": " <#ffffff>in</> "
2019-03-13 04:14:30 -07:00
}
},
{
2020-10-09 06:49:08 -07:00
"type": "path",
2019-03-13 04:14:30 -07:00
"style": "plain",
2020-10-09 06:49:08 -07:00
"foreground": "#55B9C4",
2019-03-13 04:14:30 -07:00
"properties": {
2020-10-09 06:49:08 -07:00
"style": "folder",
"prefix": ""
2019-03-13 04:14:30 -07:00
}
},
{
2020-10-09 06:49:08 -07:00
"type": "git",
2019-03-13 04:14:30 -07:00
"style": "plain",
2020-10-09 06:49:08 -07:00
"foreground": "#C678DD",
2019-03-13 04:14:30 -07:00
"properties": {
2020-10-09 06:49:08 -07:00
"prefix": "<#ffffff>on</> ",
"display_status": true
2019-03-13 04:14:30 -07:00
}
},
{
2020-10-09 06:49:08 -07:00
"type": "node",
2019-03-13 04:14:30 -07:00
"style": "plain",
2020-10-09 06:49:08 -07:00
"foreground": "#98C379",
2019-03-13 04:14:30 -07:00
"properties": {
2020-10-09 06:49:08 -07:00
"display_version": true,
"prefix": "<#ffffff>via</> \uE781 "
2019-03-13 04:14:30 -07:00
}
},
{
"type": "exit",
"style": "plain",
"foreground": "#C94A16",
"properties": {
2020-10-09 06:49:08 -07:00
"prefix": "x",
"display_exit_code": false
2019-03-13 04:14:30 -07:00
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
2019-03-13 04:14:30 -07:00
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#63F08C",
"properties": {
"prefix": "",
2020-10-16 08:12:34 -07:00
"text": "\u279C"
2019-03-13 04:14:30 -07:00
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}