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

54 lines
1.1 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": "right",
"vertical_offset": -1,
2019-03-13 04:14:30 -07:00
"segments": [
{
"type": "time",
"style": "plain",
"foreground": "#00C5C7",
"properties": {
"time_format": "15:04:05"
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
2019-03-13 04:14:30 -07:00
"segments": [
{
"type": "path",
"style": "plain",
"foreground": "#77E4F7",
"properties": {
"prefix": "",
2020-12-24 13:17:00 -08:00
"style": "full"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "git",
"style": "plain",
"foreground": "#FFE700",
"properties": {
2020-10-16 04:28:54 -07:00
"prefix": ""
2019-03-13 04:14:30 -07:00
}
},
{
"type": "text",
"style": "plain",
"foreground": "#43D426",
"properties": {
"prefix": "",
2020-10-16 08:12:34 -07:00
"text": "\u276F"
2019-03-13 04:14:30 -07:00
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}